1. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 11 years ago
  2. 2b57016 asyncio: Refactor ssl transport ready loop (Nikolay Kim). by Guido van Rossum · 11 years ago
  3. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 11 years ago
  4. 2b430b8 asyncio: Fold some long lines. by Guido van Rossum · 11 years ago
  5. 3317a13 asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. by Guido van Rossum · 11 years ago
  6. 2b8fc30 Abstract out stat calls in importlib for easier experimentation. by Brett Cannon · 11 years ago
  7. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  8. 2be28a6 Silence a compiler warning about an unused function by Brett Cannon · 11 years ago
  9. 79f5e1f Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  10. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  11. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  12. dcdd05b Close #19442: warn_explicit() does nothing when called late during Python shutdown by Victor Stinner · 11 years ago
  13. 6ec518b Closes #19349: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  14. 0e6c66d Issue #19349: Corrected error message. by Vinay Sajip · 11 years ago
  15. 61a2ced Close resources owned by subclass before calling super().close(). by Guido van Rossum · 11 years ago
  16. 0160b5f Null merge by Tim Golden · 11 years ago
  17. 6374120 Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
  18. 359fabc Issue #19437: Cleanup r_ref() of the marshal module by Victor Stinner · 11 years ago
  19. d5cae6f Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure by Victor Stinner · 11 years ago
  20. b1b7b18 Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for by Victor Stinner · 11 years ago
  21. 763b0d1 Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first by Victor Stinner · 11 years ago
  22. a9eb38f Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure by Victor Stinner · 11 years ago
  23. e75996a Issue #19437: Fix PyCFuncPtrType constructor, handle by Victor Stinner · 11 years ago
  24. a215002 Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc() by Victor Stinner · 11 years ago
  25. ba9be47 Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue() by Victor Stinner · 11 years ago
  26. ae233ea Issue #19437: Fix show_warning() of _warnings, stop at the first error to not by Victor Stinner · 11 years ago
  27. 3cd04aa Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass() by Victor Stinner · 11 years ago
  28. db49bd6 Null merge for issue #19452 by Eli Bendersky · 11 years ago
  29. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  30. 2ae57e3 Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an by Victor Stinner · 11 years ago
  31. b43ad1d cleanup _Unpickler_SkipConsumed(): remove 1 level of indentation by Victor Stinner · 11 years ago
  32. fa6ab0f Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
  33. 472805d merge 3.3 by Benjamin Peterson · 11 years ago
  34. 7f69dca make string literal const by Benjamin Peterson · 11 years ago
  35. 5605613 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  36. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  37. 0016e1d asyncio: Add new file (forgotten). by Guido van Rossum · 11 years ago
  38. 5969128 asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). by Guido van Rossum · 11 years ago
  39. 90fb914 asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). by Guido van Rossum · 11 years ago
  40. ec7922c asyncio: Update some comments. by Guido van Rossum · 11 years ago
  41. 1f683bb asyncio: When not closing the connection after receiving EOF, still remove the read handler. by Guido van Rossum · 11 years ago
  42. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  43. 7613542 Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error by Victor Stinner · 11 years ago
  44. f0a7bac Issue #19437: Fix os.statvfs(), handle errors by Victor Stinner · 11 years ago
  45. a6b9b07 Issue #19424: Fix a compiler warning by Victor Stinner · 11 years ago
  46. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  47. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  48. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  49. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  50. 96c03df merge 3.3 by Benjamin Peterson · 11 years ago
  51. 8f16948 update comment by Benjamin Peterson · 11 years ago
  52. 856f45f Issue #19442: Fix warnings emitted during Python shutdown by Victor Stinner · 11 years ago
  53. c0e07a3 Issue #19424: Fix test_warnings for locale encoding unable to encode by Victor Stinner · 11 years ago
  54. a4c704b Issue #19424: Fix the warnings module to accept filename containing surrogate by Victor Stinner · 11 years ago
  55. 602f7cf Issue #19424: Optimize PyUnicode_CompareWithASCIIString() by Victor Stinner · 11 years ago
  56. ab457a2 Issue #19373: Add Misc/NEWS entry. by Ned Deily · 11 years ago
  57. 9f09120 merge by Christian Heimes · 11 years ago
  58. edfda1f merge by Christian Heimes · 11 years ago
  59. 47674bc fix language by Christian Heimes · 11 years ago
  60. 520dbc7 Null merge by Tim Golden · 11 years ago
  61. f2f48c5 Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  62. 84745ab Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of a given type. by Antoine Pitrou · 11 years ago
  63. dc6b933 merge by Christian Heimes · 11 years ago
  64. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  65. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  66. fb6b44e Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  67. 34f7383 Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() by Victor Stinner · 11 years ago
  68. f866f97 Issue #19433: test_capi: check signness of some C types by Victor Stinner · 11 years ago
  69. 0107655 Issue #19433: test_capi: add tests on the size of some C types by Victor Stinner · 11 years ago
  70. 68b674c Issue #19437: Fix _PyUnicode_New() (constructor of legacy string), set all by Victor Stinner · 11 years ago
  71. 0b0c867 Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and by Victor Stinner · 11 years ago
  72. f38a5c2 Cleanup locale.localeconv(): move Py_DECREF() closer to the error by Victor Stinner · 11 years ago
  73. 1ce3f84 Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle by Victor Stinner · 11 years ago
  74. 6decccd Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure by Victor Stinner · 11 years ago
  75. db816d6 Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c by Christian Heimes · 11 years ago
  76. fa3ba4c Issue #18609: Add a fast-path for "iso8859-1" encoding by Victor Stinner · 11 years ago
  77. bebba50 fix indent by Victor Stinner · 11 years ago
  78. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  79. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  80. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  81. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  82. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  83. dd371b9 Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle by Victor Stinner · 11 years ago
  84. 68f6adc Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory by Victor Stinner · 11 years ago
  85. cc64eb5 Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle by Victor Stinner · 11 years ago
  86. 986e224 Issue #18408: Fix error handling in PyBytes_FromObject() by Victor Stinner · 11 years ago
  87. cc024d1 Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure by Victor Stinner · 11 years ago
  88. af8b7e8 Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() failures by Victor Stinner · 11 years ago
  89. 73660af Issue #19428: zipimport now handles errors when reading truncated or invalid by Victor Stinner · 11 years ago
  90. a5afb58 Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on by Victor Stinner · 11 years ago
  91. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  92. 28c63f7 CJK codecs: less magical macros, semicolon is now explicit by Victor Stinner · 11 years ago
  93. 14c9fea CJK codecs: less magic macros, require explicit semicolon by Victor Stinner · 11 years ago
  94. e90cedb Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 11 years ago
  95. 146a2ed CJK codecs: add newlines for readability by Victor Stinner · 11 years ago
  96. bd97ac3 CJK codecs: use less magic and more readable macros, write explicit if by Victor Stinner · 11 years ago
  97. 0a6e2c5 CJK codecs: remove unused TRYMAP_ENC_MPLANE macro by Victor Stinner · 11 years ago
  98. 11bdf91 Issue #18509: handle PyUnicode_Writer() error by Victor Stinner · 11 years ago
  99. 33aaa73 Merge. by Richard Oudkerk · 11 years ago
  100. e6514f5 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago