https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
cf60858 r88824: Prepare for 2.5.6c1. 28 May 2011, 11:56:22 UTC
2d253dd Issue 11442: Add NEWS entry for e9724d7abbc2 17 April 2011, 20:29:40 UTC
92ecb87 Adding .hgignore (copied from default branch). 29 March 2011, 16:53:33 UTC
db3080e Add CVE number to urllib/urllib2 news item. 28 March 2011, 20:53:40 UTC
f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. 28 March 2011, 20:47:01 UTC
2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. 24 March 2011, 17:44:17 UTC
60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. 24 March 2011, 15:07:45 UTC
ce5d0e2 Set subversion version identification to empty strings if this is not a subversion checkout (but a mercurial one). Closes #11579. Closes #11421. Patch by Senthil Kumaran. 21 March 2011, 09:30:07 UTC
197f7f6 Whoops. The copyright should be two lines. 19 March 2011, 23:20:06 UTC
deeb71e Test commit. Add 2011 to copyright line. 19 March 2011, 23:14:44 UTC
3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. Patch by Tom N. (Backported from py3k codeline). 17 March 2011, 04:34:18 UTC
6e0a8b8 Add tags from the closed branches. 05 March 2011, 19:38:24 UTC
4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. 05 March 2011, 14:02:28 UTC
2af945c Fix tag references in 2.5 branch. 05 March 2011, 14:01:01 UTC
b7180a8 Merge r82494 from the python2.6 branch: Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure that the input string length is a multiple of the frame size 17 October 2010, 10:48:14 UTC
d4367c2 Merge r81080 from the python2.6 branch: Issue #8674: fix another bogus overflow check in audioop module. 17 October 2010, 10:34:40 UTC
192b714 Merged revisions 81046 from the python2.6 branch: Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop module. Thanks Tomas Hoger for the patch. 17 October 2010, 10:28:49 UTC
b3b56fc Post 2.5.5. 31 January 2010, 16:00:16 UTC
e80cf5a Tagging for release of Python 2.5.5 31 January 2010, 12:39:06 UTC
ec2aed6 Prepare for 2.5.5. 31 January 2010, 12:38:29 UTC
7fa0572 Tagging for release of Python 2.5.5c2 24 January 2010, 14:26:14 UTC
e7abfd7 Prepare for 2.5.5c2. 24 January 2010, 14:24:46 UTC
b8ec8a4 - expat: Fix DoS via malformed XML (CVE-2009-3720). 21 January 2010, 17:43:31 UTC
166f808 - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). 21 January 2010, 17:41:47 UTC
8cd94b4 Tagging for release of Python 2.5.5c1 14 January 2010, 17:53:16 UTC
906e26e Prepare for 2.5.5c1. 14 January 2010, 17:41:58 UTC
a822768 Restore the svn property changes in r76754 11 December 2009, 20:09:24 UTC
02d3dcd Issue #7470: logging: fix bug in Unicode encoding fallback. 11 December 2009, 09:16:01 UTC
b9c85c1 Issue #7403: logging: Fixed possible race condition in lock creation. 27 November 2009, 15:34:35 UTC
4c9c260 #6990: clear threading.local's key only after its thread state is removed: fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals (backported from r75123) 29 September 2009, 05:30:42 UTC
b4dc921 Avoid EOFError being passed to the caller (restoring the old behavior). 22 March 2009, 21:34:05 UTC
7623294 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop forever on incomplete input. That caused tarfile.open() to hang when used with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or partial bzip2 compressed data. (backported from r70523) 22 March 2009, 20:48:03 UTC
f73bf85 News for issue 5389 fix. 05 March 2009, 21:49:40 UTC
c261e48 Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7(). See issue #5389. 05 March 2009, 21:47:33 UTC
2a67a84 Tagging for release of Python 2.5.4 23 December 2008, 13:22:06 UTC
3b43e46 Prepare for 2.5.4. 23 December 2008, 13:18:53 UTC
8ba4cc9 Issue #4689: Fix typo. 23 December 2008, 13:15:02 UTC
3c08e45 Revert patch for #1706039, as it can crash the interpreter. 23 December 2008, 13:10:43 UTC
edf1431 Backport of r67908: Added test case to ensure attempts to read from a file opened for writing fail. 23 December 2008, 13:07:51 UTC
b90b144 Post 2.5.3. 20 December 2008, 03:38:16 UTC
f7702ad Tagging for release of Python 2.5.3 19 December 2008, 15:09:20 UTC
3d9eecb Prepare for 2.5.3. 19 December 2008, 15:08:45 UTC
e467f43 Build against system Tcl framework. 19 December 2008, 15:05:38 UTC
20fde66 In the OSX installer, update SQLite to 3.6.7, and change bsddb URL. 17 December 2008, 18:03:01 UTC
d6e258a Add 2.5.3 final section. 13 December 2008, 22:32:24 UTC
9fb554f Tagging for release of Python 2.5.3c1 13 December 2008, 15:44:13 UTC
073ff24 Prepare for 2.5.3c1. 13 December 2008, 15:42:40 UTC
0896d3e Add 2.5.3. 13 December 2008, 15:40:54 UTC
084486b Issue #1706039: Support continued reading from a file even after EOF was hit. 13 December 2008, 15:36:49 UTC
710fb8b Issue #1040026: Fix os.times result on systems where HZ is incorrect. 13 December 2008, 15:14:30 UTC
c252d9b Issue #3767: Convert Tk object to string in tkColorChooser. 13 December 2008, 15:09:44 UTC
afb0dab Backport of r59654. Issue #4342: Always convert Text.index result to string. 13 December 2008, 15:04:58 UTC
8a64048 Backport of r64212 Issue #1683: prevent forking from interfering in threading storage. 13 December 2008, 14:59:04 UTC
e9859df Issue 3248: Allow placing ScrolledText in a PanedWindow. 13 December 2008, 14:48:13 UTC
358076f Backport of r66703: Issue #3863: Disabled a unit test of fork being called from a thread when running on platforms known to exhibit OS bugs when attempting that. 13 December 2008, 14:42:53 UTC
46d4106 Issue #4228: Pack negative values the same way as 2.4 in struct's L format. 13 December 2008, 14:34:06 UTC
ec96c02 Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*. 13 December 2008, 14:13:52 UTC
67feec8 Issue #4446: Add platforms keyword. 13 December 2008, 14:07:35 UTC
3f12278 Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, Decimal.max_mag and Decimal.min_mag. 11 December 2008, 09:06:49 UTC
2443efb #4259: update the URL pattern for module documentation 11 December 2008, 02:09:36 UTC
6f5d3f3 Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always propagating exceptions. 10 December 2008, 17:23:20 UTC
6f63190 Issue #4302: Minor corrections to smtplib. (Backport r60975) 10 December 2008, 09:54:59 UTC
478a1aa Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a context manager's __exit__ method's result while it's being converted to bool. 10 December 2008, 07:28:12 UTC
05e9c9d - Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files 30 November 2008, 13:31:22 UTC
1bd74de backport r67373: checking for errors from NEW_IDENTIFIER 25 November 2008, 22:49:28 UTC
ef633d7 #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. Backport of r67266 18 November 2008, 22:35:48 UTC
42fe1a2 backport r67246 from the trunk 17 November 2008, 23:35:24 UTC
a8629ce regenerate configure 16 November 2008, 17:57:31 UTC
99b67fa #4316: configure.in markup fix (backport from r67227). 16 November 2008, 08:01:08 UTC
b9433b5 Backport r66813: per Greg Ward, optparse is no longer being externally maintained. 14 November 2008, 00:17:12 UTC
8b2b756 Backport r66804: #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() 14 November 2008, 00:11:12 UTC
007ee17 Issue #3774: Fixed an error when create a Tkinter menu item without command and then remove it. Written by Guilherme Polo (gpolo). Backport of r67082. 03 November 2008, 18:18:08 UTC
6f08e85 backport r67077 from the trunk: parser module now correctly validates relative imports 03 November 2008, 15:19:35 UTC
3b335ff Issue #4176: Pickle would crash the interpreter when a __reduce__ function does not return an iterator for the 4th and 5th items. (sequence-like and mapping-like state) Backport of r67049. 30 October 2008, 21:40:05 UTC
3e06fae Modify ctypes types with 'official' functions. Backport from trunk, snv rev 59943 and 59946. 18 October 2008, 21:33:44 UTC
1412185 backport a fix for setup.py's -R 16 October 2008, 18:58:19 UTC
f805276 Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3 module. 08 October 2008, 08:45:16 UTC
bab0f2f Fix a refleak introduced by r66678 (backport of r66700). 30 September 2008, 17:47:50 UTC
833beab backport r66689: imageop could segfault due to poor argument validation 30 September 2008, 01:46:48 UTC
a702fd5 Fix issue #3547 for MingW, update comments (backport from trunk). 29 September 2008, 20:04:02 UTC
70f1192 Backport of r66677: _lsprof crasher when a bad external timer is used during garbage collection of a Profiler object. 29 September 2008, 03:57:24 UTC
b50f992 #3967: Correct a crash in count() and find() methods of string-like objects. For example: "".count("xxxx", sys.maxint, 0) Backport of r66631. 26 September 2008, 22:46:01 UTC
4235e6f #3968: fix missing update() call in end_fill(). 26 September 2008, 07:17:03 UTC
00d7143 #3969: fix typo in turtle.py. 26 September 2008, 07:14:57 UTC
d1c7d07 make sure to give a 'as' and 'with' parser warning even after import statements #3936 25 September 2008, 20:46:05 UTC
8e97ea9 Fix issue #3547: ctypes is confused by bitfields of varying integer types Reviewed by Fredrik Lundh and Skip Montanaro. Backport from trunk. 24 September 2008, 19:00:21 UTC
a7a94a0 Backport r66141 from trunk: - Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared library targets in the Makefile. 22 September 2008, 00:22:44 UTC
c610afb backport r66496: integer overflow in _hashopenssl #3886 18 September 2008, 01:27:26 UTC
308334d Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. 08 September 2008, 23:10:08 UTC
37ab186 reran autoconf 07 September 2008, 19:26:09 UTC
8e1ddee backport r66295 from trunk (small fix to the previous backport) 07 September 2008, 19:25:37 UTC
cae7f88 rerun autoconf after r66288, add the Misc/NEWS entry. 07 September 2008, 06:44:12 UTC
e01a0cd backport r66179 and r66283 from trunk: - Issue #1204: The configure script now tests for additional libraries that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (a few Linux flavors and OpenBSD). 07 September 2008, 06:42:43 UTC
34c6881 Backport of r66275/r66274 from trunk/py3k. This is the last bit of the fix for issue 874900 to fix the use of the threading module in a post-fork python process. A NEWS entry for this already exists with the previous Lib/threading commit for this bug. 07 September 2008, 01:03:35 UTC
6477350 Add NEWS 04 September 2008, 14:26:56 UTC
f4e2ccf Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. Reviewed Amaury Forgeot d'Arc (Backport of r66213) 04 September 2008, 11:21:28 UTC
afa0d58 Issue #3751: str.rpartition would perform a left-partition when called with a unicode argument. Backport of r66119 01 September 2008, 20:05:08 UTC
50b1c49 backport r66093 from trunk. issue3715: docstring representation of hex escaped string needs to be double escaped. 31 August 2008, 16:36:21 UTC
efbf6fc let Windows bots pass on test_threading 23 August 2008, 21:25:16 UTC
8a8bfa0 Issue #1342811: Fixed broken patch. Backport from trunk r65971. 22 August 2008, 08:20:35 UTC
back to top