summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Only setup canvas when it is first created.Martin v. Löwis2006-07-031-1/+1
* Whitespace normalization.Tim Peters2006-07-031-1/+1
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-031-9/+5
* Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...Thomas Heller2006-07-031-4/+8
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-021-0/+14
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-021-2/+20
* 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-012-14/+31
* 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
* Fixed bug in fileConfig() which failed to clear logging._handlerListVinay Sajip2006-06-301-0/+1
* 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-292-9/+25
* Fix end_fill().Georg Brandl2006-06-281-1/+1
* 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-282-18/+34
* According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAINNeal Norwitz2006-06-281-1/+1
* Whitespace normalization.Tim Peters2006-06-273-4/+4
* MacOSX: fix rather dumb buglet that made it impossible to create extensions onRonald Oussoren2006-06-272-2/+2
* Removed buggy exception handling in doRollover of rotating file handlers. Exc...Vinay Sajip2006-06-271-12/+2
* 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
* [Bug #1512163] Use one set of locking methods, lockf();Andrew M. Kuchling2006-06-261-12/+2
* [Bug #1512163] Fix typo.Andrew M. Kuchling2006-06-261-1/+1
* Workaround for bug #1512124Ronald Oussoren2006-06-251-1/+8
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-232-11/+45
* Applied patch #1506758: Prevent MemoryErrors with large MAXFD.Peter Astrand2006-06-222-2/+2
* 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-222-2/+14
* Test for correct compilation of try-except-finally stmt.Georg Brandl2006-06-221-0/+15
* Set lineno correctly on list, tuple and dict literals.Georg Brandl2006-06-221-5/+5
* Fix for an obscure bug introduced by revs 46806 and 46808, with a test.Armin Rigo2006-06-211-0/+12
* Removed call to enable_callback_tracebacks that slipped in by accident.Gerhard Häring2006-06-211-1/+0
* Patch #1509001: expected skips for netbsd3.Georg Brandl2006-06-211-0/+31
* Make test_fcntl aware of netbsd3.Georg Brandl2006-06-211-3/+4
* fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinallyGeorg Brandl2006-06-211-18/+23
* At the C level, tuple arguments are passed in directly to the exceptionBrett Cannon2006-06-211-4/+4
* Fix typo of exception name.Brett Cannon2006-06-201-1/+1
* Raise TestSkipped when the test socket connection is refused.Brett Cannon2006-06-201-0/+7
* Remove Python 2.3 compatibility comment.Ka-Ping Yee2006-06-191-2/+1
* Preparing for 2.5b1.Anthony Baxter2006-06-192-1/+6
* TestHelp.make_parser(): This was making a permanent change toTim Peters2006-06-191-1/+12
* Next try to fix the OpenBSD buildbot tests:Thomas Heller2006-06-191-9/+1
* Repair KeyError when running test_threaded_import under -R,Tim Peters2006-06-191-4/+3
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-191-0/+7
* Whitespace normalization.Tim Peters2006-06-192-9/+8
* Try to repair the failing test on the OpenBSD buildbot. Trial and error...Thomas Heller2006-06-191-1/+1
* Patch #1507676: improve exception messages in abstract.c, object.c and typeob...Georg Brandl2006-06-181-1/+1