summaryrefslogtreecommitdiff
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* The ihooks module has been removed.Brett Cannon2008-05-101-1/+0
* Remove the fpformat module.Brett Cannon2008-05-101-75/+0
* Remove the dircache module.Brett Cannon2008-05-102-75/+1
* Issue 2748: fix __ceil__, __floor__ and __round__ magic methods inMark Dickinson2008-05-091-0/+88
* Merged revisions 62873,62887,62892-62896,62904 via svnmerge fromBenjamin Peterson2008-05-083-10/+23
* Remove the user module.Brett Cannon2008-05-081-4/+0
* Remove the mutex module.Brett Cannon2008-05-081-33/+0
* Remove the imputil module.Brett Cannon2008-05-082-2/+0
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+17
* Antoine Pitrou's patch for bug 2507; exception state lives too long inBarry Warsaw2008-05-081-2/+29
* Removed test_overflow from test_memoryio.CBytesIOTest.Alexandre Vassalotti2008-05-081-13/+0
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-0/+14
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-062-13/+16
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-061-0/+2
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-062-1/+43
* Added tests to check the buffer type returned during reading.Alexandre Vassalotti2008-05-061-0/+6
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-065-134/+415
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-061-0/+2
* Merged revisions 62726 via svnmerge fromMartin v. Löwis2008-05-051-3/+5
* Merged revisions 62724 via svnmerge fromMartin v. Löwis2008-05-051-0/+8
* Re-enabled testChristian Heimes2008-05-041-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-0422-716/+829
* Removed implicit convertions of str object to bytes from base64.Alexandre Vassalotti2008-05-031-3/+24
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-302-11/+11
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-1/+11
* Correct recently merged tests:Amaury Forgeot d'Arc2008-04-241-8/+0
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-242-1/+33
* 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-202-11/+188
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-198-8/+170
* 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
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-135-93/+371
* 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
* Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext...Trent Nelson2008-04-101-0/+5
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-0915-431/+435
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-078-31/+31
* 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-052-3/+35
* 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
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-027-42/+64
* 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-011-1/+3