1. 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  2. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 15 years ago
  3. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 15 years ago
  4. 8c826b7 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  5. 5fe420e #6189: The subprocess.py module should be kept compatible with python 2.2 by Amaury Forgeot d'Arc · 15 years ago
  6. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 15 years ago
  7. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 15 years ago
  8. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  9. 983a465 Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. by Hirokazu Yamamoto · 15 years ago
  10. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 15 years ago
  11. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 15 years ago
  12. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 15 years ago
  13. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  14. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 15 years ago
  15. 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  16. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
  17. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
  18. 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
  19. 1e44447 Add Ezio. by Georg Brandl · 15 years ago
  20. e6632b4 #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. by Georg Brandl · 15 years ago
  21. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 15 years ago
  22. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  23. a3e8f30 Update ACKS by Antoine Pitrou · 15 years ago
  24. 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 15 years ago
  25. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 15 years ago
  26. 4f16d3b Issue #4873: Fix resource leaks in error cases of pwd and grp. by Martin v. Löwis · 15 years ago
  27. 3e3eace Fixed #6131: test_modulefinder leaked when run after test_distutils by Tarek Ziadé · 15 years ago
  28. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
  29. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
  30. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 15 years ago
  31. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 15 years ago
  32. d67ea7d fix issue #6121 by stripping spaces from the argument in the 'help' function. by R. David Murray · 15 years ago
  33. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  34. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  35. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 15 years ago
  36. f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
  37. 0b09c42 Issue #6050: Don't fail extracting a directory from a zipfile if by Martin v. Löwis · 15 years ago
  38. 53b578e Issue #6065: Do not try to build a version-independent by Martin v. Löwis · 15 years ago
  39. d49e375 Issue #1309352: fcntl now converts its third arguments to a C `long` rather by Antoine Pitrou · 15 years ago
  40. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  41. 40748f3 reorder name by Benjamin Peterson · 15 years ago
  42. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  43. 5e858fe Issue #1983: Fix functions taking or returning a process identifier to use by Antoine Pitrou · 15 years ago
  44. ad3058e Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns by R. David Murray · 15 years ago
  45. a4e0efa Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72803. by Mark Dickinson · 15 years ago
  46. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 15 years ago
  47. f03c42f Issue 6032: fix refleaks in test_urllib2_localnet. by Collin Winter · 15 years ago
  48. 07bbfcc Fixed #6053 - win32 fixes for distutils tests by Tarek Ziadé · 15 years ago
  49. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 15 years ago
  50. a4f9018 Added NEWS for r72698. by Hirokazu Yamamoto · 15 years ago
  51. 0c3b4c6 typo by Benjamin Peterson · 15 years ago
  52. eb9fb2c update by Benjamin Peterson · 15 years ago
  53. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 15 years ago
  54. 775fd66 Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. by Antoine Pitrou · 15 years ago
  55. 52035a0 Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 15 years ago
  56. 42b5bcf Issue #5918: Fix a crash in the parser module. by Antoine Pitrou · 15 years ago
  57. eed30d8 Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 15 years ago
  58. cbb4f9e #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd by Tarek Ziadé · 15 years ago
  59. 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 15 years ago
  60. 525cffc Move news item to correct section, remove spurious 'see below' from docstring. by R. David Murray · 15 years ago
  61. a3ec697 Issue 5994: add docstrings to marshal. by R. David Murray · 15 years ago
  62. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 15 years ago
  63. 5471a77 Add missing # to NEWS by Michael Foord · 15 years ago
  64. 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
  65. b1d4585 Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. by Mark Dickinson · 15 years ago
  66. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 15 years ago
  67. f9b01fe Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. by Vinay Sajip · 15 years ago
  68. 812d771 #5976: fixed distutils test_check_environ by Tarek Ziadé · 15 years ago
  69. 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
  70. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 15 years ago
  71. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  72. b87b334 Update the Windows locale mapping with the ones introduced with Vista. by Jeroen Ruigrok van der Werven · 15 years ago
  73. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  74. d3bf34c News item for Issue5955. by R. David Murray · 15 years ago
  75. 726ba8e Add NEWS entry about issue #3739. by Walter Dörwald · 15 years ago
  76. a57773e Fix Issue #4875: find_library can return directories instead of files (on win32) by Thomas Heller · 15 years ago
  77. 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
  78. 588b54b Issue #5847: Remove -n switch on "Edit with IDLE" menu item. by Martin v. Löwis · 15 years ago
  79. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 15 years ago
  80. e3869c4 Add a news entry for r72319. by Georg Brandl · 15 years ago
  81. 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 15 years ago
  82. 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
  83. 2aabce7 Add Nick Barnes to ACKS. by Antoine Pitrou · 15 years ago
  84. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  85. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 15 years ago
  86. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  87. ed960ac Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call by Walter Dörwald · 15 years ago
  88. 07ef487 by Michael Foord · 15 years ago
  89. 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 15 years ago
  90. 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
  91. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 15 years ago
  92. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 15 years ago
  93. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  94. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 15 years ago
  95. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  96. 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 15 years ago
  97. a1b91d9 Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore by Tarek Ziadé · 15 years ago
  98. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 15 years ago
  99. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 15 years ago
  100. f2651e1 Issue #5853: calling a function of the mimetypes module from several threads by Antoine Pitrou · 15 years ago