1. 724b828 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. by Christian Heimes · 11 years ago
  2. 7a934fb Null merge from 3.3 branch. by Tim Peters · 11 years ago
  3. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  4. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  5. 88c2987 Close #19741: tracemalloc_realloc() does not release the table lock anymore by Victor Stinner · 11 years ago
  6. 1511680 Close #19757: Cleanup tracemalloc, move by Victor Stinner · 11 years ago
  7. 9a95483 Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket by Victor Stinner · 11 years ago
  8. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  9. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  10. c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
  11. cc15751 Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode). by Antoine Pitrou · 11 years ago
  12. 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
  13. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  14. 153b894 Null merge. by Stefan Krah · 11 years ago
  15. 4b7f7ac Make a couple of parameters constant. by Stefan Krah · 11 years ago
  16. b1e4c9d Make a couple of parameters constant. by Stefan Krah · 11 years ago
  17. 5aa08ca Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is by Stefan Krah · 11 years ago
  18. dc96ca2 Added some diagnostics to help with #19690. by Vinay Sajip · 11 years ago
  19. ef2d8a5 Closes #19665: Merged fi from 3.3. by Vinay Sajip · 11 years ago
  20. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  21. 51af82c Add a test for complex symlinks. by Antoine Pitrou · 11 years ago
  22. 6e8bc50 Issue #19800: make the pickle framing tests more precise. by Antoine Pitrou · 11 years ago
  23. 069a5e1 Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  24. f10345e asyncio: Improve default writelines(). by Guido van Rossum · 11 years ago
  25. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  26. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  27. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  28. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  29. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
  30. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
  31. fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
  32. b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
  33. 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
  34. dd339a2 asyncio doc by Victor Stinner · 11 years ago
  35. 4a60d42 Issue #19852: move Path._raw_open() around, as it is now a private method. by Antoine Pitrou · 11 years ago
  36. a02c69a add check_hostname arg to ssl._create_stdlib_context() by Christian Heimes · 11 years ago
  37. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  38. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  39. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  40. b8a3f58 merge by Christian Heimes · 11 years ago
  41. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  42. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  43. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
  44. 0c924b8 asyncio: sort some methods by Victor Stinner · 11 years ago
  45. b09f9b3 asyncio doc: group transport method by classes by Victor Stinner · 11 years ago
  46. e91f180 asyncio: more documentation by Victor Stinner · 11 years ago
  47. be49063 asyncio: document network functions, and stream reader/writer by Victor Stinner · 11 years ago
  48. f217206 Add NEWS entry for issue #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  49. 7601a1e Add NEWS entry for issue #19834. by Walter Doerwald · 11 years ago
  50. b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  51. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  52. 10a8e6a asyncio: replace our with asynchronous in docstring by Victor Stinner · 11 years ago
  53. c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
  54. 0da1d29 asyncio: document Queue classes by Victor Stinner · 11 years ago
  55. 60efaae Document Task class and task functions by Victor Stinner · 11 years ago
  56. 3c3c4f5 asyncio: cleanup doc by Victor Stinner · 11 years ago
  57. 550a09e Issue #19833: Document more asyncio.BaseEventLoop methods by Victor Stinner · 11 years ago
  58. 4e70bb8 Issue #19833: add 2 examples to asyncio doc (hello world) by Victor Stinner · 11 years ago
  59. 8dc434e Issue #19833: asyncio doc: add class name to methods by Victor Stinner · 11 years ago
  60. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  61. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  62. 69359f6 Fix #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  63. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  64. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  65. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  66. 6e6429a null merge (3.4 already has its own fix for this). by Gregory P. Smith · 11 years ago
  67. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  68. 02066d3 Issue #19754: Fix typo. by Alexandre Vassalotti · 11 years ago
  69. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 11 years ago
  70. 53dd816 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  71. 5a63aa6 Issue #11480: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  72. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 11 years ago
  73. 5abca14 Issue #18994: Add a missing check for a return value in fcntmodule. Patch by by Charles-François Natali · 11 years ago
  74. 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
  75. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago
  76. be0708f Closes #19831: Stop tracemalloc later at Python shutdown to be able to use by Victor Stinner · 11 years ago
  77. 54532c9 Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  78. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  79. 1c27e3c Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  80. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  81. 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  82. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
  83. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  84. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  85. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 11 years ago
  86. 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  87. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  88. 8b1e2f3 Closes #19789: Merged update from 3.3. by Vinay Sajip · 11 years ago
  89. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  90. a1eedf9 Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  91. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  92. 6fe39b7 Issue #17897: Optimized unpickle prefetching. by Serhiy Storchaka · 11 years ago
  93. cc6e87b Issue #19088: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  94. 1a83070 Issue #19088: Fix incorrect caching of the copyreg module. by Alexandre Vassalotti · 11 years ago
  95. 8ddd59e Issue #19728: don't be sensitive to line endings by Nick Coghlan · 11 years ago
  96. 60f08c8 Issue #19726: actually running 'hg add' helps... by Nick Coghlan · 11 years ago
  97. fdf3a62 Issue #19728: add private ensurepip._uninstall CLI by Nick Coghlan · 11 years ago
  98. 1b1b178 Fix and test pip version consistency by Nick Coghlan · 11 years ago
  99. 9730e33 Issue #3693: Fix array obscure error message when given a str. by Alexandre Vassalotti · 11 years ago
  100. ed7dc14 Null merge by Zachary Ware · 11 years ago