1. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 18 years ago
  2. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  3. ed1992f Added function name to LogRecord. by Vinay Sajip · 18 years ago
  4. 260ce43 Propagate exceptions from shutdown() if raiseExceptions is not set. by Vinay Sajip · 18 years ago
  5. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 18 years ago
  6. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  7. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  8. e0f8592 Removed defensive test in Handler.close by Vinay Sajip · 18 years ago
  9. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 18 years ago
  10. 0075690 Patch #1412872: zipfile: use correct system type on unixy systems. by Martin v. Löwis · 18 years ago
  11. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 18 years ago
  12. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 18 years ago
  13. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 18 years ago
  14. faa26df Fix typo by Neal Norwitz · 18 years ago
  15. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 18 years ago
  16. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 18 years ago
  17. c26cf5a fix test import for use in standalone pybsddb project bsddb3 module as well by Gregory P. Smith · 18 years ago
  18. 249c7b0 Whitespace normalization. by Tim Peters · 18 years ago
  19. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 18 years ago
  20. f684888 Explicitly close the server socket. by Martin v. Löwis · 18 years ago
  21. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 18 years ago
  22. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 18 years ago
  23. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 18 years ago
  24. 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 18 years ago
  25. 14361ff Remove generated test db files by Neal Norwitz · 18 years ago
  26. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 18 years ago
  27. 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 18 years ago
  28. 92037a1 Whitespace normalization. by Tim Peters · 18 years ago
  29. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 18 years ago
  30. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 18 years ago
  31. bc29c1a Whitespace normalization. by Tim Peters · 18 years ago
  32. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 18 years ago
  33. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 18 years ago
  34. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 18 years ago
  35. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 18 years ago
  36. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 18 years ago
  37. 531ceba Bug #902075: urllib2 now handles "host:port" proxy specifications by Georg Brandl · 18 years ago
  38. 887c080 Whitespace normalization. by Tim Peters · 18 years ago
  39. bde4ad4 Patch #1410998: remove "DOS" from os.py docstring by Georg Brandl · 18 years ago
  40. 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 18 years ago
  41. 777f108 Whitespace normalization. by Tim Peters · 18 years ago
  42. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  43. 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  44. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  45. 81cdb4e Patch #1388073: Make unittest.TestCase easier to subclass by Georg Brandl · 18 years ago
  46. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 18 years ago
  47. 89f35ac Bug #1407902: Added support for sftp:// URIs to urlparse. by Georg Brandl · 18 years ago
  48. 5035c1c Readd bug report note. by Georg Brandl · 18 years ago
  49. b709c2c Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 18 years ago
  50. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 18 years ago
  51. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 18 years ago
  52. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 18 years ago
  53. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  54. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  55. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  56. 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 · 18 years ago
  57. 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 · 18 years ago
  58. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 18 years ago
  59. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 18 years ago
  60. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 18 years ago
  61. 45ab233 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 18 years ago
  62. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 18 years ago
  63. a28ad77 Whitespace normalization. by Tim Peters · 18 years ago
  64. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 18 years ago
  65. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 18 years ago
  66. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 18 years ago
  67. 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
  68. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
  69. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
  70. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  71. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  72. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  73. c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
  74. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 19 years ago
  75. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  76. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago
  77. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
  78. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  79. 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
  80. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  81. 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
  82. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  83. 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
  84. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  85. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
  86. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  87. 037d1e0 SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". by Armin Rigo · 19 years ago
  88. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  89. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  90. 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
  91. c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 19 years ago
  92. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  93. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
  94. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  95. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  96. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  97. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  98. e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
  99. 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
  100. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago