1. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  2. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  3. 2e87c87 Merge from 3.3 #18489 Search Engine tests by Terry Jan Reedy · 11 years ago
  4. 31e4d32 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  5. fb13721 Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes. by Ethan Furman · 11 years ago
  6. 4879a96 Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads. by Antoine Pitrou · 11 years ago
  7. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  8. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  9. 6cc5039 Fixes Issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  10. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  11. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  12. 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 11 years ago
  13. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  14. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  15. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  16. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  17. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  18. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  19. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  20. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  21. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  22. 7eaf3f7 Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error). by Antoine Pitrou · 11 years ago
  23. 58b3ebf Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by by Serhiy Storchaka · 11 years ago
  24. b33baf1 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  25. 0cb8e51 Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  26. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  27. 9dd279a Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  28. f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  29. cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  30. 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  31. 5939027 Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. by Vinay Sajip · 11 years ago
  32. 0956689 Close #18538: ``python -m dis`` now uses argparse. by Nick Coghlan · 11 years ago
  33. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  34. f79126f Issue #18394: Explicitly close the file object cgi.FieldStorage caches. by Brett Cannon · 11 years ago
  35. a93c6db (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except by Victor Stinner · 11 years ago
  36. 0c2dd0c Close #17702: On error, os.environb now removes suppress the except context by Victor Stinner · 11 years ago
  37. f1e0273 NEW entry for issue #18755 by Brett Cannon · 11 years ago
  38. e39e54d Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  39. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  40. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  41. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  42. 50f6e71 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  43. 1852b30 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  44. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  45. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  46. 1e440cf Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  47. f6fbf56 Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  48. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  49. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  50. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  51. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  52. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  53. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  54. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  55. edd0de5 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  56. ec67d18 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  57. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  58. 85532eb Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  59. 4d98ca9 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  60. 44ed3de Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  61. 17dd53b merge by Christian Heimes · 11 years ago
  62. 5bb2c86 add missing # by Christian Heimes · 11 years ago
  63. 958dbb9 add missing # by Christian Heimes · 11 years ago
  64. 6f6ec37 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. by Antoine Pitrou · 11 years ago
  65. f920a1c Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  66. 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  67. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  68. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  69. 1d8e7db Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  70. 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  71. e06d47c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  72. a3811e4 merge by Christian Heimes · 11 years ago
  73. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  74. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  75. 95b2146 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  76. ec34ab5 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  77. 566c470 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  78. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  79. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  80. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  81. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  82. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  83. fc8a0a7 (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  84. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  85. 9786910 Close #12015: The tempfile module now uses a suffix of 8 random characters by Victor Stinner · 11 years ago
  86. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  87. bbf4a46 Merge issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  88. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  89. 389dec8 Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length. by Antoine Pitrou · 11 years ago
  90. e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  91. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  92. e1f1597 Closes issue #18598: Have the exception message for by Brett Cannon · 11 years ago
  93. e1acf34 Merge by Terry Jan Reedy · 11 years ago
  94. 56ecb36 Merge heads by Terry Jan Reedy · 11 years ago
  95. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  96. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  97. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  98. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  99. b723a12 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  100. a594c63 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago