summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix test_py3kwarnsBenjamin Peterson2008-07-1438-57/+60
* Fixed test failure on Win64 machines.Robert Schuppenies2008-07-141-8/+5
* Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the childGregory P. Smith2008-07-141-1/+2
* Expand the multiprocessing sectionAndrew M. Kuchling2008-07-141-10/+134
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixesAndrew M. Kuchling2008-07-141-3/+4
* Issue #3153: sqlite leaks on error.Alexandre Vassalotti2008-07-132-23/+12
* Add various items; move ctypes items into a subsection of their ownAndrew M. Kuchling2008-07-131-16/+40
* Re-wordAndrew M. Kuchling2008-07-131-2/+2
* Issue #3274: Use a less common identifier for the temporary variableAlexandre Vassalotti2008-07-131-2/+2
* Add turtle into the module index.Martin v. Löwis2008-07-131-0/+4
* remove sys.version_info check for 3.0Benjamin Peterson2008-07-131-5/+1
* remove bytes aliasBenjamin Peterson2008-07-131-7/+0
* Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh...Nick Coghlan2008-07-133-6/+61
* Correct a couple of errors in the updated catch_warning documentation (the Py...Nick Coghlan2008-07-131-2/+2
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-136-72/+126
* dummy_thread.acquire() would return None if no waitflag argument was given. ItBrett Cannon2008-07-133-7/+6
* #1778443 robotparser fixes from Aristotelis MikropoulosBenjamin Peterson2008-07-122-6/+4
* Fixed typo.Alexandre Vassalotti2008-07-121-1/+1
* fix various doc typos #3320Benjamin Peterson2008-07-1220-35/+35
* - Fix bashisms in Tools/faqwiz/move-faqwiz.shMatthias Klose2008-07-121-3/+9
* Fixed test for asyncore.Josiah Carlson2008-07-111-3/+3
* Fix for the AttributeError in test_asynchat.Josiah Carlson2008-07-111-1/+1
* #3342: In tracebacks, printed source lines were not indented since r62555.Amaury Forgeot d'Arc2008-07-114-9/+24
* #3317 in zipfile module, restore the previous names of global variables:Amaury Forgeot d'Arc2008-07-111-55/+27
* Add cautionary note on the use of PySequence_Fast_ITEMS.Raymond Hettinger2008-07-111-0/+4
* Fix a minor typo in the last entry made.Brett Cannon2008-07-111-1/+1
* Doc that robotparse has been renamed urllib.robotparser in Python 3.0.Brett Cannon2008-07-112-0/+9
* Doc that urlparse is named urllib.parse in Python 3.0.Brett Cannon2008-07-112-0/+8
* Document the fact that urllib2 spans multiple modules with new names in PythonBrett Cannon2008-07-112-0/+17
* Removal an invalid entry as the fixer for urllib is under active development.Brett Cannon2008-07-111-4/+0
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-104-15/+79
* Suppress -3 warnings in unittest.pyRaymond Hettinger2008-07-101-5/+12
* Clear the -3 warnings in optparse.pyRaymond Hettinger2008-07-101-15/+9
* Added additional __sizeof__ implementations and addressed comments made inRobert Schuppenies2008-07-106-35/+105
* Wording changesAndrew M. Kuchling2008-07-101-6/+6
* Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.Raymond Hettinger2008-07-103-10/+12
* Issue 3301: Bisect functions behaved badly when lo was negative.Raymond Hettinger2008-07-104-0/+27
* Fixed Issue3122 and extended sys.getsizeof tests for built-in types.Robert Schuppenies2008-07-102-78/+182
* Use operator.index() instead of n.__index__().Raymond Hettinger2008-07-101-5/+2
* Issue 3287: Raise correct exception for float inputs.Raymond Hettinger2008-07-102-7/+9
* Add missing NEWS and ACK entries for r64791Nick Coghlan2008-07-082-0/+5
* Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing...Nick Coghlan2008-07-083-9/+57
* Add missing ABCs to list.Georg Brandl2008-07-081-36/+44
* Issue 3306. Better control for a lenght in findmax() function.Facundo Batista2008-07-072-1/+5
* Fix example to match textAndrew M. Kuchling2008-07-071-1/+1
* Correct grammar.Skip Montanaro2008-07-071-1/+1
* - Issue #3094: httplib.HTTPSConnection Host: headers no longer include theGregory P. Smith2008-07-072-1/+5
* Add commented out #_sha256 and #_sha512 lines per issue 3183.Gregory P. Smith2008-07-071-2/+4