- 2a60879 remove bytes alias by Benjamin Peterson · 17 years ago
- b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) by Nick Coghlan · 17 years ago
- 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 17 years ago
- 3d0b9f0 dummy_thread.acquire() would return None if no waitflag argument was given. It by Brett Cannon · 17 years ago
- 873c386 Fixed test for asyncore. by Josiah Carlson · 17 years ago
- 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
- 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
- 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 17 years ago
- b01713e Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. by Raymond Hettinger · 17 years ago
- 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 17 years ago
- d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 17 years ago
- 655d583 Issue 3287: Raise correct exception for float inputs. by Raymond Hettinger · 17 years ago
- 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 17 years ago
- 1a66441 Issue 3306. Better control for a lenght in findmax() function. by Facundo Batista · 17 years ago
- ff5f420 Fixed bugs 760475, 953599, and 1519. by Josiah Carlson · 17 years ago
- 3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock by Gregory P. Smith · 17 years ago
- 7f58022 remove test_compact_freelists from test_sys by Benjamin Peterson · 17 years ago
- 1ecce46 Keep below 80 chars. by Georg Brandl · 17 years ago
- 87988b6 make regrtest aware of the lib2to3 resource by Benjamin Peterson · 17 years ago
- 5a9ef42 Disable lib2to3 by default, unless run explicitly. by Martin v. Löwis · 17 years ago
- bf9f4d8 Issue 3188: accept float('infinity') as well as float('inf'). This by Mark Dickinson · 17 years ago
- e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 17 years ago
- 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 17 years ago
- 0bfac6e Revert r64673 and instead just change the file encoding. by Brett Cannon · 17 years ago
- 3bff9d2 FIx some Latin-1 characters to be UTF-8 as the file encoding specifies. by Brett Cannon · 17 years ago
- 76cf55f Add #!/usr/bin/env python for ben by Jesse Noller · 17 years ago
- 146b7ab Reenable the manager tests with Amaury's threading fix by Jesse Noller · 17 years ago
- c060b0e Issue 3190: pydoc now hides module __package__ attributes by Nick Coghlan · 17 years ago
- 70c3289 Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure by Mark Dickinson · 17 years ago
- 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
- bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
- 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 17 years ago
- 1f40c8a #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
- 763d309 Fix #2702, with a correct accounting of recursion. by Facundo Batista · 17 years ago
- efc4a3a fix typo by Benjamin Peterson · 17 years ago
- 7416a4c convert test_audioop to unittest. Thanks to Giampaolo Rodola. by Benjamin Peterson · 17 years ago
- de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 17 years ago
- 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
- 3af386a Remove trailing 'L's from numerator and denominator in the by Mark Dickinson · 17 years ago
- dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 17 years ago
- 161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed by Robert Schuppenies · 17 years ago
- 68dc052 Reverting the patch from #3165, as it broke other by Facundo Batista · 17 years ago
- 41a7ce0 Issue 3147: Fixed SizeofTest failure for LLP64 systems. by Robert Schuppenies · 17 years ago
- 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
- 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 17 years ago
- 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 17 years ago
- 9da18b3 Fixing the problem stated in issue 2702 with the patch submitted by Facundo Batista · 17 years ago
- 2694eb0 Just returning nothing instead of rising TestSkipped, because by Facundo Batista · 17 years ago
- 96f3dc3 Trying to see if the problem in Martin's buildot is at by Facundo Batista · 17 years ago
- b8242ba Trying to see if the @ in a path is causing the issue in the by Facundo Batista · 17 years ago
- 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 17 years ago
- a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 17 years ago
- 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 17 years ago
- f484363 Use repr() for bad input strings; this makes the empty string or binary characters more visible by Andrew M. Kuchling · 17 years ago
- e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 17 years ago
- 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 17 years ago
- e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 17 years ago
- 6f5a2b5 skip test_macostools when UCS4 is enabled by Benjamin Peterson · 17 years ago
- 9b69ed9 In test_site, correctly escape backslashes in path names. by Amaury Forgeot d'Arc · 17 years ago
- 8f40f06 test_macos can be skipped on non-mac platforms. by Amaury Forgeot d'Arc · 17 years ago
- da9c9be Fix test_socket_ssl the easy way and remove it per #1489 by Benjamin Peterson · 17 years ago
- 7248fd8 The ssl certificate at https://sf.net is not valid. by Amaury Forgeot d'Arc · 17 years ago
- a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests by Jesse Noller · 17 years ago
- 1862382 Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite by Jesse Noller · 17 years ago
- aa4e47a add needed import by Benjamin Peterson · 17 years ago
- ed77f2e skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. by Benjamin Peterson · 17 years ago
- 59f3ade Issue 3048: Fixed sys.sizeof test fails with wide unicode. by Robert Schuppenies · 17 years ago
- da3a1b1 reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. by Benjamin Peterson · 17 years ago
- a8919fe Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
- a161f60 Forward-port new test from r64300. by Georg Brandl · 17 years ago
- a0205d0 silence the test when it is skipped on some platforms. should fix a buildbot. by Gregory P. Smith · 17 years ago
- 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 17 years ago
- dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
- 73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. by Robert Schuppenies · 17 years ago
- 04097a6 Fix typo in method name. The LT class implemented less than. The LE class by Neal Norwitz · 17 years ago
- 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
- a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
- ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 17 years ago
- 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
- e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 17 years ago
- e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 17 years ago
- 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
- 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
- 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago
- d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 17 years ago
- 610a93e Handle the case with zero arguments. by Raymond Hettinger · 17 years ago
- 31296c0 backport of 64096 by Benjamin Peterson · 17 years ago
- 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 17 years ago
- b67b53d Fixed test to reflect new filedispatcher semantics, as well as two by Josiah Carlson · 17 years ago
- 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 17 years ago
- 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
- 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 17 years ago
- 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 17 years ago
- 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 17 years ago
- 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
- ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
- ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
- e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 17 years ago
- f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 17 years ago
- d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 17 years ago