1. a4e0efa Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72803. by Mark Dickinson · 15 years ago
  2. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 15 years ago
  3. f03c42f Issue 6032: fix refleaks in test_urllib2_localnet. by Collin Winter · 15 years ago
  4. 07bbfcc Fixed #6053 - win32 fixes for distutils tests by Tarek Ziadé · 15 years ago
  5. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 15 years ago
  6. a4f9018 Added NEWS for r72698. by Hirokazu Yamamoto · 15 years ago
  7. 0c3b4c6 typo by Benjamin Peterson · 15 years ago
  8. eb9fb2c update by Benjamin Peterson · 15 years ago
  9. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 15 years ago
  10. 775fd66 Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. by Antoine Pitrou · 15 years ago
  11. 52035a0 Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 15 years ago
  12. 42b5bcf Issue #5918: Fix a crash in the parser module. by Antoine Pitrou · 15 years ago
  13. eed30d8 Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 15 years ago
  14. cbb4f9e #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd by Tarek Ziadé · 15 years ago
  15. 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 15 years ago
  16. 525cffc Move news item to correct section, remove spurious 'see below' from docstring. by R. David Murray · 15 years ago
  17. a3ec697 Issue 5994: add docstrings to marshal. by R. David Murray · 15 years ago
  18. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 15 years ago
  19. 5471a77 Add missing # to NEWS by Michael Foord · 15 years ago
  20. 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 15 years ago
  21. b1d4585 Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. by Mark Dickinson · 15 years ago
  22. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 15 years ago
  23. f9b01fe Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. by Vinay Sajip · 15 years ago
  24. 812d771 #5976: fixed distutils test_check_environ by Tarek Ziadé · 15 years ago
  25. e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 15 years ago
  26. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  27. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  28. b87b334 Update the Windows locale mapping with the ones introduced with Vista. by Jeroen Ruigrok van der Werven · 15 years ago
  29. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  30. d3bf34c News item for Issue5955. by R. David Murray · 15 years ago
  31. 726ba8e Add NEWS entry about issue #3739. by Walter Dörwald · 15 years ago
  32. a57773e Fix Issue #4875: find_library can return directories instead of files (on win32) by Thomas Heller · 15 years ago
  33. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  34. 588b54b Issue #5847: Remove -n switch on "Edit with IDLE" menu item. by Martin v. Löwis · 15 years ago
  35. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 15 years ago
  36. e3869c4 Add a news entry for r72319. by Georg Brandl · 15 years ago
  37. 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 15 years ago
  38. 97377bf Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory. by Antoine Pitrou · 15 years ago
  39. 2aabce7 Add Nick Barnes to ACKS. by Antoine Pitrou · 15 years ago
  40. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  41. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 15 years ago
  42. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  43. ed960ac Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call by Walter Dörwald · 15 years ago
  44. 07ef487 by Michael Foord · 15 years ago
  45. 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 15 years ago
  46. 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
  47. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 15 years ago
  48. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 15 years ago
  49. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  50. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 15 years ago
  51. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  52. 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 15 years ago
  53. a1b91d9 Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore by Tarek Ziadé · 15 years ago
  54. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 15 years ago
  55. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 15 years ago
  56. f2651e1 Issue #5853: calling a function of the mimetypes module from several threads by Antoine Pitrou · 15 years ago
  57. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  58. 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
  59. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  60. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  61. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 15 years ago
  62. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 15 years ago
  63. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 15 years ago
  64. a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 15 years ago
  65. 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 15 years ago
  66. 5c6af80 Issue #3102: All global symbols that the _ctypes extension defines are by Thomas Heller · 15 years ago
  67. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 15 years ago
  68. 4af8e74 Issue #5812: The two-argument form of the Fraction constructor by Mark Dickinson · 15 years ago
  69. 95bc980 Issue #5816: by Mark Dickinson · 15 years ago
  70. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 15 years ago
  71. 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
  72. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  73. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 15 years ago
  74. 31559b6 adding a NEWS note for #5795 (previously checked via the buildbot) by Tarek Ziadé · 15 years ago
  75. d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 15 years ago
  76. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 15 years ago
  77. 22aa4bb Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  78. 99d36f1 call __float__ on str subclasses #5759 by Benjamin Peterson · 15 years ago
  79. abc2660 Add missing NEWS item for issue1161031 fix. by R. David Murray · 15 years ago
  80. 156c31a Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. by Tarek Ziadé · 15 years ago
  81. 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 15 years ago
  82. 3c4a546 #5704: let python -3 imply -t as well. by Georg Brandl · 15 years ago
  83. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 15 years ago
  84. 0374a82 Issue #2170: refactored xml.dom.minidom.normalize, increasing both by R. David Murray · 15 years ago
  85. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 15 years ago
  86. 5963185 Typo fixes by Andrew M. Kuchling · 15 years ago
  87. ee42545 see if this helps the doc builds by Benjamin Peterson · 15 years ago
  88. 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 15 years ago
  89. 2b3eb37 news entry for r71299. by Gregory P. Smith · 15 years ago
  90. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 15 years ago
  91. faa6b12 Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test by Tarek Ziadé · 15 years ago
  92. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 15 years ago
  93. a5d58c8 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for by Matthias Klose · 15 years ago
  94. 29c6a28 Normalize issue referencing style. by Georg Brandl · 15 years ago
  95. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 15 years ago
  96. 453d953 Fixed 5694: removed spurious test output in Distutils by Tarek Ziadé · 15 years ago
  97. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 15 years ago
  98. 1956d5c Add NEWS entry for r71237. by Georg Brandl · 15 years ago
  99. 0610e08 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  100. 50ba6e1 #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response. by Georg Brandl · 15 years ago