1. acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 16 years ago
  2. fab8be2 #1757126: fix typo with the cyrillic_asian alias by Philip Jenvey · 16 years ago
  3. 11db64e Issue #7328: don't corrupt sys.path when running pydoc with the -m switch by Nick Coghlan · 16 years ago
  4. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
  5. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
  6. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
  7. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
  8. da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
  9. 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
  10. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 16 years ago
  11. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  12. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
  13. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
  14. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
  15. 813c43a Properly detect whether a C file is using tabs or spaces for Vim. by Brett Cannon · 16 years ago
  16. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
  17. 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 16 years ago
  18. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
  19. aec4124 Since r76034 was successful, add a NEWS entry for it. by Antoine Pitrou · 16 years ago
  20. fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago
  21. 38f5d8f news entry for r76000 by Gregory P. Smith · 16 years ago
  22. 504a151 Issue #6603: Fix --with-tsc build failures on x86-64 that resulted by Mark Dickinson · 16 years ago
  23. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 16 years ago
  24. ba26b39 Move a Misc/NEWS entry to right section. by Mark Dickinson · 16 years ago
  25. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
  26. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 16 years ago
  27. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
  28. 8c06ccc Issue #4750: Store the basename of the original filename in by Lars Gustäbel · 16 years ago
  29. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 16 years ago
  30. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 16 years ago
  31. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  32. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  33. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  34. 8d87dc0 Issue #1087418: Small performance boost for bitwise operations on longs. by Mark Dickinson · 16 years ago
  35. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 16 years ago
  36. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 16 years ago
  37. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  38. 5ac6528 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 16 years ago
  39. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  40. a7a52ab Issue #7099: Decimal.is_normal should return True for all nonzero by Mark Dickinson · 16 years ago
  41. e089980 NEWS entry for r75531. by Antoine Pitrou · 16 years ago
  42. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  43. c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 16 years ago
  44. 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 16 years ago
  45. 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
  46. 03d5c34 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 16 years ago
  47. 196b092 only clear a module's __dict__ if the module is the only one with a reference to it #7140 by Benjamin Peterson · 16 years ago
  48. c63457b make inspect.isabstract() always return a boolean; add a test for it, too #7069 by Benjamin Peterson · 16 years ago
  49. e6039f0 Add support to the ihooks module for relative imports. by Neil Schemenauer · 16 years ago
  50. 7fdd1cb Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 16 years ago
  51. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 16 years ago
  52. 2bd92a5 Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. by Georg Brandl · 16 years ago
  53. beaf6a0 Issue #7084: Fix a (very unlikely) crash when printing a list from one by Antoine Pitrou · 16 years ago
  54. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  55. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 16 years ago
  56. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
  57. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
  58. 3d83082 Issue #7078: _struct.__doc__ was being ignored. Import it into struct. by Mark Dickinson · 16 years ago
  59. 15ae41c Issue #7048: logb should round its result when that result doesn't fit by Mark Dickinson · 16 years ago
  60. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 16 years ago
  61. abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 16 years ago
  62. 245d915 Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds by Mark Dickinson · 16 years ago
  63. 7adbb5a #7050 fix a SystemError when using tuple unpacking and augmented assignment by Benjamin Peterson · 16 years ago
  64. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 16 years ago
  65. 12fafe6 Add NEWS entry for r75180. by Georg Brandl · 16 years ago
  66. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 16 years ago
  67. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 16 years ago
  68. 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 16 years ago
  69. dbf3b25 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 16 years ago
  70. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 16 years ago
  71. 4b9d473 Issue #6713: Improve decimal int -> string conversions. Thanks Gawain by Mark Dickinson · 16 years ago
  72. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 16 years ago
  73. 2a46658 Issue #6236, #6348: Fix various failures in the io module under AIX by Antoine Pitrou · 16 years ago
  74. 9977335 #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. by Tarek Ziadé · 16 years ago
  75. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 16 years ago
  76. 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 16 years ago
  77. ab84989 #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple. by Georg Brandl · 16 years ago
  78. 9db5540 typo by Benjamin Peterson · 16 years ago
  79. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
  80. 6be522b Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) by Thomas Heller · 16 years ago
  81. 7a352c0 Issue #5042: Structure sub-subclass does now initialize correctly with by Thomas Heller · 16 years ago
  82. c40e60e #6938: "ident" is always a string, so use a format code which works. by Georg Brandl · 16 years ago
  83. e9741f3 Issue #6922: Fix an infinite loop when trying to decode an invalid by Georg Brandl · 16 years ago
  84. aa2adc8 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 16 years ago
  85. 2920adb Add news entry for r74841. by Thomas Wouters · 16 years ago
  86. 0674d3f #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. by Georg Brandl · 16 years ago
  87. 924eab6 Issue #6635: Fix profiler printing usage message. by Matthias Klose · 16 years ago
  88. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 16 years ago
  89. bed26a3 Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler by Tarek Ziadé · 16 years ago
  90. 7f6d083 #6865 fix ref counting in initialization of pwd module by Benjamin Peterson · 16 years ago
  91. 5cfa804 Issue #6857: Fix Decimal formatting to be consistent with existing float by Mark Dickinson · 16 years ago
  92. 968f169 #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. by Mark Dickinson · 16 years ago
  93. 491ea55 Issue #6850: Fix bug in Decimal._parse_format_specifier for formats by Mark Dickinson · 16 years ago
  94. 6b3f1ef Issue #6848: Fix curses module build failure on OS X 10.6. by Mark Dickinson · 16 years ago
  95. 626faeb Fix for issue 4937 by Ronald Oussoren · 16 years ago
  96. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  97. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 16 years ago
  98. 7f3ea6a news entry matching r74655 by Chris Withers · 16 years ago
  99. d22b951 Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented. by Georg Brandl · 16 years ago
  100. 2e1308f Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. by Georg Brandl · 16 years ago