1. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 18 years ago
  2. bab05c9 Fix SF #1412837, compile failed with Watcom compiler by Neal Norwitz · 18 years ago
  3. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 18 years ago
  4. caa94bd Correct misspellings. by Georg Brandl · 18 years ago
  5. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 18 years ago
  6. 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 18 years ago
  7. 8797578 Add two missing markup tags. by Georg Brandl · 18 years ago
  8. bc29c1a Whitespace normalization. by Tim Peters · 18 years ago
  9. 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 18 years ago
  10. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 18 years ago
  11. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 18 years ago
  12. 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 18 years ago
  13. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 18 years ago
  14. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 18 years ago
  15. 8ac83f3 This should fix a mem leak on the Mac. Brett tested it. by Neal Norwitz · 18 years ago
  16. ffa6f3d Another typo. by Georg Brandl · 18 years ago
  17. 56ace78 typo by Georg Brandl · 18 years ago
  18. 4865e4a Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 18 years ago
  19. 0ce2be8 Typo by Georg Brandl · 18 years ago
  20. 95ac287 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 18 years ago
  21. 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
  22. 9d9af8a Fix typo by Walter Dörwald · 18 years ago
  23. 531ceba Bug #902075: urllib2 now handles "host:port" proxy specifications by Georg Brandl · 18 years ago
  24. 3d56350 _compile(): raise an exception if downcasting to SRE_CODE loses information: by Tim Peters · 18 years ago
  25. 887c080 Whitespace normalization. by Tim Peters · 18 years ago
  26. bde4ad4 Patch #1410998: remove "DOS" from os.py docstring by Georg Brandl · 18 years ago
  27. 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 18 years ago
  28. 1de3700 Document supported schemes. by Georg Brandl · 18 years ago
  29. 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 18 years ago
  30. 777f108 Whitespace normalization. by Tim Peters · 18 years ago
  31. 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
  32. 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
  33. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  34. 81cdb4e Patch #1388073: Make unittest.TestCase easier to subclass by Georg Brandl · 18 years ago
  35. d704817 typo by Georg Brandl · 18 years ago
  36. 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 18 years ago
  37. da6b107 Checkin the test of patch #1400181. by Georg Brandl · 18 years ago
  38. 89f35ac Bug #1407902: Added support for sftp:// URIs to urlparse. by Georg Brandl · 18 years ago
  39. 5035c1c Readd bug report note. by Georg Brandl · 18 years ago
  40. 8cb3077 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 18 years ago
  41. a3a93ae Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 18 years ago
  42. b709c2c Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 18 years ago
  43. 40558fe add missing version identification by Fred Drake · 18 years ago
  44. 62ffc07 Pass unquoted string to stat. by Martin v. Löwis · 18 years ago
  45. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 18 years ago
  46. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 18 years ago
  47. 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 18 years ago
  48. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  49. 8207cc7 Quote the path to the executable before invoking system(). by Tim Peters · 18 years ago
  50. 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 18 years ago
  51. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 18 years ago
  52. d790a7b fixed example: adding missing import, handle_close, test code, etc. by Fredrik Lundh · 18 years ago
  53. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 18 years ago
  54. 20bad74 SF Bug #1407069, Remove extra semi-colon if there is no long long by Neal Norwitz · 18 years ago
  55. 48653af7 Update email.Message.get_filename() documentation. by Barry Warsaw · 18 years ago
  56. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 18 years ago
  57. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  58. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  59. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  60. 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
  61. 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
  62. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 18 years ago
  63. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 18 years ago
  64. b896759 refresh every 12 hours for crazy people like me that keep the page up by Neal Norwitz · 18 years ago
  65. 6585166 Get socketmodule to build after adding netlink support. by Neal Norwitz · 18 years ago
  66. 4678dc8 Add recent item by Andrew M. Kuchling · 18 years ago
  67. b84b35f the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 18 years ago
  68. 26075a1 the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 18 years ago
  69. 7c2ea7f typo by Fredrik Lundh · 18 years ago
  70. 634863c Remove buildno. by Martin v. Löwis · 18 years ago
  71. 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 18 years ago
  72. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 18 years ago
  73. d056005 Change build format of netlink addresses. by Martin v. Löwis · 18 years ago
  74. 42a84fe Remove extra period at end. by Neal Norwitz · 18 years ago
  75. 3f458d9 Alphabetize some names and remove a dupe by Neal Norwitz · 18 years ago
  76. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 18 years ago
  77. 015f72b added kjohnson to the ACKS list by Fredrik Lundh · 18 years ago
  78. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 18 years ago
  79. f60cd47 Fix typo by Neal Norwitz · 18 years ago
  80. 45ab233 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 18 years ago
  81. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 18 years ago
  82. a28ad77 Whitespace normalization. by Tim Peters · 18 years ago
  83. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 18 years ago
  84. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 18 years ago
  85. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 18 years ago
  86. 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 18 years ago
  87. 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 18 years ago
  88. 9ad6963 Bug #1397205: doc typo by Georg Brandl · 18 years ago
  89. 05af43d Remove outstanding_crashes again. by Georg Brandl · 18 years ago
  90. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 18 years ago
  91. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 18 years ago
  92. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 18 years ago
  93. fc76d63 - Patch #1400181, fix unicode string formatting to not use the locale. by Neal Norwitz · 18 years ago
  94. ab92afd added a couple of missing periods. by Fredrik Lundh · 18 years ago
  95. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 18 years ago
  96. b0cbf30 fixed broken sentence by Fredrik Lundh · 18 years ago
  97. b449c17 typo by Fredrik Lundh · 18 years ago
  98. b754fe4 Fix typos. by Walter Dörwald · 18 years ago
  99. 4372558 Add some notes about a recurring problem with OpenBSD by Neal Norwitz · 18 years ago
  100. 671b9e3 Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. by Neal Norwitz · 18 years ago