1. 0075690 Patch #1412872: zipfile: use correct system type on unixy systems. by Martin v. Löwis · 18 years ago
  2. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 18 years ago
  3. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 18 years ago
  4. d1cfc8a Whitespace normalization by Neal Norwitz · 18 years ago
  5. 96e48d4 Use C-style comment by Neal Norwitz · 18 years ago
  6. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 18 years ago
  7. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 18 years ago
  8. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 18 years ago
  9. faa26df Fix typo by Neal Norwitz · 18 years ago
  10. 1469466 Drop C library for stat/fstat on Windows. by Martin v. Löwis · 18 years ago
  11. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 18 years ago
  12. 5a49fae SF patch #1421726 by Fredrik Lundh · 18 years ago
  13. 553489a As discussed on python-dev, silence three gcc-4.0.x warnings, using assert() by Thomas Wouters · 18 years ago
  14. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 18 years ago
  15. c81e3a6 Fix typo. by Martin v. Löwis · 18 years ago
  16. fd049a6 maintain support for older python versions in this module so that it by Gregory P. Smith · 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. cfc4a8d add bsddb.db.DBEnv.set_tx_timestamp mention by Gregory P. Smith · 18 years ago
  22. 4ddc78a Delete aclocal.m4, and require autoconf 2.59, fixing #811160 in a different way. by Martin v. Löwis · 18 years ago
  23. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 18 years ago
  24. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 18 years ago
  25. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 18 years ago
  26. 8a47404 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 18 years ago
  27. b941825 Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given by Barry Warsaw · 18 years ago
  28. 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 18 years ago
  29. 14361ff Remove generated test db files by Neal Norwitz · 18 years ago
  30. 73afe9a mwh pointed out _Filemodule.c is generated. So to fix the memory leak by Neal Norwitz · 18 years ago
  31. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 18 years ago
  32. 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 18 years ago
  33. 92037a1 Whitespace normalization. by Tim Peters · 18 years ago
  34. e101df9 note the bsddb extension module changes. by Gregory P. Smith · 18 years ago
  35. 4e414d8 commits sourceforge patch #1407992 by neil.norwitz. by Gregory P. Smith · 18 years ago
  36. ec2f74f module list utility by Fredrik Lundh · 18 years ago
  37. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 18 years ago
  38. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 18 years ago
  39. bab05c9 Fix SF #1412837, compile failed with Watcom compiler by Neal Norwitz · 18 years ago
  40. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 18 years ago
  41. caa94bd Correct misspellings. by Georg Brandl · 18 years ago
  42. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 18 years ago
  43. 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 18 years ago
  44. 8797578 Add two missing markup tags. by Georg Brandl · 18 years ago
  45. bc29c1a Whitespace normalization. by Tim Peters · 18 years ago
  46. 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 18 years ago
  47. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 18 years ago
  48. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 18 years ago
  49. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 18 years ago
  50. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 18 years ago
  51. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 18 years ago
  52. 8ac83f3 This should fix a mem leak on the Mac. Brett tested it. by Neal Norwitz · 18 years ago
  53. ffa6f3d Another typo. by Georg Brandl · 18 years ago
  54. 56ace78 typo by Georg Brandl · 18 years ago
  55. 4865e4a Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 18 years ago
  56. 0ce2be8 Typo by Georg Brandl · 18 years ago
  57. 95ac287 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 18 years ago
  58. 51f5235 Misc. changes, including documenting the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  59. 9d9af8a Fix typo by Walter Dörwald · 18 years ago
  60. 531ceba Bug #902075: urllib2 now handles "host:port" proxy specifications by Georg Brandl · 18 years ago
  61. 3d56350 _compile(): raise an exception if downcasting to SRE_CODE loses information: by Tim Peters · 18 years ago
  62. 887c080 Whitespace normalization. by Tim Peters · 18 years ago
  63. bde4ad4 Patch #1410998: remove "DOS" from os.py docstring by Georg Brandl · 18 years ago
  64. 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 18 years ago
  65. 1de3700 Document supported schemes. by Georg Brandl · 18 years ago
  66. 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 18 years ago
  67. 777f108 Whitespace normalization. by Tim Peters · 18 years ago
  68. 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
  69. 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
  70. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  71. 81cdb4e Patch #1388073: Make unittest.TestCase easier to subclass by Georg Brandl · 18 years ago
  72. d704817 typo by Georg Brandl · 18 years ago
  73. 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 18 years ago
  74. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 18 years ago
  75. 89f35ac Bug #1407902: Added support for sftp:// URIs to urlparse. by Georg Brandl · 18 years ago
  76. 5035c1c Readd bug report note. by Georg Brandl · 18 years ago
  77. 8cb3077 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 18 years ago
  78. a3a93ae Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 18 years ago
  79. b709c2c Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 18 years ago
  80. 40558fe add missing version identification by Fred Drake · 18 years ago
  81. 62ffc07 Pass unquoted string to stat. by Martin v. Löwis · 18 years ago
  82. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 18 years ago
  83. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 18 years ago
  84. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 18 years ago
  85. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  86. 8207cc7 Quote the path to the executable before invoking system(). by Tim Peters · 19 years ago
  87. 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 19 years ago
  88. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 19 years ago
  89. d790a7b fixed example: adding missing import, handle_close, test code, etc. by Fredrik Lundh · 19 years ago
  90. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  91. 20bad74 SF Bug #1407069, Remove extra semi-colon if there is no long long by Neal Norwitz · 19 years ago
  92. 48653af7 Update email.Message.get_filename() documentation. by Barry Warsaw · 19 years ago
  93. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
  94. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  95. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  96. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  97. 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
  98. 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
  99. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 19 years ago
  100. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 19 years ago