- b709c2c Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 19 years ago
- 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 19 years ago
- 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
- a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
- 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
- fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
- 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
- 814fa0f Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). by Vinay Sajip · 19 years ago
- e928977 Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). by Vinay Sajip · 19 years ago
- d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 19 years ago
- 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 19 years ago
- b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
- 45ab233 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 19 years ago
- 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 19 years ago
- a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
- 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
- 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
- ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
- 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
- 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
- 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
- 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
- ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
- 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
- c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
- 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 19 years ago
- 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
- 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago
- 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
- 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
- 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
- c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
- eeab7da Skip test_curses if stdin is not a tty (like when run from cron or buildbot). Will backport. by Neal Norwitz · 19 years ago
- 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
- 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
- 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 19 years ago
- 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
- 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
- 037d1e0 SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". by Armin Rigo · 19 years ago
- f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
- fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
- 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
- c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 19 years ago
- 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
- 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
- 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
- 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
- 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
- db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
- e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
- 3dafaab Fix _sys_version() so it works with the new buildno, not sure if it is correct. test_platform passes by Neal Norwitz · 19 years ago
- 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
- f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
- 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
- 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
- 6ee6952 Patch #1360443: Make SimpleHTTPServer display unencoded directory names. by Georg Brandl · 19 years ago
- 07f159d Bug #1378455: a problem of urllib using open_local_file by Georg Brandl · 19 years ago
- 3b28770 Add two tests for the script interface. by Walter Dörwald · 19 years ago
- 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago
- a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
- b197543 If quopri uses the implementations from binascii do the tests a second time by Walter Dörwald · 19 years ago
- 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
- 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
- 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
- 7316ad2 - remove leftover directory - add file I forgot to add in previous commit by Fred Drake · 19 years ago
- c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
- e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
- af57fa1 r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 by Fredrik Lundh · 19 years ago
- 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
- 80768f8 skip nis entries, if not filtered out by getpwall itself by Fredrik Lundh · 19 years ago
- 2a60d9a added xml.etree test (enough of the ElementTree selftest to by Fredrik Lundh · 19 years ago
- 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
- 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 19 years ago
- f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
- aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
- ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
- a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
- 593d6b3 [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() by Andrew M. Kuchling · 19 years ago
- bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 19 years ago
- 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
- ce100d8 Use boolean name by Andrew M. Kuchling · 19 years ago
- 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
- bc6a195 [Bug #1372836] Remove unused code by Andrew M. Kuchling · 19 years ago
- e63fde7 [Bug #792570] Under Windows, socket.read() seems to run into trouble when by Andrew M. Kuchling · 19 years ago
- 3a97605 [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket by Andrew M. Kuchling · 19 years ago
- ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
- fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
- 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
- 1f66357 bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly. by Georg Brandl · 19 years ago
- 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
- 212a575 Remove unused _callers member. No need for types, use isinstance by Neal Norwitz · 19 years ago
- ef260c0 Stop looping to do nothing, just pass. by Neal Norwitz · 19 years ago
- d752f7d No need for types, use isinstance by Neal Norwitz · 19 years ago
- f923267 Use sorted() builtin by Neal Norwitz · 19 years ago
- 89886ab Test is still disabled, but access through public module by Neal Norwitz · 19 years ago
- 21d19f7 Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work. by Neal Norwitz · 19 years ago
- 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 19 years ago
- 7025ce6 Fix some comment typos by Neal Norwitz · 19 years ago
- 2fcf206 Fix typo in comment. by Neal Norwitz · 19 years ago
- 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 19 years ago