- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 14 years ago
- 4c9c260 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 16 years ago
- 7623294 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
- 3c08e45 Revert patch for #1706039, as it can crash the interpreter. by Martin v. Löwis · 17 years ago
- edf1431 Backport of r67908: by Martin v. Löwis · 17 years ago
- 084486b Issue #1706039: Support continued reading from a file even after EOF was hit. by Martin v. Löwis · 17 years ago
- 358076f Backport of r66703: by Martin v. Löwis · 17 years ago
- 46d4106 Issue #4228: Pack negative values the same way as 2.4 in struct's L format. by Martin v. Löwis · 17 years ago
- 3f12278 Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, by Mark Dickinson · 17 years ago
- 6f5d3f3 Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always by Jeffrey Yasskin · 17 years ago
- 478a1aa Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a by Jeffrey Yasskin · 17 years ago
- ef633d7 #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
- 42fe1a2 backport r67246 from the trunk by Benjamin Peterson · 17 years ago
- 6f08e85 backport r67077 from the trunk: parser module now correctly validates relative imports by Benjamin Peterson · 17 years ago
- 3b335ff Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
- 833beab backport r66689: imageop could segfault due to poor argument validation by Benjamin Peterson · 17 years ago
- 70f1192d Backport of r66677: _lsprof crasher when a bad external timer is used during by Brett Cannon · 17 years ago
- b50f992 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
- d1c7d07 make sure to give a 'as' and 'with' parser warning even after import statements #3936 by Benjamin Peterson · 17 years ago
- c610afb backport r66496: integer overflow in _hashopenssl #3886 by Benjamin Peterson · 17 years ago
- 308334d Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
- afa0d58 Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
- efbf6fc let Windows bots pass on test_threading by Benjamin Peterson · 17 years ago
- 4806404 Reverted r65902. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 17 years ago
- 534c6e6 Backport r65900: fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 17 years ago
- 7a076be Backport of r64767 from trunk by Gregory P. Smith · 17 years ago
- 5e8dc97 Backport of r65032 from trunk by Gregory P. Smith · 17 years ago
- 45c33ce - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 17 years ago
- 03e5182 (backport of r61652 and r61665 from trunk) by Gregory P. Smith · 17 years ago
- 4f3be8a Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
- c8e4bed #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
- ab396e0 Issue #3360: Fix incorrect parsing of '020000000000.0'. by Mark Dickinson · 17 years ago
- ff93157 Backport of 64903. by Brett Cannon · 17 years ago
- f8f30fa Backport r62627 + r62744 from trunk to fix issue 2632. by Gregory P. Smith · 17 years ago
- 6d7f937 Backport of r64677. by Brett Cannon · 17 years ago
- b15bdf7 #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
- ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
- 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
- d297f1a #3117: backport r55087, fixes segfault with lambda (None,): None. by Georg Brandl · 17 years ago
- 2666040 Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate by Gregory P. Smith · 17 years ago
- 5212da1 Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. by Martin v. Löwis · 17 years ago
- 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
- f623467 Merge r62235 from trunk. by Gregory P. Smith · 17 years ago
- 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
- 198e353 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
- bfdbfd4 Issue #2482: Make sure that the coefficient of a Decimal instance by Mark Dickinson · 17 years ago
- 26c25d9 Decimal.sqrt(0) failed when the context was not explicitly supplied. by Mark Dickinson · 17 years ago
- a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
- d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
- 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
- 631df75 Backport r61450 from trunk: by Gregory P. Smith · 17 years ago
- 549171e The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
- a6f5bf2 Ensure this test passes even if there are no soundcards in the system. Backport from trunk r61242. by Trent Nelson · 17 years ago
- 3662c90 Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue 2246. by Raymond Hettinger · 17 years ago
- bc89897 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
- f1fdda6 Remove old expected output for test_resource by Andrew M. Kuchling · 17 years ago
- 310bad0 #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure. by Andrew M. Kuchling · 17 years ago
- 05a19a5 #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
- 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 18 years ago
- 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 18 years ago
- 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 18 years ago
- 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 18 years ago
- 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 18 years ago
- 0b5c17a Backport test_resource fix from trunk to stop it crashing on Ubuntu by Nick Coghlan · 18 years ago
- 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
- bc21210 No need to emit co_lnotab item when both offsets are zeros. by Amaury Forgeot d'Arc · 18 years ago
- 316f8a8 backport of r60575 (issue #1750076): Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 18 years ago
- 249cbe7 Try harder to provoke the exception since the ia64 buildbot still by Neal Norwitz · 18 years ago
- 209ea39 Sync up with trunk. Try to flush repeatedly to ensure the exception is raised. by Neal Norwitz · 18 years ago
- 6179234 Backport 60342: by Neal Norwitz · 18 years ago
- ab577c1 Backport r58453: by Neal Norwitz · 18 years ago
- b03528c Backport 60334: by Neal Norwitz · 18 years ago
- f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 18 years ago
- 61c2c95 Fix failing test_mailbox on Cygwin by Andrew M. Kuchling · 18 years ago
- 2c63442 Backport r60208, skip some tests for huge passwd/group files. by Guido van Rossum · 18 years ago
- 8f034d9 Backport of r60190: by Gregory P. Smith · 18 years ago
- 9f26fcc Remove extra test that was accidentally backported from the trunk by Mark Dickinson · 18 years ago
- 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 18 years ago
- 7bdff2c Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 18 years ago
- ea72dcb Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 18 years ago
- 5f4fc83 This got fixed in r60056. by Guido van Rossum · 18 years ago
- 03706d2 Backport r55080: by Guido van Rossum · 18 years ago
- d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 18 years ago
- 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 18 years ago
- 81728cf Backport r59758. by Guido van Rossum · 18 years ago
- e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 18 years ago
- 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
- 4837045 Backport r59480. Fix issue #1313119. by Alexandre Vassalotti · 18 years ago
- 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
- 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 18 years ago
- 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
- a95fdb4 Backport of a fix for the __loader__.get_data() test. by Brett Cannon · 18 years ago
- d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 18 years ago
- f481598 Backport r59049: by Walter Dörwald · 18 years ago
- ad91c78 Backport r59047: Fix typo in comment. by Walter Dörwald · 18 years ago
- c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 18 years ago
- 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 18 years ago
- e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 18 years ago
- a1e5387 Backport r58868: by Gregory P. Smith · 18 years ago