summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix test import for use in standalone pybsddb project bsddb3 module as wellGregory P. Smith2006-01-291-1/+6
* Whitespace normalization.Tim Peters2006-01-291-1/+1
* Try a number of ports, in case 9020 is already in use.Martin v. Löwis2006-01-291-3/+14
* Explicitly close the server socket.Martin v. Löwis2006-01-291-0/+2
* Work around a Solaris peculiarity that caused test_pty to sometimes fail: aThomas Wouters2006-01-281-1/+8
* Improved handling of syntax errors.Jeremy Hylton2006-01-272-1/+239
* Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVERGregory P. Smith2006-01-272-0/+5
* There was a race condition where the connector would try to connectNeal Norwitz2006-01-251-0/+3
* Remove generated test db filesNeal Norwitz2006-01-251-2/+3
* Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.Neal Norwitz2006-01-253-0/+28
* test_rude_shutdown(): Rewrote to use proper threadTim Peters2006-01-241-11/+19
* Whitespace normalization.Tim Peters2006-01-241-4/+4
* Patch #1349118: urllib2 now supports user:pass@ style proxyMartin v. Löwis2006-01-241-6/+93
* Repaired new test failures on Windows:Tim Peters2006-01-231-3/+12
* Whitespace normalization.Tim Peters2006-01-231-1/+1
* Disable this test until I can test on big-endian machines and get passingNeal Norwitz2006-01-231-1/+2
* Test zipimporter a bit more. Also get working with -R :: option for finding ...Neal Norwitz2006-01-231-4/+122
* Convenience function to remove a possibly non-existant fileNeal Norwitz2006-01-231-14/+10
* Test getsignal() and some error conditionsNeal Norwitz2006-01-231-1/+23
* Use unittest and make sure a few other cases don't crashNeal Norwitz2006-01-231-2/+23
* Bug #902075: urllib2 now handles "host:port" proxy specificationsGeorg Brandl2006-01-211-8/+13
* Whitespace normalization.Tim Peters2006-01-201-11/+11
* Patch #1410998: remove "DOS" from os.py docstringGeorg Brandl2006-01-201-1/+1
* Try to resolve the remaining webbrowser issues (backgrounding, local urls)Georg Brandl2006-01-201-103/+196
* Whitespace normalization.Tim Peters2006-01-201-1/+1
* Added a test for the ability to specify a class attribute in Formatter config...Vinay Sajip2006-01-201-16/+64
* Added a test for the ability to specify a class attribute in Formatter config...Vinay Sajip2006-01-201-0/+4
* Added the ability to specify a class attribute in Formatter configuration. Co...Vinay Sajip2006-01-201-1/+21
* Patch #1388073: Make unittest.TestCase easier to subclassGeorg Brandl2006-01-201-13/+13
* Checkin the test of patch #1400181.Georg Brandl2006-01-201-0/+14
* Bug #1407902: Added support for sftp:// URIs to urlparse.Georg Brandl2006-01-201-11/+11
* Readd bug report note.Georg Brandl2006-01-201-0/+6
* Bug #1371247: Update Windows LCIDs in locale.py.Georg Brandl2006-01-201-32/+179
* Add a more informative error message for test_float_parsing so the failingBrett Cannon2006-01-191-2/+4
* SF bug #1347874; FeedParser does not comply with RFC2822.Barry Warsaw2006-01-172-2/+11
* Ported 42075 from release23-maint branch.Barry Warsaw2006-01-174-5/+51
* Refactoring for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-161-125/+142
* Changes due to added test for fileConfig contributed by Shane Hathaway.Vinay Sajip2006-01-161-0/+6
* Added test for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-161-1/+101
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+2
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+12
* TimedRotatingFileHandler now calculates next rollover from previous rollover ...Vinay Sajip2006-01-161-1/+1
* Fixed bug in time-to-midnight calculation.Vinay Sajip2006-01-161-3/+6
* collected my segfaulting Python examples from the SF trackersArmin Rigo2006-01-148-0/+99
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-131-0/+3
* Bug #1403410: The warnings module now doesn't get confusedGeorg Brandl2006-01-131-1/+1
* Whitespace normalization.Tim Peters2006-01-133-100/+99
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-112-0/+9
* add another crash reported by Thomas WoutersNeal Norwitz2006-01-111-0/+10