1. 26b80cfd Add link from email summary entry to entry in changed module section. by R David Murray · 11 years ago
  2. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  3. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 11 years ago
  4. c054040 Add link from pickle protocol 4 in summary to the section about it. by R David Murray · 11 years ago
  5. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  6. a17e0d8 No need for single para descriptions to have separate contributed by para. by R David Murray · 11 years ago
  7. e0f7a78 whatsnew: s/no new syntax features planned/no new syntax features added/ by R David Murray · 11 years ago
  8. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago
  9. 0a10216 Fix spelling error in single dispatch whatsnew summary, and add link. by R David Murray · 11 years ago
  10. f9909c2 Make the 'PEP 446' string link to the PEP in whatsnew new feature description. by R David Murray · 11 years ago
  11. 6d5cb07 Move versionadded for tracemalloc into the standard location (right after title) by R David Murray · 11 years ago
  12. 43ad138 Move versionadded for ensurepip into the standard location (right after title) by R David Murray · 11 years ago
  13. 6a14381 Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. by R David Murray · 11 years ago
  14. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  15. fd1ff1c Add versionadded to enum docs. by R David Murray · 11 years ago
  16. 6adb454 Add email package to whatsnew list of significantly improved stdlib modules. by R David Murray · 11 years ago
  17. 32e57ef Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  18. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  19. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  20. 0538529 Issue #19946: use public API for multiprocessing start methods by Nick Coghlan · 11 years ago
  21. 9ba75db asyncio: Clean up formatting. by Guido van Rossum · 11 years ago
  22. 4c3c699 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in by Victor Stinner · 11 years ago
  23. 994bf43 Shorten lines. by Guido van Rossum · 11 years ago
  24. 3b8df26 Null merge by Serhiy Storchaka · 11 years ago
  25. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  26. 6871f51 Null merge with 3.3. The empty tests should be implemented on this branch. by Zachary Ware · 11 years ago
  27. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  28. 936b1c3 Merge with 3.3 by Serhiy Storchaka · 11 years ago
  29. 16f02d2 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  30. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  31. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  32. 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
  33. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  34. c234f18 Merge heads by Victor Stinner · 11 years ago
  35. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  36. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  37. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  38. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  39. 4ac9c00 Better assertion in PyObject_Call() to detect functions returning a result with by Victor Stinner · 11 years ago
  40. 5272fa9 Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear by Victor Stinner · 11 years ago
  41. f326665 Fix os.listdir(): _Py_dup() already raises an exception on error, no need to by Victor Stinner · 11 years ago
  42. feae73e Issue #19946: appropriately skip new multiprocessing tests by Nick Coghlan · 11 years ago
  43. f468d5b Closes #19902: Merged update from 3.3. by Vinay Sajip · 11 years ago
  44. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  45. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  46. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  47. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  48. 0358c20 remove trailing spaces by Gregory P. Smith · 11 years ago
  49. b1792d9 remove trailing spaces. by Gregory P. Smith · 11 years ago
  50. e61f4df Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  51. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  52. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  53. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  54. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  55. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  56. 74940dc Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  57. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  58. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 11 years ago
  59. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  60. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  61. 85c2497 Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  62. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  63. 11ee080 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  64. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  65. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  66. 7cff4cd Issue #19713: Fix mistakes in the import page of language reference. by Eric Snow · 11 years ago
  67. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  68. 5100311 Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg by Eli Bendersky · 11 years ago
  69. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  70. 711e27c tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE by Victor Stinner · 11 years ago
  71. 4d8c29c tracemalloc: only use unsigned types to compute hash by Victor Stinner · 11 years ago
  72. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  73. a4275b2 (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on by Victor Stinner · 11 years ago
  74. 1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very by Victor Stinner · 11 years ago
  75. 77f0611 merge by Christian Heimes · 11 years ago
  76. bd9cbb0 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  77. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  78. f6abb70 Mention specific exceptions instead of OSError where appropriate. by Antoine Pitrou · 11 years ago
  79. 0048c98 Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). by Antoine Pitrou · 11 years ago
  80. c274fd2 Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains. by Antoine Pitrou · 11 years ago
  81. d2e48ca Issue #19987: Merge with 3.3 by Zachary Ware · 11 years ago
  82. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  83. e9dacaa Issue #19987: disable test_winsound's test_alias_fallback test when no sound card by Christian Heimes · 11 years ago
  84. d9fbb44 merge by Christian Heimes · 11 years ago
  85. cb3558d Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and by Christian Heimes · 11 years ago
  86. 8817d83 Null merge by Serhiy Storchaka · 11 years ago
  87. b77817b Merge heads by Serhiy Storchaka · 11 years ago
  88. 928b9e2 Merge heads by Serhiy Storchaka · 11 years ago
  89. cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  90. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  91. 17c2843 Mere. by Charles-François Natali · 11 years ago
  92. ef3e4c1 Merge. by Charles-François Natali · 11 years ago
  93. 461836a Merge. by Charles-François Natali · 11 years ago
  94. 808d83d Merge. by Charles-François Natali · 11 years ago
  95. f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  96. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  97. 7a2157f Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  98. e9b034b Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  99. a3499c4 Merge. by Charles-François Natali · 11 years ago
  100. e68a3ce Merge. by Charles-François Natali · 11 years ago