1. ef2d8a5 Closes #19665: Merged fi from 3.3. by Vinay Sajip · 11 years ago
  2. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  3. 51af82c Add a test for complex symlinks. by Antoine Pitrou · 11 years ago
  4. 6e8bc50 Issue #19800: make the pickle framing tests more precise. by Antoine Pitrou · 11 years ago
  5. 069a5e1 Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  6. f10345e asyncio: Improve default writelines(). by Guido van Rossum · 11 years ago
  7. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  8. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  9. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  10. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  11. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
  12. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
  13. fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
  14. b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
  15. 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
  16. dd339a2 asyncio doc by Victor Stinner · 11 years ago
  17. 4a60d42 Issue #19852: move Path._raw_open() around, as it is now a private method. by Antoine Pitrou · 11 years ago
  18. a02c69a add check_hostname arg to ssl._create_stdlib_context() by Christian Heimes · 11 years ago
  19. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  20. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  21. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  22. b8a3f58 merge by Christian Heimes · 11 years ago
  23. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  24. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  25. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
  26. 0c924b8 asyncio: sort some methods by Victor Stinner · 11 years ago
  27. b09f9b3 asyncio doc: group transport method by classes by Victor Stinner · 11 years ago
  28. e91f180 asyncio: more documentation by Victor Stinner · 11 years ago
  29. be49063 asyncio: document network functions, and stream reader/writer by Victor Stinner · 11 years ago
  30. f217206 Add NEWS entry for issue #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  31. 7601a1e Add NEWS entry for issue #19834. by Walter Doerwald · 11 years ago
  32. b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  33. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  34. 10a8e6a asyncio: replace our with asynchronous in docstring by Victor Stinner · 11 years ago
  35. c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
  36. 0da1d29 asyncio: document Queue classes by Victor Stinner · 11 years ago
  37. 60efaae Document Task class and task functions by Victor Stinner · 11 years ago
  38. 3c3c4f5 asyncio: cleanup doc by Victor Stinner · 11 years ago
  39. 550a09e Issue #19833: Document more asyncio.BaseEventLoop methods by Victor Stinner · 11 years ago
  40. 4e70bb8 Issue #19833: add 2 examples to asyncio doc (hello world) by Victor Stinner · 11 years ago
  41. 8dc434e Issue #19833: asyncio doc: add class name to methods by Victor Stinner · 11 years ago
  42. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  43. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  44. 69359f6 Fix #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  45. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  46. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  47. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  48. 6e6429a null merge (3.4 already has its own fix for this). by Gregory P. Smith · 11 years ago
  49. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  50. 02066d3 Issue #19754: Fix typo. by Alexandre Vassalotti · 11 years ago
  51. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 11 years ago
  52. 53dd816 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  53. 5a63aa6 Issue #11480: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  54. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 11 years ago
  55. 5abca14 Issue #18994: Add a missing check for a return value in fcntmodule. Patch by by Charles-François Natali · 11 years ago
  56. 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
  57. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago
  58. be0708f Closes #19831: Stop tracemalloc later at Python shutdown to be able to use by Victor Stinner · 11 years ago
  59. 54532c9 Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  60. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  61. 1c27e3c Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  62. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  63. 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  64. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
  65. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  66. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  67. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 11 years ago
  68. 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  69. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  70. 8b1e2f3 Closes #19789: Merged update from 3.3. by Vinay Sajip · 11 years ago
  71. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  72. a1eedf9 Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  73. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  74. 6fe39b7 Issue #17897: Optimized unpickle prefetching. by Serhiy Storchaka · 11 years ago
  75. cc6e87b Issue #19088: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  76. 1a83070 Issue #19088: Fix incorrect caching of the copyreg module. by Alexandre Vassalotti · 11 years ago
  77. 8ddd59e Issue #19728: don't be sensitive to line endings by Nick Coghlan · 11 years ago
  78. 60f08c8 Issue #19726: actually running 'hg add' helps... by Nick Coghlan · 11 years ago
  79. fdf3a62 Issue #19728: add private ensurepip._uninstall CLI by Nick Coghlan · 11 years ago
  80. 1b1b178 Fix and test pip version consistency by Nick Coghlan · 11 years ago
  81. 9730e33 Issue #3693: Fix array obscure error message when given a str. by Alexandre Vassalotti · 11 years ago
  82. ed7dc14 Null merge by Zachary Ware · 11 years ago
  83. 8519e5a More realistic example for selectors.py. by Guido van Rossum · 11 years ago
  84. 16d970f Null merge by Serhiy Storchaka · 11 years ago
  85. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  86. ed05b8a Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 by Brett Cannon · 11 years ago
  87. a951f3d Remove trailing blanks. by Charles-François Natali · 11 years ago
  88. a9f90bc Set the FDs non-blocking in the selectors example. by Charles-François Natali · 11 years ago
  89. de3a136 asyncio: Add 'shield' to __all__. by Guido van Rossum · 11 years ago
  90. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  91. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  92. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  93. 567eba1 Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle. by Alexandre Vassalotti · 11 years ago
  94. 6bf41e5 Remove explicit empty tuple reuse in cpickle. by Alexandre Vassalotti · 11 years ago
  95. b13e6bc Remove the tuple reuse optimization in _Pickle_FastCall. by Alexandre Vassalotti · 11 years ago
  96. b6e66eb Some minor clarifications in the documentation of pathlib + inheritance diagram by Eli Bendersky · 11 years ago
  97. 8148164 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  98. 4b79518 Fix indentation from previous commit by Eli Bendersky · 11 years ago
  99. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  100. 470fba1 SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too by Christian Heimes · 11 years ago