1. 3fd4ea9 Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. by Antoine Pitrou · 15 years ago
  2. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 15 years ago
  3. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 15 years ago
  4. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  5. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 15 years ago
  6. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  7. 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 15 years ago
  8. a1b91d9 Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore by Tarek Ziadé · 15 years ago
  9. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 15 years ago
  10. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 15 years ago
  11. f2651e1 Issue #5853: calling a function of the mimetypes module from several threads by Antoine Pitrou · 15 years ago
  12. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  13. e34d6aa Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. by Vinay Sajip · 15 years ago
  14. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  15. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  16. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 15 years ago
  17. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 15 years ago
  18. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 15 years ago
  19. a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 15 years ago
  20. 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 15 years ago
  21. 5c6af80 Issue #3102: All global symbols that the _ctypes extension defines are by Thomas Heller · 15 years ago
  22. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 15 years ago
  23. 4af8e74 Issue #5812: The two-argument form of the Fraction constructor by Mark Dickinson · 15 years ago
  24. 95bc980 Issue #5816: by Mark Dickinson · 15 years ago
  25. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 15 years ago
  26. 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 15 years ago
  27. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  28. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 16 years ago
  29. 31559b6 adding a NEWS note for #5795 (previously checked via the buildbot) by Tarek Ziadé · 16 years ago
  30. d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 16 years ago
  31. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 16 years ago
  32. 22aa4bb Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 16 years ago
  33. 99d36f1 call __float__ on str subclasses #5759 by Benjamin Peterson · 16 years ago
  34. abc2660 Add missing NEWS item for issue1161031 fix. by R. David Murray · 16 years ago
  35. 156c31a Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. by Tarek Ziadé · 16 years ago
  36. 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 16 years ago
  37. 3c4a546 #5704: let python -3 imply -t as well. by Georg Brandl · 16 years ago
  38. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 16 years ago
  39. 0374a82 Issue #2170: refactored xml.dom.minidom.normalize, increasing both by R. David Murray · 16 years ago
  40. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 16 years ago
  41. 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
  42. ee42545 see if this helps the doc builds by Benjamin Peterson · 16 years ago
  43. 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 16 years ago
  44. 2b3eb37 news entry for r71299. by Gregory P. Smith · 16 years ago
  45. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 16 years ago
  46. faa6b12 Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test by Tarek Ziadé · 16 years ago
  47. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 16 years ago
  48. a5d58c8 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for by Matthias Klose · 16 years ago
  49. 29c6a28 Normalize issue referencing style. by Georg Brandl · 16 years ago
  50. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
  51. 453d953 Fixed 5694: removed spurious test output in Distutils by Tarek Ziadé · 16 years ago
  52. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 16 years ago
  53. 1956d5c Add NEWS entry for r71237. by Georg Brandl · 16 years ago
  54. 0610e08 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 16 years ago
  55. 50ba6e1 #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response. by Georg Brandl · 16 years ago
  56. ea0d744 revert r71159 since it broke the build by Benjamin Peterson · 16 years ago
  57. 8212a82 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 16 years ago
  58. edb5e1e - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with by Matthias Klose · 16 years ago
  59. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  60. d3f03fa PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject by Georg Brandl · 16 years ago
  61. 52720c5 Add missing iteritems() call to the for loop in mailbox.MH.get_message(). by R. David Murray · 16 years ago
  62. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  63. 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 16 years ago
  64. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
  65. c4f90eb PyImport_AppendInittab() took a char * as a first argument even though that by Brett Cannon · 16 years ago
  66. b502bc7 Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis by Jesse Noller · 16 years ago
  67. 6471733 Add my initials to Misc/developers.txt. Names are now sorted by number of by Brett Cannon · 16 years ago
  68. 58b8b95 In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext. by Georg Brandl · 16 years ago
  69. 5942b91 Add NEWS item. by Georg Brandl · 16 years ago
  70. ce3d221 test_warnings ironically had a single test that was not protecting the warnings by Brett Cannon · 16 years ago
  71. 2da4d62 test_logging was blindly clearing the warnings filter. This caused by Brett Cannon · 16 years ago
  72. 66c4a6b Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  73. 449b7d9 Adding Wing project file by Michael Foord · 16 years ago
  74. 15ba4da _warnings was importing itself to get an attribute. That's bad if warnings gets by Brett Cannon · 16 years ago
  75. 24565d2 Paul Kippes was given commit privileges to work on 3to2. by Brett Cannon · 16 years ago
  76. d5cc025 Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2. by Brett Cannon · 16 years ago
  77. ad078a0 The cgitb module had imports in its functions. This can cause deadlock with the by Brett Cannon · 16 years ago
  78. 6f0e835 Add Maksim, who worked on several issues at the sprint. by Georg Brandl · 16 years ago
  79. e92d4b6 The SimpleXMLRPCServer's CGI handler now runs like a pony. by Georg Brandl · 16 years ago
  80. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 16 years ago
  81. d8fb6ac Issue #5635: Fix running test_sys with tracing enabled. by Georg Brandl · 16 years ago
  82. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 16 years ago
  83. 44fb2a9 #5617: add a handy function to print a unicode string to gdbinit. by Georg Brandl · 16 years ago
  84. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 16 years ago
  85. 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 16 years ago
  86. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 16 years ago
  87. 41448c5 Add NEWS entry for regrtest change. by R. David Murray · 16 years ago
  88. 1f0a555 missed the news/acks for netbsd patch by Jesse Noller · 16 years ago
  89. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  90. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 16 years ago
  91. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  92. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 16 years ago
  93. 649fae1 Add several VM developers. by Martin v. Löwis · 16 years ago
  94. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  95. d1f5260 Add an entry to developers.txt. by Brett Cannon · 16 years ago
  96. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 16 years ago
  97. cbdf15b News item for the platform.py fix (r70594). by Marc-André Lemburg · 16 years ago
  98. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  99. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  100. 0b666bf Issue #5512: speed up the long division algorithm for Python longs. by Mark Dickinson · 16 years ago