1. c4771d2 add NEWS note by Benjamin Peterson · 16 years ago
  2. 4895af4 fix the ignoring of __cmp__ method on metaclasses #7491 by Benjamin Peterson · 16 years ago
  3. 2a08b42 Add NEWS entry as per RDM's suggestion (the bug was actually present by Antoine Pitrou · 16 years ago
  4. 92ca756 Issue #7357: No longer suppress fatal extraction errors by default. by Lars Gustäbel · 16 years ago
  5. 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 16 years ago
  6. 5cc4e2a Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 16 years ago
  7. a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
  8. 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 16 years ago
  9. 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 16 years ago
  10. 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 16 years ago
  11. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 16 years ago
  12. 4830566 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 16 years ago
  13. 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 16 years ago
  14. 3513c87 fix date by Benjamin Peterson · 16 years ago
  15. 4f51baf post release version bump by Benjamin Peterson · 16 years ago
  16. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 16 years ago
  17. 2628590 Add missing issue number in Misc/NEWS entry. by Mark Dickinson · 16 years ago
  18. 820b0ea Issue 7431: use TESTFN in test_linecache instead of trying to create a by R. David Murray · 16 years ago
  19. c218a2f Issue #4120: Drop reference to CRT from manifest when building by Martin v. Löwis · 16 years ago
  20. 91c12eb disable pymalloc tricks with the --with-valgrind option #2422 by Benjamin Peterson · 16 years ago
  21. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
  22. d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
  23. a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 16 years ago
  24. c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
  25. d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
  26. 01801d1 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 16 years ago
  27. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
  28. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago
  29. bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
  30. c470d68 Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch. by Vinay Sajip · 16 years ago
  31. 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
  32. 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
  33. 5c456e6 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab by Senthil Kumaran · 16 years ago
  34. dd866d5 Issue #6123: Fix opening empty archives and files. by Lars Gustäbel · 16 years ago
  35. 48f0a8d spelling by Benjamin Peterson · 16 years ago
  36. 89b1a5c add news notes for r76416 by Benjamin Peterson · 16 years ago
  37. b678de8 Misc/NEWS entries for issue 7117. by Mark Dickinson · 16 years ago
  38. 315cd0c Fix for issue #7085 by Ronald Oussoren · 16 years ago
  39. 39de1fc dragfullwindows can have value 2 by Tarek Ziadé · 16 years ago
  40. dc3c239 #5037 proxy __unicode__ correctly by Benjamin Peterson · 16 years ago
  41. 355538e Issue #7341: Close the internal file object in the TarFile by Lars Gustäbel · 16 years ago
  42. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 16 years ago
  43. acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 16 years ago
  44. fab8be2 #1757126: fix typo with the cyrillic_asian alias by Philip Jenvey · 16 years ago
  45. 11db64e Issue #7328: don't corrupt sys.path when running pydoc with the -m switch by Nick Coghlan · 16 years ago
  46. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
  47. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
  48. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
  49. 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
  50. da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
  51. 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
  52. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 16 years ago
  53. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  54. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
  55. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
  56. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
  57. 813c43a Properly detect whether a C file is using tabs or spaces for Vim. by Brett Cannon · 16 years ago
  58. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
  59. 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 16 years ago
  60. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
  61. aec4124 Since r76034 was successful, add a NEWS entry for it. by Antoine Pitrou · 16 years ago
  62. fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago
  63. 38f5d8f news entry for r76000 by Gregory P. Smith · 16 years ago
  64. 504a151 Issue #6603: Fix --with-tsc build failures on x86-64 that resulted by Mark Dickinson · 16 years ago
  65. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 16 years ago
  66. ba26b39 Move a Misc/NEWS entry to right section. by Mark Dickinson · 16 years ago
  67. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
  68. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 16 years ago
  69. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
  70. 8c06ccc Issue #4750: Store the basename of the original filename in by Lars Gustäbel · 16 years ago
  71. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 16 years ago
  72. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 16 years ago
  73. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  74. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  75. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  76. 8d87dc0 Issue #1087418: Small performance boost for bitwise operations on longs. by Mark Dickinson · 16 years ago
  77. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 16 years ago
  78. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 16 years ago
  79. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  80. 5ac6528 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 16 years ago
  81. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  82. a7a52ab Issue #7099: Decimal.is_normal should return True for all nonzero by Mark Dickinson · 16 years ago
  83. e089980 NEWS entry for r75531. by Antoine Pitrou · 16 years ago
  84. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  85. c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 16 years ago
  86. 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 16 years ago
  87. 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
  88. 03d5c34 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 16 years ago
  89. 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
  90. c63457b make inspect.isabstract() always return a boolean; add a test for it, too #7069 by Benjamin Peterson · 16 years ago
  91. e6039f0 Add support to the ihooks module for relative imports. by Neil Schemenauer · 16 years ago
  92. 7fdd1cb Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 16 years ago
  93. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 16 years ago
  94. 2bd92a5 Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. by Georg Brandl · 16 years ago
  95. beaf6a0 Issue #7084: Fix a (very unlikely) crash when printing a list from one by Antoine Pitrou · 16 years ago
  96. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  97. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 16 years ago
  98. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
  99. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
  100. 3d83082 Issue #7078: _struct.__doc__ was being ignored. Import it into struct. by Mark Dickinson · 16 years ago