summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch #1448199: Release GIL around ConnectRegistry.Martin v. Löwis2006-07-241-0/+3
* Resync optparse with Optik 1.5.3: minor tweaks for/to tests.Greg Ward2006-07-231-4/+5
* Get mailbox module working on OS/2 EMX port.Andrew MacIntyre2006-07-231-2/+2
* Be a lot smarter about whether this test passes: instead of assumingGreg Ward2006-07-232-4/+14
* Don't fail if the directory already existsNeal Norwitz2006-07-221-1/+2
* Fix SF#1516184 (again) and add a test to prevent regression.Phillip J. Eby2006-07-201-0/+1
* SF bug 1524317: configure --without-threads fails to buildTim Peters2006-07-191-0/+22
* Whitespace normalization.Tim Peters2006-07-181-4/+4
* Fix bug #1520914. Starting in 2.4, time.strftime() began to check the boundsBrett Cannon2006-07-181-12/+20
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-173-7/+5
* Bug #1512814, Fix incorrect lineno's when code within a functionNeal Norwitz2006-07-161-0/+24
* Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.Peter Astrand2006-07-141-1/+1
* Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.Neal Norwitz2006-07-121-0/+5
* Whitespace normalization.Tim Peters2006-07-101-1/+1
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-0/+61
* Make it possible to run test_subprocess.py with Python 2.2, which lacks test_...Peter Astrand2006-07-101-3/+6
* Fix SF#1516184 and add a test to prevent regression.Phillip J. Eby2006-07-101-0/+10
* Bug #1512814, Fix incorrect lineno's when code at module scopeNeal Norwitz2006-07-101-0/+10
* On 64 bit systems, int literals that use less than 64 bits are now intsNeal Norwitz2006-07-091-0/+15
* Fix SF bug 1441486: bad unary minus folding in compiler.Neil Schemenauer2006-07-091-0/+4
* Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.Neil Schemenauer2006-07-092-1/+12
* Add an additional test for bug #1519018.Georg Brandl2006-07-081-0/+2
* Fix SF bug #1519018: 'as' is now validated properly in import statementsNeal Norwitz2006-07-081-0/+4
* Restore rev 47014:Neal Norwitz2006-07-074-5/+32
* Test using all CJK encodings for the testcases which don't requireHye-Shik Chang2006-07-061-6/+26
* Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().Hye-Shik Chang2006-07-061-1/+9
* Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...Nick Coghlan2006-07-061-13/+5
* A couple of examples about how to attack the fact that _PyType_Lookup()Armin Rigo2006-07-062-0/+67
* Fix bug in passing tuples to string.Template. All other values (with workingThomas Wouters2006-07-051-0/+7
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-0/+8
* Bug #1417699: Reject locale-specific decimal point in float()Martin v. Löwis2006-07-032-3/+17
* Whitespace normalization.Tim Peters2006-07-031-1/+1
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-021-0/+14
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-012-56/+21
* Release all forwarded functions in .close. Fixes #1513223.Martin v. Löwis2006-07-011-2/+17
* Added duplicate call to fileConfig() to ensure that it cleans up after itself...Vinay Sajip2006-07-011-0/+2
* Whitespace normalization.Tim Peters2006-06-301-4/+4
* This should fix the buildbot failure on s/390 which can't connect to gmail.org.Neal Norwitz2006-06-291-6/+9
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-2913-8/+52
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-291-0/+15
* A couple of crashers of the "won't fix" kind.Armin Rigo2006-06-282-0/+26
* Make full module name available as __module_name__ even when __name__ is set ...Nick Coghlan2006-06-281-5/+13
* Whitespace normalization.Tim Peters2006-06-272-3/+3
* Attempt to fix build failure on OS X and Debian alpha; the symptom isAndrew M. Kuchling2006-06-261-1/+1
* Windows doesn't have os.fork(). I'll just disable this test for nowAndrew M. Kuchling2006-06-261-0/+2
* Add a test for a conflicting lock.Andrew M. Kuchling2006-06-261-0/+22
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-231-8/+42
* Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su...Peter Astrand2006-06-221-1/+2
* 'warning's was improperly requiring that a command-line Warning category beBrett Cannon2006-06-221-0/+13
* Test for correct compilation of try-except-finally stmt.Georg Brandl2006-06-221-0/+15