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