summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-302-11/+11
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-301-0/+170
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-1/+11
* Remove duplicated code in pydoc.py, probably a merge conflict some months ago.Amaury Forgeot d'Arc2008-04-251-17/+0
* Correct recently merged tests:Amaury Forgeot d'Arc2008-04-242-11/+4
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-242-1/+33
* Obvious simplification, now that "long" has disappeared.Amaury Forgeot d'Arc2008-04-241-5/+1
* Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c...Trent Nelson2008-04-221-2/+2
* Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes2008-04-212-0/+61
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-203-11/+220
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-1910-19/+226
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-195-32/+3106
* Have test_coding conditionally remove test files instead of assuming that theyBrett Cannon2008-04-171-3/+3
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-1/+2
* Fix problems in the io docs noted by Alexandre VassalottiBenjamin Peterson2008-04-141-7/+4
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-141-25/+1
* Issue #2058: Remove the buf attribute and add __slots__ to theLars Gustäbel2008-04-141-34/+43
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-137-217/+520
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-131-144/+296
* Issue 2440: revert r62269 and r62279. These changes were made in an effort t...Trent Nelson2008-04-111-5/+0
* Update test_ssl.py to reflect the new approach for writing network-oriented t...Trent Nelson2008-04-101-55/+26
* Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should'...Trent Nelson2008-04-101-61/+133
* Bug #2606: Avoid calling .sort() on a dict_keys object.Martin v. Löwis2008-04-101-9/+3
* Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext...Trent Nelson2008-04-101-0/+5
* Merged revisions 62246-62259 via svnmerge fromMartin v. Löwis2008-04-101-1/+1
* Merged revisions 62263 via svnmerge fromMartin v. Löwis2008-04-106-13/+119
* Remove __repr__ that doesn't have any advantage compared to the standard one.Georg Brandl2008-04-091-3/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-0928-498/+575
* More docstring fixes, and an XXX.Georg Brandl2008-04-091-4/+5
* fixed outdated annotation of readinto in ioBenjamin Peterson2008-04-071-4/+4
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-079-33/+33
* Merged revisions 62179 via svnmerge fromThomas Wouters2008-04-071-1/+21
* Docstring fix.Georg Brandl2008-04-061-2/+2
* fix typo in doc stringBenjamin Peterson2008-04-061-2/+2
* Added a test to make sure raw strings don't get unicode escapesBenjamin Peterson2008-04-051-0/+2
* Reverted r62128 on Guido's ordersBenjamin Peterson2008-04-051-2/+0
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-056-11/+133
* Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc...Amaury Forgeot d'Arc2008-04-041-0/+11
* #2541 Allow unicode escapes in raw stringsBenjamin Peterson2008-04-031-0/+2
* release.py induced and manual editing steps for 3.0a4.v3.0a4Barry Warsaw2008-04-022-2/+5
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-028-52/+126
* Prevent test_queue from leaking: one worker thread was not stopped.Amaury Forgeot d'Arc2008-04-011-2/+3
* Be more forgiving if we get an error, there are lots of potential socket errorsNeal Norwitz2008-04-011-3/+1
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Martin v. Löwis2008-04-012-2/+4
* This was required on OS X to prevent the test from deadlocking. I'm not sureNeal Norwitz2008-03-311-0/+5
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-03-311-35/+78
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-2/+2
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-312-0/+28
* Revert r62070 due to syntax errorsNeal Norwitz2008-03-311-169/+157
* Rolled back revisions 62038 via svnmerge fromBenjamin Peterson2008-03-311-157/+169