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