1. 1bf5959 Patch #1509163: MS Toolkit Compiler no longer available by Martin v. Löwis · 18 years ago
  2. bde0813 Protect the thread api calls in the _ctypes extension module within by Thomas Heller · 18 years ago
  3. 877fdb0 This should fix the buildbot failure on s/390 which can't connect to gmail.org. by Neal Norwitz · 18 years ago
  4. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 18 years ago
  5. 10497c8 document recent bugfixes in sgmllib by Fred Drake · 18 years ago
  6. a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 18 years ago
  7. 960a3f8 Mention the expat upgrade and pyexpat fix I put in 2.5b1. by Trent Mick · 18 years ago
  8. 1be63af Fix end_fill(). by Georg Brandl · 18 years ago
  9. ecfec78 [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. by Andrew M. Kuchling · 18 years ago
  10. 146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. by Andrew M. Kuchling · 18 years ago
  11. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 18 years ago
  12. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 18 years ago
  13. 0f8b31a Fix bug #1512695: cPickle.loads could crash if it was interrupted with by Neal Norwitz · 18 years ago
  14. 7983c72 According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN by Neal Norwitz · 18 years ago
  15. 0350f81 macosx: Install a libpython2.5.a inside the framework as a symlink to the actual by Ronald Oussoren · 18 years ago
  16. 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 18 years ago
  17. 3249d00 Whitespace normalization. by Tim Peters · 18 years ago
  18. 7b9053a MacOSX: fix rather dumb buglet that made it impossible to create extensions on by Ronald Oussoren · 18 years ago
  19. 6dd59f1 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. by Vinay Sajip · 18 years ago
  20. c315a0f Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) by Neal Norwitz · 18 years ago
  21. 0a903ac Try again: test unimportant change to verify buildbot does not try to build by Neal Norwitz · 18 years ago
  22. 1da7384 Test unimportant change to verify buildbot does not try to build by Neal Norwitz · 18 years ago
  23. 3b6b801 Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. by Neal Norwitz · 18 years ago
  24. 524b59b Instead of doing a make test, run the regression tests out of the installed by Neal Norwitz · 18 years ago
  25. 25d4ca3 Ignore some more warnings in the dynamic linker on an older gentoo by Neal Norwitz · 18 years ago
  26. 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 18 years ago
  27. ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 18 years ago
  28. 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 18 years ago
  29. 5573259 [Bug #1512163] Use one set of locking methods, lockf(); by Andrew M. Kuchling · 18 years ago
  30. a7ee9eb [Bug #1512163] Fix typo. by Andrew M. Kuchling · 18 years ago
  31. cd77e1c Describe workaround for PyRange_New()'s removal by Andrew M. Kuchling · 18 years ago
  32. 1a0e129 [Bug #1511998] Various comments from Nick Coghlan; thanks! by Andrew M. Kuchling · 18 years ago
  33. fb322cd Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to by Ronald Oussoren · 18 years ago
  34. 3e8d2f6 Use a path without a double slash to compile the .py files after installation by Ronald Oussoren · 18 years ago
  35. f3f31ab Drop the calldll demo's for macos, calldll isn't present anymore, no need by Ronald Oussoren · 18 years ago
  36. 53f1a94 Workaround for bug #1512124 by Ronald Oussoren · 18 years ago
  37. e6a1cb9 Bug #1511381: codec_getstreamcodec() in codec.c is corrected to by Hye-Shik Chang · 18 years ago
  38. 48a49f0 Fit Makefile for the Python doc environment better; this is a step toward by Andrew M. Kuchling · 18 years ago
  39. 2f99da6 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 18 years ago
  40. b114984 Fix refleak by Neal Norwitz · 18 years ago
  41. ff355f1 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. by Peter Astrand · 18 years ago
  42. d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. by Peter Astrand · 18 years ago
  43. 978ec9a Small fixes, mostly in the markup. by Thomas Heller · 18 years ago
  44. b2c9ba8 Fix my name ;) by Georg Brandl · 18 years ago
  45. d2842a6 MacOSX: Add a message to the first screen of the installer that tells by Ronald Oussoren · 18 years ago
  46. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 18 years ago
  47. 56b76c8 fix markup nit by Fred Drake · 18 years ago
  48. f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 18 years ago
  49. c3f49ca Set lineno correctly on list, tuple and dict literals. by Georg Brandl · 18 years ago
  50. f6a84f5 Mention how to suppress warnings by Andrew M. Kuchling · 18 years ago
  51. 418e73d Reset the doc date to today for the automatic doc builds by Neal Norwitz · 18 years ago
  52. 60373cd Copy the wsgiref package during make install. by Neal Norwitz · 18 years ago
  53. 53c1692f Fix for an obscure bug introduced by revs 46806 and 46808, with a test. by Armin Rigo · 18 years ago
  54. f92b9c2 Removed call to enable_callback_tracebacks that slipped in by accident. by Gerhard Häring · 18 years ago
  55. 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 18 years ago
  56. d819c13 Make test_fcntl aware of netbsd3. by Georg Brandl · 18 years ago
  57. ad29e63 fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally by Georg Brandl · 18 years ago
  58. 1034060 Bump version by Andrew M. Kuchling · 18 years ago
  59. 643b041 Note some of Barry's work by Andrew M. Kuchling · 18 years ago
  60. b492244 Link to LibRef module documentation by Andrew M. Kuchling · 18 years ago
  61. 70a77ac At the C level, tuple arguments are passed in directly to the exception by Brett Cannon · 18 years ago
  62. 115ecb9 Fix typo of exception name. by Brett Cannon · 18 years ago
  63. bb93f4b Raise TestSkipped when the test socket connection is refused. by Brett Cannon · 18 years ago
  64. 1fb8d83 [Bug #1504456] Mention xml -> xmlcore change by Andrew M. Kuchling · 18 years ago
  65. 7c4e79c Minor edits and rearrangements; markup fix by Andrew M. Kuchling · 18 years ago
  66. b1992d0 Add introductory paragraphs summarizing the release; minor edits by Andrew M. Kuchling · 18 years ago
  67. 5ab504e Terminology and typography fixes by Andrew M. Kuchling · 18 years ago
  68. 2c4e462 Add four library items by Andrew M. Kuchling · 18 years ago
  69. f6856ce Uncomment wsgiref section by Andrew M. Kuchling · 18 years ago
  70. f505e7f Tagging for release of Python 2.5b1 by Anthony Baxter · 18 years ago
  71. 624af82 [ 1295808 ] expat symbols should be namespaced in pyexpat by Trent Mick · 18 years ago
  72. f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). by Trent Mick · 18 years ago
  73. 3dbc891 Remove Python 2.3 compatibility comment. by Ka-Ping Yee · 18 years ago
  74. ecd2010 Fixed a memory leak that was introduced with incorrect usage of the Python weak by Gerhard Häring · 18 years ago
  75. 7cea65c remove non-working document formats from edist by Fred Drake · 18 years ago
  76. d113680 Preparing for 2.5b1. by Anthony Baxter · 18 years ago
  77. e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 18 years ago
  78. c314ac5 Next try to fix the OpenBSD buildbot tests: by Thomas Heller · 18 years ago
  79. 5c29843 Repair KeyError when running test_threaded_import under -R, by Tim Peters · 18 years ago
  80. 05fdbf1 Make check order match in configure and configure.in. by Walter Dörwald · 18 years ago
  81. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 18 years ago
  82. 43bc378 Whitespace normalization. by Tim Peters · 18 years ago
  83. 0b46570 Try to repair the failing test on the OpenBSD buildbot. Trial and error... by Thomas Heller · 18 years ago
  84. a56b915 Add news entry about error msg improvement. by Georg Brandl · 18 years ago
  85. 0f2783c Use Py_ssize_t by Neal Norwitz · 18 years ago
  86. ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 18 years ago
  87. 066769c Fix typos. by Thomas Heller · 18 years ago
  88. 0f51cf6 Revert 47014 until it is more robust by Neal Norwitz · 18 years ago
  89. 10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess by Neal Norwitz · 18 years ago
  90. 9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more by Neal Norwitz · 18 years ago
  91. f5da071 remove unnecessary markup by Fred Drake · 18 years ago
  92. e75cad6 Fix memory leak reported by valgrind while running test_subprocess by Neal Norwitz · 18 years ago
  93. 210262c Fix typo in docstring by Neal Norwitz · 18 years ago
  94. 6fb20aa Patch #815924: Restore ability to pass type= and icon= by Martin v. Löwis · 18 years ago
  95. 3798da0 Patch #812986: Update the canvas even if not tracing. by Martin v. Löwis · 18 years ago
  96. 3f1f7be Update url. by George Yoshida · 18 years ago
  97. b8d2607 markup fix by George Yoshida · 18 years ago
  98. 92733be Patch #1494750: Destroy master after deleting children. by Martin v. Löwis · 18 years ago
  99. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 18 years ago
  100. 337487e Patch #763580: Add name and value arguments to Tkinter variable classes. by Martin v. Löwis · 18 years ago