1. 8f7664a Add description of marshal changes. by R David Murray · 11 years ago
  2. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  3. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  4. a93ca97 Be consistent in how PEPs are referenced throughout the summary section. by R David Murray · 11 years ago
  5. ca79461 Rewrite module-globals summary entry, and expand the full description a bit. by R David Murray · 11 years ago
  6. 2aa9d52 Make argument clinic summary entry parallel to other PEP entries. by R David Murray · 11 years ago
  7. 5bf8c34 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  8. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  9. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  10. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  11. a936c40 s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  12. f20ea13 s/lightweight/minimal/, as per issue #11379. by Antoine Pitrou · 11 years ago
  13. 3cfc2ae Null merge (#12226 already fixed on default) by Antoine Pitrou · 11 years ago
  14. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  15. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  16. 23b8cd9 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  17. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  18. 29fd05f Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  19. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  20. 3b716fa Null merge by Antoine Pitrou · 11 years ago
  21. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  22. 2b7f698 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  23. 17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  24. c16dfe1 Make CPython PEP summary entry links consistent, add pep 456 discussion. by R David Murray · 11 years ago
  25. 266772a merge by Christian Heimes · 11 years ago
  26. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  27. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  28. 5255b86 skip multiprocessing main handling test when Python is built without threads by Christian Heimes · 11 years ago
  29. a960599 Add some asyncio news for beta 2. by Guido van Rossum · 11 years ago
  30. 68600c7 asyncio: Fix space in log message about poll time. by Guido van Rossum · 11 years ago
  31. 8b36dac Upgrade pip to 1.5rc2 and setuptools to 2.0.1 by Donald Stufft · 11 years ago
  32. e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor by Victor Stinner · 11 years ago
  33. 26b80cfd Add link from email summary entry to entry in changed module section. by R David Murray · 11 years ago
  34. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  35. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 11 years ago
  36. c054040 Add link from pickle protocol 4 in summary to the section about it. by R David Murray · 11 years ago
  37. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  38. a17e0d8 No need for single para descriptions to have separate contributed by para. by R David Murray · 11 years ago
  39. e0f7a78 whatsnew: s/no new syntax features planned/no new syntax features added/ by R David Murray · 11 years ago
  40. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago
  41. 0a10216 Fix spelling error in single dispatch whatsnew summary, and add link. by R David Murray · 11 years ago
  42. f9909c2 Make the 'PEP 446' string link to the PEP in whatsnew new feature description. by R David Murray · 11 years ago
  43. 6d5cb07 Move versionadded for tracemalloc into the standard location (right after title) by R David Murray · 11 years ago
  44. 43ad138 Move versionadded for ensurepip into the standard location (right after title) by R David Murray · 11 years ago
  45. 6a14381 Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. by R David Murray · 11 years ago
  46. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  47. fd1ff1c Add versionadded to enum docs. by R David Murray · 11 years ago
  48. 6adb454 Add email package to whatsnew list of significantly improved stdlib modules. by R David Murray · 11 years ago
  49. 32e57ef Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  50. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  51. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  52. 0538529 Issue #19946: use public API for multiprocessing start methods by Nick Coghlan · 11 years ago
  53. 9ba75db asyncio: Clean up formatting. by Guido van Rossum · 11 years ago
  54. 4c3c699 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in by Victor Stinner · 11 years ago
  55. 994bf43 Shorten lines. by Guido van Rossum · 11 years ago
  56. 3b8df26 Null merge by Serhiy Storchaka · 11 years ago
  57. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  58. 6871f51 Null merge with 3.3. The empty tests should be implemented on this branch. by Zachary Ware · 11 years ago
  59. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  60. 936b1c3 Merge with 3.3 by Serhiy Storchaka · 11 years ago
  61. 16f02d2 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  62. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  63. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  64. 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
  65. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  66. c234f18 Merge heads by Victor Stinner · 11 years ago
  67. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  68. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  69. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  70. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  71. 4ac9c00 Better assertion in PyObject_Call() to detect functions returning a result with by Victor Stinner · 11 years ago
  72. 5272fa9 Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear by Victor Stinner · 11 years ago
  73. f326665 Fix os.listdir(): _Py_dup() already raises an exception on error, no need to by Victor Stinner · 11 years ago
  74. feae73e Issue #19946: appropriately skip new multiprocessing tests by Nick Coghlan · 11 years ago
  75. f468d5b Closes #19902: Merged update from 3.3. by Vinay Sajip · 11 years ago
  76. 800e11b Issue #19902: Added list of logging levels. by Vinay Sajip · 11 years ago
  77. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  78. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  79. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  80. 0358c20 remove trailing spaces by Gregory P. Smith · 11 years ago
  81. b1792d9 remove trailing spaces. by Gregory P. Smith · 11 years ago
  82. e61f4df Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  83. 0bffca0 Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. by Zachary Ware · 11 years ago
  84. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  85. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  86. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  87. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  88. 74940dc Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  89. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  90. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 11 years ago
  91. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  92. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  93. 85c2497 Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  94. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  95. 11ee080 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  96. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  97. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  98. 7cff4cd Issue #19713: Fix mistakes in the import page of language reference. by Eric Snow · 11 years ago
  99. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  100. 5100311 Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg by Eli Bendersky · 11 years ago