1. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  2. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  3. 0261d75 Removing the test of Element that causes ref-leak in GC (issue #14464). by Eli Bendersky · 12 years ago
  4. 29b964d Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  5. 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  6. 2d95c4e Added tag v3.3.0a2 for changeset 2f69db52d6de by Georg Brandl · 12 years ago
  7. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  8. 2489167 Fix markup errors found by "make suspicious". by Georg Brandl · 12 years ago
  9. 3f4a1b3 Update pydoc topics. by Georg Brandl · 12 years ago
  10. 204e789 Remove parens around link. by Georg Brandl · 12 years ago
  11. bf80308 Issue #14394: Use elaborate phrases that boil down to "one to two orders by Stefan Krah · 12 years ago
  12. 458a6fb Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. by Ned Deily · 12 years ago
  13. 4d4c0ee Issue #13507: OS X installer builds now build liblzma for the new by Ned Deily · 12 years ago
  14. 5b072ef merge with 3.2 by Sandro Tosi · 12 years ago
  15. 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  16. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  17. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  18. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  19. 8612b4c Null merge by Antoine Pitrou · 12 years ago
  20. 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  21. 8bbe9b4 Fix formatting by Antoine Pitrou · 12 years ago
  22. 682d443 Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  23. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  24. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  25. f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago
  26. 6eeadf0 merge heads by Sandro Tosi · 12 years ago
  27. 3510632 merge heads by Sandro Tosi · 12 years ago
  28. 29e665d fix typo by Andrew Svetlov · 12 years ago
  29. 9e892bb fix issue #5136: deprecate old unused functions from tkinter. by Andrew Svetlov · 12 years ago
  30. 4cc229a merge with 3.2 by Sandro Tosi · 12 years ago
  31. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  32. 8613b0d Merge #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  33. de0f629 #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  34. dc60f94 merge with 3.2 by Sandro Tosi · 12 years ago
  35. 9ee65f1 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 12 years ago
  36. 310052c Fix warning when compiling socketmodule.c with VS2010 by Kristján Valur Jónsson · 12 years ago
  37. d4bb972 Issue #14435: Add Misc/NEWS and Misc/ACKS by Kristján Valur Jónsson · 12 years ago
  38. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  39. 78a0f20 Merge from 3.2 by Andrew Svetlov · 12 years ago
  40. f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 12 years ago
  41. a5e8220 Fix the tests of GC collection in ET.Element according to Benjamin's recommendations by Eli Bendersky · 12 years ago
  42. c689785 Fix-up a comment by Raymond Hettinger · 12 years ago
  43. 7f7a5a7 Fix-up comments and add a sentinel variable for clarity. by Raymond Hettinger · 12 years ago
  44. 41eb79a No need to create and destroy links when updating a fixed-sized circular queue. by Raymond Hettinger · 12 years ago
  45. 3288e94 Merge #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  46. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  47. 1ff50df Minor cleanup: add whitespace, add comments, bring function attribute updates together. by Raymond Hettinger · 12 years ago
  48. 0192ba3 Issue #14065: Added cyclic GC support to ET.Element by Eli Bendersky · 12 years ago
  49. 1e25755 Merge. by Stefan Krah · 12 years ago
  50. 0e41981 Use abort() rather than exit() to appease tools like rpmlint. abort() is used by Stefan Krah · 12 years ago
  51. daa0654 Issue #14435: Remove special block allocation code from floatobject.c by Kristján Valur Jónsson · 12 years ago
  52. c1d9869 Issue #14006: improve the documentation of xml.etree.ElementTree by Eli Bendersky · 12 years ago
  53. dbaedb8 fix typo in glossary by Eli Bendersky · 12 years ago
  54. 6bdb650 Added the "provisional package" glossary term from PEP 411 by Eli Bendersky · 12 years ago
  55. b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 12 years ago
  56. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  57. d3cebd7 Merge with 3.2 by Andrew Svetlov · 12 years ago
  58. 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 12 years ago
  59. 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 12 years ago
  60. e55f663 Fix typo in unittest.mock docs by Michael Foord · 12 years ago
  61. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  62. 8c69632 Merge #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  63. 07cf1d8 #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  64. 909f5bc Fix newlines. by Georg Brandl · 12 years ago
  65. 324b58b Update unittest.mock.patch example by Michael Foord · 12 years ago
  66. aa8ec7e Fix unittest.mock.patch docstring by Michael Foord · 12 years ago
  67. 2309ed8 Re-order unittest.mock documentation to put magic method support before the helpers by Michael Foord · 12 years ago
  68. 9015536 Adding an example to unittest.mock.patch documentation by Michael Foord · 12 years ago
  69. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  70. a9e6fb2 Unsplit unittest.mock documentation by Michael Foord · 12 years ago
  71. ad95c2d time.time() now uses clock_gettime(CLOCK_REALTIME) if available by Victor Stinner · 12 years ago
  72. 74eb6c0 Document the fact that mach_timebase_info() cannot fail by Victor Stinner · 12 years ago
  73. 650365b Issue #11826: Fix memory leak in atexitmodule. by Stefan Krah · 12 years ago
  74. dc5a4e1 merge with 3.2 by Georg Brandl · 12 years ago
  75. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  76. c0fdf6c Closes #14421: use with statement to properly close socket in bandwidth test. by Georg Brandl · 12 years ago
  77. 1641bb7 Fix typo by Éric Araujo · 12 years ago
  78. ede001a Fix doc typo noticed by Amaury Forgeot d'Arc by Eli Bendersky · 12 years ago
  79. 8486076 Fix time.steady(strict=True): don't use CLOCK_REALTIME by Victor Stinner · 12 years ago
  80. 3c1e481 Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions by Victor Stinner · 12 years ago
  81. 70b2e1e Issue #14368: _PyTime_gettimeofday() cannot fail by Victor Stinner · 12 years ago
  82. a5cf6c4 Update missed idlelib/NEWS.txt by Andrew Svetlov · 12 years ago
  83. d543f2b IDLE can be launched as python -m ildelib by Andrew Svetlov · 12 years ago
  84. 753445a Issue #989712: update the code to process tkinter messages in IDLE by Andrew Svetlov · 12 years ago
  85. 0df5429 grammar by Benjamin Peterson · 12 years ago
  86. 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 12 years ago
  87. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 12 years ago
  88. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  89. 4a1ad91 #14413: tweak word order in deprecation section by R David Murray · 12 years ago
  90. 38a12af Updated handler documentation. by Vinay Sajip · 12 years ago
  91. 8ece80f Minor documentation tweak. by Vinay Sajip · 12 years ago
  92. 16ecb9d Issue #3367: Merge fix from 3.2. by Stefan Krah · 12 years ago
  93. 0f6ce8d Issue #3367: NULL-terminate argv[] copies to prevent an invalid access by Stefan Krah · 12 years ago
  94. c067d66 merge 3.2 by Benjamin Peterson · 12 years ago
  95. 533281d merge heads by Benjamin Peterson · 12 years ago
  96. a8755c5 kill this terribly outdated comment by Benjamin Peterson · 12 years ago
  97. 0340ea7 unittest.mock: removed another bit of Python 2 only code by Michael Foord · 12 years ago
  98. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago
  99. e58a562 unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec by Michael Foord · 12 years ago
  100. 87b3caf merge with 3.2 by Georg Brandl · 12 years ago