1. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 12 years ago
  2. 03c7ed1 Merge by Brett Cannon · 12 years ago
  3. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  4. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 12 years ago
  5. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 12 years ago
  6. 273323c Issue #14592: A relative import will raise a KeyError if __package__ by Brett Cannon · 12 years ago
  7. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 12 years ago
  8. 75babfa Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed. by Brett Cannon · 12 years ago
  9. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  10. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  11. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 12 years ago
  12. d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  13. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  14. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  15. 8a1d04c Issue #13959: Simplify imp.reload() by relying on a module's __loader__. by Brett Cannon · 12 years ago
  16. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  17. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  18. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 12 years ago
  19. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  20. b0f0047 Issue #13889: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  21. 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 12 years ago
  22. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  23. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  24. 2c4efa8 Merge #14399: corrected news item by R David Murray · 12 years ago
  25. 650dfaf #14399: corrected news item by R David Murray · 12 years ago
  26. a29629f NEWS entry about importlib and ImportError's new attributes. by Brett Cannon · 12 years ago
  27. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  28. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  29. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  30. 515ea9b Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  31. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  32. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  33. 9fe92d1 Make the trace module ignore modules whose names start with "<" and by Brett Cannon · 12 years ago
  34. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 12 years ago
  35. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  36. 470f33f News entry for f91ecbc8bafc. by Georg Brandl · 12 years ago
  37. 0c0914e _decimal is now 100x faster than the Python version in the pi benchmark. by Stefan Krah · 12 years ago
  38. 1584ae3 Issue #13165: stringbench is now available in the Tools/stringbench folder. by Antoine Pitrou · 12 years ago
  39. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  40. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  41. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  42. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  43. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  44. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  45. 0f9eec1 Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. by Ross Lagerwall · 12 years ago
  46. afb5205 Close #14249: Use bit shifts instead of an union, it's more efficient. by Victor Stinner · 12 years ago
  47. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  48. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  49. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  50. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  51. 4f61a2d A few tweaks to whatsnew/3.3 (fixes #14362) by Éric Araujo · 12 years ago
  52. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  53. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  54. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  55. 8f639e0 Issue #14288: Modify Misc/NEWS by Kristján Valur Jónsson · 12 years ago
  56. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  57. 2247775 Merge with 3.2 (Issue #14471) by Kristján Valur Jónsson · 12 years ago
  58. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  59. 984dfa7 Issue #14471: Fix a possible buffer overrun in the winreg module. by Kristján Valur Jónsson · 12 years ago
  60. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  61. f4228b0 Merge. by Georg Brandl · 12 years ago
  62. d3fca8e Post-release update. by Georg Brandl · 12 years ago
  63. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  64. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  65. 29b964d Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  66. 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  67. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  68. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  69. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  70. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  71. 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  72. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  73. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  74. 29e665d fix typo by Andrew Svetlov · 12 years ago
  75. 9e892bb fix issue #5136: deprecate old unused functions from tkinter. by Andrew Svetlov · 12 years ago
  76. d4bb972 Issue #14435: Add Misc/NEWS and Misc/ACKS by Kristján Valur Jónsson · 12 years ago
  77. 78a0f20 Merge from 3.2 by Andrew Svetlov · 12 years ago
  78. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 12 years ago
  79. d3cebd7 Merge with 3.2 by Andrew Svetlov · 12 years ago
  80. 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 12 years ago
  81. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 12 years ago
  82. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  83. 1641bb7 Fix typo by Éric Araujo · 12 years ago
  84. d543f2b IDLE can be launched as python -m ildelib by Andrew Svetlov · 12 years ago
  85. 313f85f unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 12 years ago
  86. 60187b5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. by Stefan Krah · 12 years ago
  87. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  88. f4ce114 fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  89. 4a65b0a issue 10340 - forgot to update Misc/NEWS by Giampaolo Rodola' · 12 years ago
  90. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  91. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  92. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  93. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  94. 96ad261 Fix typo. by Georg Brandl · 12 years ago
  95. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  96. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  97. 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  98. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  99. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  100. 206d2a4 Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. by Andrew Svetlov · 12 years ago