1. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 14 years ago
  2. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 14 years ago
  3. 19d2d08 merge from 3.2. News update. by Senthil Kumaran · 14 years ago
  4. 83194f5 News entry for Issue12798 by Senthil Kumaran · 14 years ago
  5. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 14 years ago
  6. 0b77ac3 Merge with 3.2 for #11006. by Ross Lagerwall · 14 years ago
  7. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 14 years ago
  8. 85530aa Merge by Michael Foord · 14 years ago
  9. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 14 years ago
  10. c909599 Docs and News update for Issue13620. Chrome support in webbrowser.py by Senthil Kumaran · 14 years ago
  11. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 14 years ago
  12. 12f65d1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
  13. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
  14. 0831676 Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. by Antoine Pitrou · 14 years ago
  15. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 14 years ago
  16. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 14 years ago
  17. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 14 years ago
  18. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
  19. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 14 years ago
  20. a699a2d Merge 3.2 by Michael Foord · 14 years ago
  21. a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 14 years ago
  22. 92d4acb Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  23. a742526 Merge by Antoine Pitrou · 14 years ago
  24. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  25. b055bf6 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
  26. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
  27. 3c4dcea Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  28. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  29. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 14 years ago
  30. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 14 years ago
  31. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 14 years ago
  32. ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 14 years ago
  33. c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 14 years ago
  34. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 14 years ago
  35. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 14 years ago
  36. e0e2735 Fix OSError.__init__ and OSError.__new__ so that each of them can be by Antoine Pitrou · 14 years ago
  37. d73a9ac Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 14 years ago
  38. 2e87208 Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 14 years ago
  39. c2f9874 Issue #13591: Moving the NEWS line to the right release. by Meador Inge · 14 years ago
  40. b7288a7 Issue #13591: Moving the NEWS line to the right release. by Meador Inge · 14 years ago
  41. d7afeee Issue #13591: import_module potentially imports a module twice. by Meador Inge · 14 years ago
  42. 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 14 years ago
  43. abbcd08 Issue #4625: Add NEWS entry. by Ned Deily · 14 years ago
  44. 061c028 Issue #4625: add NEWS entry. by Ned Deily · 14 years ago
  45. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 14 years ago
  46. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 14 years ago
  47. a23d65c Merge 3.2 by Alexandre Vassalotti · 14 years ago
  48. 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 14 years ago
  49. 8bbe788 merge heads by Benjamin Peterson · 14 years ago
  50. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 14 years ago
  51. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 14 years ago
  52. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 14 years ago
  53. db62389 (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding, by Victor Stinner · 14 years ago
  54. 720f34a Issue #5905: time.strftime() is now using the locale encoding, instead of by Victor Stinner · 14 years ago
  55. 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
  56. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
  57. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 14 years ago
  58. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
  59. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
  60. 04f6974 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 14 years ago
  61. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 14 years ago
  62. b0e1f8b Issue #13503: Use a more efficient reduction format for bytearrays with by Antoine Pitrou · 14 years ago
  63. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  64. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  65. 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 14 years ago
  66. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 14 years ago
  67. 59bb0e0 Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). by Nadeem Vawda · 14 years ago
  68. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 14 years ago
  69. c8e0320 Merge 3.2 by Éric Araujo · 14 years ago
  70. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 14 years ago
  71. 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 14 years ago
  72. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 14 years ago
  73. 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
  74. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
  75. 5604ef3 Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 14 years ago
  76. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 14 years ago
  77. c366117 Merge heads by Antoine Pitrou · 14 years ago
  78. f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 14 years ago
  79. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 14 years ago
  80. c248476 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 14 years ago
  81. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 14 years ago
  82. cad939b NEWS: fix the issue number for PyUnicode_EncodeDecimal change by Victor Stinner · 14 years ago
  83. 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 14 years ago
  84. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  85. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 14 years ago
  86. bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 14 years ago
  87. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 14 years ago
  88. cbbd562 Merge branch default by Victor Stinner · 14 years ago
  89. 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
  90. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  91. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
  92. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  93. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
  94. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 14 years ago
  95. be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
  96. 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 14 years ago
  97. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
  98. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  99. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  100. aadc519 Merge branch 3.2 (closes #13338) by Petri Lehtinen · 14 years ago