1. 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 18 years ago
  2. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 19 years ago
  3. d790a7b fixed example: adding missing import, handle_close, test code, etc. by Fredrik Lundh · 19 years ago
  4. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  5. 20bad74 SF Bug #1407069, Remove extra semi-colon if there is no long long by Neal Norwitz · 19 years ago
  6. 48653af7 Update email.Message.get_filename() documentation. by Barry Warsaw · 19 years ago
  7. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
  8. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  9. fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  10. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  11. 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
  12. 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
  13. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 19 years ago
  14. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 19 years ago
  15. b896759 refresh every 12 hours for crazy people like me that keep the page up by Neal Norwitz · 19 years ago
  16. 6585166 Get socketmodule to build after adding netlink support. by Neal Norwitz · 19 years ago
  17. 4678dc8 Add recent item by Andrew M. Kuchling · 19 years ago
  18. b84b35f the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 19 years ago
  19. 26075a1 the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 19 years ago
  20. 7c2ea7f typo by Fredrik Lundh · 19 years ago
  21. 634863c Remove buildno. by Martin v. Löwis · 19 years ago
  22. 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 19 years ago
  23. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
  24. d056005 Change build format of netlink addresses. by Martin v. Löwis · 19 years ago
  25. 42a84fe Remove extra period at end. by Neal Norwitz · 19 years ago
  26. 3f458d9 Alphabetize some names and remove a dupe by Neal Norwitz · 19 years ago
  27. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  28. 015f72b added kjohnson to the ACKS list by Fredrik Lundh · 19 years ago
  29. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  30. f60cd47 Fix typo by Neal Norwitz · 19 years ago
  31. 45ab233 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 19 years ago
  32. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 19 years ago
  33. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  34. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
  35. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  36. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  37. 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 19 years ago
  38. 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 19 years ago
  39. 9ad6963 Bug #1397205: doc typo by Georg Brandl · 19 years ago
  40. 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
  41. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
  42. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
  43. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  44. fc76d63 - Patch #1400181, fix unicode string formatting to not use the locale. by Neal Norwitz · 19 years ago
  45. ab92afd added a couple of missing periods. by Fredrik Lundh · 19 years ago
  46. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  47. b0cbf30 fixed broken sentence by Fredrik Lundh · 19 years ago
  48. b449c17 typo by Fredrik Lundh · 19 years ago
  49. b754fe4 Fix typos. by Walter Dörwald · 19 years ago
  50. 4372558 Add some notes about a recurring problem with OpenBSD by Neal Norwitz · 19 years ago
  51. 671b9e3 Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. by Neal Norwitz · 19 years ago
  52. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  53. e0aec6d Add myself. by Georg Brandl · 19 years ago
  54. c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
  55. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 19 years ago
  56. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  57. fd9a72a Patch #881820: look for openpty and forkpty also in libbsd. Will backport. by Martin v. Löwis · 19 years ago
  58. 0c6e2f1 Remove some shadowed variables by Neal Norwitz · 19 years ago
  59. 76dc081 strlen() returns a size_t, get rid of 64-bit warning by Neal Norwitz · 19 years ago
  60. e93e64f Repair bizarre indentation created by VC 7.1. by Tim Peters · 19 years ago
  61. 5db42c4 alias_for_import_name(): Dueling compiler warnings ;-) by Tim Peters · 19 years ago
  62. d8fe7ab analyze_cells(): This no longer compiled under VC 7.1. by Tim Peters · 19 years ago
  63. 46aae19 Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds by Neal Norwitz · 19 years ago
  64. dde5090 ignore db_home (result of db tests) by Neal Norwitz · 19 years ago
  65. 7da02fd ignore db_home (result of db tests) and autom4te.cache from autoconf by Neal Norwitz · 19 years ago
  66. d43069c Fix icc warnings: remove (sometimes) unused variable conditionally by Neal Norwitz · 19 years ago
  67. b2da01b Fix icc warnings: remove unused variable by Neal Norwitz · 19 years ago
  68. 056a2d6 Fix icc warnings. This couldn't have been correct since i is checked by Neal Norwitz · 19 years ago
  69. d948a43 Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_FD. res is not used, add a XXX comment by Neal Norwitz · 19 years ago
  70. e4ab5f5 Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ_CONSTRUCTOR by Neal Norwitz · 19 years ago
  71. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  72. d39d861 Fix icc warnings: strlen() returns size_t by Neal Norwitz · 19 years ago
  73. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago
  74. 020c46a icc accepts -OPT... but generates a warning, so just disable the check by Neal Norwitz · 19 years ago
  75. 8208b64 Fix icc warnings: single bit fields should be unsigned by Neal Norwitz · 19 years ago
  76. daf595f Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove by Neal Norwitz · 19 years ago
  77. 08b401f Fix icc warnings: single bit fields should be unsigned, shadowing local variables by Neal Norwitz · 19 years ago
  78. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  79. 52ca0dd Fix icc warnings: using wrong enum type by Neal Norwitz · 19 years ago
  80. f045914 Fix icc warnings: extra semi-colon and signed vs unsigned by Neal Norwitz · 19 years ago
  81. 3f04648 Fix icc warnings: extra semi-colon by Neal Norwitz · 19 years ago
  82. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 19 years ago
  83. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
  84. 74ef694 Correct typo by Georg Brandl · 19 years ago
  85. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  86. a9652f1 Py_GetBuildInfo(): Squash compiler warnings. by Tim Peters · 19 years ago
  87. e86e7a5 svnversion_init(): Use standard layout for function defn. by Tim Peters · 19 years ago
  88. 216b78b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  89. 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
  90. 456af5f Deal with empty svn_revisions. by Martin v. Löwis · 19 years ago
  91. a0196c5 Add HeadURL to the keywords. by Martin v. Löwis · 19 years ago
  92. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  93. 2b47445 squash compiler warning on Mac OSX 10.3 by Skip Montanaro · 19 years ago
  94. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  95. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  96. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  97. f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
  98. 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
  99. 40c6b47 Fix errors on 64-bit platforms. Will backport by Neal Norwitz · 19 years ago
  100. 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 19 years ago