1. f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 16 years ago
  2. 0d948ac - Expat: Fix DoS via XML document with malformed UTF-8 sequences by Matthias Klose · 16 years ago
  3. 3b0f9b0 - Mention CVE-2009-3720 for change in r74429. by Matthias Klose · 16 years ago
  4. c07336c Add a NEWS entry for r77599 and r77600. by Antoine Pitrou · 16 years ago
  5. 9481c57 Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the by Mark Dickinson · 16 years ago
  6. a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 16 years ago
  7. 23df3d2 Issue #7632: Fix a memory leak in _Py_dg_strtod. by Mark Dickinson · 16 years ago
  8. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 16 years ago
  9. 3373a3a typo: use one instead instead of two by Ezio Melotti · 16 years ago
  10. 476279f Issue #7632: Fix a serious wrong output bug for string -> float conversion. by Mark Dickinson · 16 years ago
  11. ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping by R. David Murray · 16 years ago
  12. 334ffe8 Fixed issue-number mistake in NEWS update. by Vinay Sajip · 16 years ago
  13. c391ad0 Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a by Antoine Pitrou · 16 years ago
  14. 3ffa43d The silencing of DeprecationWarning was not taking -3 into consideration. Since by Brett Cannon · 16 years ago
  15. efdddd3 Issue #3299: Fix possible crash in the _sre module when given bad by Antoine Pitrou · 16 years ago
  16. fd3a60d Issue #7703: Add support for the new buffer API to functions of the by Antoine Pitrou · 16 years ago
  17. 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 16 years ago
  18. 8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. by Antoine Pitrou · 16 years ago
  19. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 16 years ago
  20. 5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. by Mark Dickinson · 16 years ago
  21. 8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to by Mark Dickinson · 16 years ago
  22. b5689de #5827: make sure that normpath preserves unicode by Ezio Melotti · 16 years ago
  23. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 16 years ago
  24. 7a8df80 Add missing NEWS entry for r77422. by Alexandre Vassalotti · 16 years ago
  25. dc0f487 Fixed #5372: .o files are now always rebuilt because file age test don't work in some case by Tarek Ziadé · 16 years ago
  26. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 16 years ago
  27. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 16 years ago
  28. dd6d92a post release version adjustment by Benjamin Peterson · 16 years ago
  29. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 16 years ago
  30. c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 16 years ago
  31. 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 16 years ago
  32. 5458418 Fix reattribution mistake when fixing attribution mistake! by Antoine Pitrou · 16 years ago
  33. 254d23f Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!). by Antoine Pitrou · 16 years ago
  34. 0d423b8 Issue #7455: Fix possible crash in cPickle on invalid input. Patch by by Antoine Pitrou · 16 years ago
  35. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 16 years ago
  36. ecdae19 do correct lookup of the __complex__ method by Benjamin Peterson · 16 years ago
  37. 673ddf9 Issue #7471: Improve the performance of GzipFile's buffering mechanism, by Antoine Pitrou · 16 years ago
  38. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
  39. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 16 years ago
  40. 92c58ae Fix typo. by Georg Brandl · 16 years ago
  41. fe32d30 mention the r77252 change by Gregory P. Smith · 16 years ago
  42. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
  43. f477b93 Update Windows build to sqlite 3.6.21. by Martin v. Löwis · 16 years ago
  44. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 16 years ago
  45. edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 16 years ago
  46. 6c99b4e fix indentation by Benjamin Peterson · 16 years ago
  47. b4abef6 add note by Benjamin Peterson · 16 years ago
  48. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 16 years ago
  49. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 16 years ago
  50. 99d652e Issue #7534: Fix handling of nans, infinities, and negative zero in ** by Mark Dickinson · 16 years ago
  51. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
  52. 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 16 years ago
  53. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 16 years ago
  54. 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 16 years ago
  55. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
  56. 4657283 Issue #1811: Improve accuracy and consistency of true division for integers. by Mark Dickinson · 16 years ago
  57. f84caf4 #6108: unicode(exception) and str(exception) should return the same message by Ezio Melotti · 16 years ago
  58. ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 16 years ago
  59. b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 16 years ago
  60. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 16 years ago
  61. 0479eb5 added a note about #7556 in Misc/NEWS by Tarek Ziadé · 16 years ago
  62. b4261d5 Add NEWS for OpenSSL changes. by Martin v. Löwis · 16 years ago
  63. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 16 years ago
  64. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 16 years ago
  65. 77e48ba Issue #7376: When called with no arguments doctest was running a by R. David Murray · 16 years ago
  66. 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
  67. 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 16 years ago
  68. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 16 years ago
  69. 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 16 years ago
  70. c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 16 years ago
  71. 0a0a1a8 Issue #1680159: unicode coercion during an 'in' operation was masking by R. David Murray · 16 years ago
  72. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
  73. c4771d2 add NEWS note by Benjamin Peterson · 16 years ago
  74. 4895af4 fix the ignoring of __cmp__ method on metaclasses #7491 by Benjamin Peterson · 16 years ago
  75. 2a08b42 Add NEWS entry as per RDM's suggestion (the bug was actually present by Antoine Pitrou · 16 years ago
  76. 92ca756 Issue #7357: No longer suppress fatal extraction errors by default. by Lars Gustäbel · 16 years ago
  77. 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 16 years ago
  78. 5cc4e2a Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 16 years ago
  79. a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
  80. 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 16 years ago
  81. 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 16 years ago
  82. 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 16 years ago
  83. 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
  84. 4830566 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 16 years ago
  85. 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 16 years ago
  86. 3513c87 fix date by Benjamin Peterson · 16 years ago
  87. 4f51baf post release version bump by Benjamin Peterson · 16 years ago
  88. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 16 years ago
  89. 2628590 Add missing issue number in Misc/NEWS entry. by Mark Dickinson · 16 years ago
  90. 820b0ea Issue 7431: use TESTFN in test_linecache instead of trying to create a by R. David Murray · 16 years ago
  91. c218a2f Issue #4120: Drop reference to CRT from manifest when building by Martin v. Löwis · 16 years ago
  92. 91c12eb disable pymalloc tricks with the --with-valgrind option #2422 by Benjamin Peterson · 16 years ago
  93. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
  94. d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
  95. a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 16 years ago
  96. 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
  97. d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
  98. 01801d1 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 16 years ago
  99. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
  100. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago