1. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 12 years ago
  2. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago
  3. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 12 years ago
  4. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 12 years ago
  5. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  6. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  7. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  8. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  9. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  10. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  11. 9c7e100 Add Daniel Ellis to Misc/ACKS by Eli Bendersky · 12 years ago
  12. 2fbe762 errant merge problem committed by Brian Curtin · 12 years ago
  13. 835df52 Merge 3.2 by Brian Curtin · 12 years ago
  14. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  15. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  16. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  17. a026db9 Post-release updates. by Georg Brandl · 12 years ago
  18. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  19. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  20. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  21. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  22. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  23. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  24. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  25. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  26. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  27. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  28. 3277b35 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  29. 20416a2 Issue #15560: Ensure consistent sqlite3 behavior and feature availability by Ned Deily · 12 years ago
  30. 0ed0505 merge heads by Benjamin Peterson · 12 years ago
  31. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 12 years ago
  32. d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 12 years ago
  33. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  34. a0abb44 Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries by Ned Deily · 12 years ago
  35. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  36. 9b63583 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  37. 03e2180 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  38. 0435400 #15546: Also fix GzipFile.peek(). by Nadeem Vawda · 12 years ago
  39. d9baa85 NEWS entry for previous ipaddress fix by Nick Coghlan · 12 years ago
  40. 37d3ff1 #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. by Nadeem Vawda · 12 years ago
  41. fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  42. 5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  43. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  44. 90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  45. 7b3f0fa Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  46. 1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  47. 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  48. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  49. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  50. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  51. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  52. 77821b6 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  53. a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  54. ff79486 Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow by Nick Coghlan · 12 years ago
  55. 8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. by Nick Coghlan · 12 years ago
  56. a562ed0 Issue #8847: Merge with 3.2 by Martin v. Löwis · 12 years ago
  57. 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  58. b685d19 merge heads by Benjamin Peterson · 12 years ago
  59. 481ae50 construct fields in the right order (closes #15517) by Benjamin Peterson · 12 years ago
  60. c9aa321 Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser by Jesus Cea · 12 years ago
  61. dbdc3db - Issue #15295: Reorganize and rewrite the documentation on the import system. by Barry Warsaw · 12 years ago
  62. 9a5af12 merge by Barry Warsaw · 12 years ago
  63. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  64. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  65. 722d3ae Issue #15508: Fix the docstring for __import__ to not mention negative by Brett Cannon · 12 years ago
  66. 38732ea merge by Barry Warsaw · 12 years ago
  67. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  68. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  69. 3b79668 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  70. 54f939b Issue #15463: the faulthandler module truncates strings to 500 characters, by Victor Stinner · 12 years ago
  71. 2910a7b Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  72. 5d6aeb8 Fix invalid UTF-8 encoding in commit message. by Ned Deily · 12 years ago
  73. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  74. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  75. dee609c merged by Barry Warsaw · 12 years ago
  76. dde56f4 Add NEWS by Barry Warsaw · 12 years ago
  77. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  78. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  79. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  80. 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  81. 5ee9892 Close #15425: Eliminate more importlib related traceback noise by Nick Coghlan · 12 years ago
  82. e3010a8 Issue #14578: Support modules registered in the Windows registry again. by Martin v. Löwis · 12 years ago
  83. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  84. 79b7ea1 Commit unsaved edits. by Martin v. Löwis · 12 years ago
  85. 7e39572 Issue #15466: Stop using TYPE_INT64 in marshal, by Martin v. Löwis · 12 years ago
  86. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  87. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  88. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  89. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  90. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  91. 9eeea48 - Issue #15458: python-config gets a new option --configdir to print the by Barry Warsaw · 12 years ago
  92. 3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. by Martin v. Löwis · 12 years ago
  93. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  94. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  95. 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  96. 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  97. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago
  98. 4c66896 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  99. 186396d #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  100. c59cc8f Issue #14197: merge by Ned Deily · 12 years ago