1. fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 19 years ago
  2. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  3. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  4. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  5. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
  6. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
  7. 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 19 years ago
  8. 19e2203 Add a unit test for bug fix #1396678. by Georg Brandl · 19 years ago
  9. 26caeba Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). by Georg Brandl · 19 years ago
  10. bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 19 years ago
  11. 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 19 years ago
  12. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
  13. 7b4e7c2 Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 19 years ago
  14. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
  15. 24f7cad Changed the new deprecation warning to show the by Tim Peters · 19 years ago
  16. b6be87f Whitespace normalization. by Tim Peters · 19 years ago
  17. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
  18. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  19. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  20. b86a54f Add deprecation warning to modules deprecated since 2000. by Georg Brandl · 19 years ago
  21. bd3bc4d Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 19 years ago
  22. 501dd0d The names of lambda functions are now properly displayed in pydoc. by Georg Brandl · 19 years ago
  23. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  24. cffcfed New test code failed to close the file. This caused by Tim Peters · 19 years ago
  25. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 19 years ago
  26. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  27. ed1992f Added function name to LogRecord. by Vinay Sajip · 19 years ago
  28. 260ce43 Propagate exceptions from shutdown() if raiseExceptions is not set. by Vinay Sajip · 19 years ago
  29. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 19 years ago
  30. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  31. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  32. e0f8592 Removed defensive test in Handler.close by Vinay Sajip · 19 years ago
  33. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 19 years ago
  34. 0075690 Patch #1412872: zipfile: use correct system type on unixy systems. by Martin v. Löwis · 19 years ago
  35. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 19 years ago
  36. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  37. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 19 years ago
  38. faa26df Fix typo by Neal Norwitz · 19 years ago
  39. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 19 years ago
  40. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 19 years ago
  41. c26cf5a fix test import for use in standalone pybsddb project bsddb3 module as well by Gregory P. Smith · 19 years ago
  42. 249c7b0 Whitespace normalization. by Tim Peters · 19 years ago
  43. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 19 years ago
  44. f684888 Explicitly close the server socket. by Martin v. Löwis · 19 years ago
  45. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 19 years ago
  46. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  47. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 19 years ago
  48. 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 19 years ago
  49. 14361ff Remove generated test db files by Neal Norwitz · 19 years ago
  50. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 19 years ago
  51. 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 19 years ago
  52. 92037a1 Whitespace normalization. by Tim Peters · 19 years ago
  53. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 19 years ago
  54. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 19 years ago
  55. bc29c1a Whitespace normalization. by Tim Peters · 19 years ago
  56. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 19 years ago
  57. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 19 years ago
  58. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 19 years ago
  59. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 19 years ago
  60. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 19 years ago
  61. 531ceba Bug #902075: urllib2 now handles "host:port" proxy specifications by Georg Brandl · 19 years ago
  62. 887c080 Whitespace normalization. by Tim Peters · 19 years ago
  63. bde4ad4 Patch #1410998: remove "DOS" from os.py docstring by Georg Brandl · 19 years ago
  64. 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 19 years ago
  65. 777f108 Whitespace normalization. by Tim Peters · 19 years ago
  66. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  67. 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  68. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  69. 81cdb4e Patch #1388073: Make unittest.TestCase easier to subclass by Georg Brandl · 19 years ago
  70. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 19 years ago
  71. 89f35ac Bug #1407902: Added support for sftp:// URIs to urlparse. by Georg Brandl · 19 years ago
  72. 5035c1c Readd bug report note. by Georg Brandl · 19 years ago
  73. b709c2c Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 19 years ago
  74. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 19 years ago
  75. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  76. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
  77. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  78. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  79. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  80. 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
  81. 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
  82. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 19 years ago
  83. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 19 years ago
  84. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  85. 45ab233 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 19 years ago
  86. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 19 years ago
  87. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  88. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
  89. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  90. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  91. 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
  92. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
  93. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
  94. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  95. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  96. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  97. c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
  98. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 19 years ago
  99. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  100. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago