summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-3124-405/+899
* #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine.Georg Brandl2008-08-301-3/+3
* A collection of crashers, all variants of the ideaArmin Rigo2008-08-291-0/+53
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-263-6/+62
* Try to reduce the flakiness of this testNeal Norwitz2008-08-251-0/+4
* Use bytes as return type from recv_bytes() methods. Not sure why this onlyNeal Norwitz2008-08-251-3/+3
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-252-2/+34
* #3662: Fix segfault introduced when fixing memory leaks.Neal Norwitz2008-08-241-0/+4
* #3654: fix duplicate test method name. Review by Benjamin P.Georg Brandl2008-08-241-4/+2
* generate py3k warnings on __getslice__, __delslice__, and __setslice__Benjamin Peterson2008-08-241-0/+22
* Fix:Neal Norwitz2008-08-241-1/+1
* Fix bug 3625: test issues on 64bit windows. r=pitrouMark Hammond2008-08-233-3/+3
* fix a few get_name() calls and turn then to .nameBenjamin Peterson2008-08-221-4/+4
* Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.Robert Schuppenies2008-08-221-5/+7
* Fix float.fromhex test to give additional information on failure. ThisMark Dickinson2008-08-211-1/+7
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-212-2/+2
* Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au...Hirokazu Yamamoto2008-08-201-7/+3
* Issue #3612: Added some missing basic types in ctypes.wintypes.Hirokazu Yamamoto2008-08-201-11/+18
* fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...Hirokazu Yamamoto2008-08-201-5/+8
* fix silly errors of mineBenjamin Peterson2008-08-201-3/+3
* newSymbolTable is not public APIBenjamin Peterson2008-08-201-3/+2
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-202-7/+27
* follow-up of issue3473: update the compiler package to recognize the new syntax.Amaury Forgeot d'Arc2008-08-202-26/+33
* check that the parser module can handle the new keyword syntaxBenjamin Peterson2008-08-191-0/+1
* Merged revisions 65876 via svnmerge fromBenjamin Peterson2008-08-191-0/+2
* allow keyword args to be passed in after *args #3473Benjamin Peterson2008-08-191-0/+8
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-191-1/+6
* silence callable warning in hmacBenjamin Peterson2008-08-191-1/+1
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-199-72/+66
* Merged revisions 65853-65854 via svnmerge fromBenjamin Peterson2008-08-191-3/+5
* add py3k warnings for old threading APIsBenjamin Peterson2008-08-182-1/+45
* #2234 distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-181-4/+4
* fix old API names in test_sslBenjamin Peterson2008-08-181-4/+4
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-184-11/+17
* bring back the old APIBenjamin Peterson2008-08-181-0/+12
* change a few uses of the threading APIsBenjamin Peterson2008-08-186-16/+16
* backport threading property changesBenjamin Peterson2008-08-182-24/+18
* change threading.getIdent to a propertyBenjamin Peterson2008-08-182-3/+4
* Restore Python 2.3 compatibility and remove "with" usage.Marc-André Lemburg2008-08-181-2/+1
* add a test for reduce's moveBenjamin Peterson2008-08-181-0/+6
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-185-6/+8
* Remove an unneeded import of abc.ABCMeta from 'inspect'.Brett Cannon2008-08-181-1/+0
* Remove two unneeded imports in 'io'.Brett Cannon2008-08-181-2/+0
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-173-3/+0
* #3580: fix a failure in test_osAntoine Pitrou2008-08-171-1/+1
* get the symtable module back in working orderBenjamin Peterson2008-08-172-48/+185
* #3556: test_raiseMemError consumes an insane amount of memoryAntoine Pitrou2008-08-171-8/+3
* backport r65723: strengthen test_os.test_closerangeAntoine Pitrou2008-08-171-3/+21
* fix ZipFile.testzip() to work with very large embedded filesAntoine Pitrou2008-08-171-1/+6
* Update distutils so that it triggers no warnings when run under -3.Brett Cannon2008-08-173-4/+5