1. 9ab7480 Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__ by Ethan Furman · 10 years ago
  2. a17d678 Issue #10141, Issue 20065: Merged from 3.4. by Vinay Sajip · 10 years ago
  3. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 10 years ago
  4. c419caf Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 10 years ago
  5. bac6248 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 10 years ago
  6. 87bbefe asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 10 years ago
  7. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 10 years ago
  8. 265ae86 merge heads by Giampaolo Rodola' · 10 years ago
  9. f97e829 Fix issue 18931: selectors module now supports /dev/poll on Solaris. by Giampaolo Rodola' · 10 years ago
  10. a0934b2 #20744: don't try running an external 'zip' in shutil.make_archive() by Andrew Kuchling · 10 years ago
  11. 8efe3df merge 3.4 by Benjamin Peterson · 10 years ago
  12. 409a1be improve start default for relpath by Benjamin Peterson · 10 years ago
  13. 9636e98 Merge several minor doc fixes from 3.4 by Zachary Ware · 10 years ago
  14. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 10 years ago
  15. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 10 years ago
  16. 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 10 years ago
  17. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 10 years ago
  18. ad5e5ea merge by Raymond Hettinger · 10 years ago
  19. d852e99 Clean-up docstring by Raymond Hettinger · 10 years ago
  20. ab405d5 Closes #20444: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  21. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 10 years ago
  22. 6d5cde6 Closes #20558: Improved implementation of error handling. by Vinay Sajip · 10 years ago
  23. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 10 years ago
  24. 9f9f0e2 Merged from 3.4. by Vinay Sajip · 10 years ago
  25. ecfc98c Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes. by Vinay Sajip · 10 years ago
  26. 5782e25 (Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by Victor Stinner · 10 years ago
  27. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 10 years ago
  28. 03ce1c0 (Merge 3.4) Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  29. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  30. a69f0f9 (Merge 3.4) Issue #20978: pyflakes: fix undefined names; remove last part of by Victor Stinner · 10 years ago
  31. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 10 years ago
  32. 790bd6d Issue #20978: Remove last part of OS/2 support in distutils by Victor Stinner · 10 years ago
  33. e5280fe merge 3.4 by Benjamin Peterson · 10 years ago
  34. deec16b add Nehal Hussain by Benjamin Peterson · 10 years ago
  35. c51da2b #14332: provide a better explanation of junk in difflib docs by Andrew Kuchling · 10 years ago
  36. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 10 years ago
  37. 26e417b Merge with 3.4 by Zachary Ware · 10 years ago
  38. 5f3e3c3 Use the correct VS edition names in PCbuild/readme.txt by Zachary Ware · 10 years ago
  39. 9fb288f (Merge 3.4) Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 10 years ago
  40. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 10 years ago
  41. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 10 years ago
  42. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 10 years ago
  43. 4278b2d Merge xxlimited compile warning fix from 3.4 by Zachary Ware · 10 years ago
  44. 232b017 Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. by Zachary Ware · 10 years ago
  45. 0e5e4a4 Merge PCbuild/pcbuild.sln cleanup from 3.4 by Zachary Ware · 10 years ago
  46. 270e737 Clean up PCbuild/pcbuild.sln a bit: by Zachary Ware · 10 years ago
  47. 6dd44d2 Ignore files generated by MSVC PGO builds (merge from 3.4). by Zachary Ware · 10 years ago
  48. c2447f2 Ignore files generated by MSVC PGO builds. by Zachary Ware · 10 years ago
  49. 31ee154 Closes #20966: Fix Tkinter Resources link (merge from 3.4) by Zachary Ware · 10 years ago
  50. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 10 years ago
  51. eb7d40c Doc: add What's New in Python 3.5 to whatsnew index by Victor Stinner · 10 years ago
  52. 845efcc Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sections by Victor Stinner · 10 years ago
  53. 3f2350c merge with 3.4 by Georg Brandl · 10 years ago
  54. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 10 years ago
  55. b2bef62 Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX by Victor Stinner · 10 years ago
  56. 97f17a7 Issue #19977: Enable test_c_locale_surrogateescape() on Windows by Victor Stinner · 10 years ago
  57. 518e610 Issue #19977, #19036: Always include <locale.h> in pythonrun.c by Victor Stinner · 10 years ago
  58. 07beb37 Issue #20574: Remove duplicated test failing on Windows XP by Victor Stinner · 10 years ago
  59. 7143029 Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), by Victor Stinner · 10 years ago
  60. 01adf06 Add a stub "whatsnew in 3.5" document. by Victor Stinner · 10 years ago
  61. 1e48eb3 Issue #20910: Make tests more reliable, less dependent on time by Victor Stinner · 10 years ago
  62. f8cbf78 Issue #20574: Add more tests for cp65001 by Victor Stinner · 10 years ago
  63. 7d00cc1 Issue #20574: Implement incremental decoder for cp65001 code by Victor Stinner · 10 years ago
  64. c499267 (Merge 3.4) Issue #20879: Delay the initialization of encoding and decoding by Victor Stinner · 10 years ago
  65. d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 10 years ago
  66. 8217028 Drop Python 3.4.1 section from Misc/NEWS by Victor Stinner · 10 years ago
  67. 554fd08 Move 3.3 items of Misc/NEWS to Misc/HISTORY by Victor Stinner · 10 years ago
  68. d748399 merge 3.4 by Benjamin Peterson · 10 years ago
  69. 2a60534 move SharedKeyTests to test_descr by Benjamin Peterson · 10 years ago
  70. e380e09 merge 3.4 by Benjamin Peterson · 10 years ago
  71. 6373ba5 Bump Windows build to 3.5 by Zachary Ware · 10 years ago
  72. df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 10 years ago
  73. 42867c7 Merge 3.4 by Éric Araujo · 10 years ago
  74. 0b1be1a Fix typo in example (#20963) by Éric Araujo · 10 years ago
  75. d890dc1 MERGE: Typo by Jesus Cea · 10 years ago
  76. 28a965f Typo by Jesus Cea · 10 years ago
  77. 5d1cc7e MERGE: Typo by Jesus Cea · 10 years ago
  78. bdb8bb3 Typo by Jesus Cea · 10 years ago
  79. f6f3c45 MERGE: Typo by Jesus Cea · 10 years ago
  80. cec25b0 Typo by Jesus Cea · 10 years ago
  81. 809383e Remove stray semicolon by Antoine Pitrou · 10 years ago
  82. 1095907 Remove stray semicolon by Antoine Pitrou · 10 years ago
  83. c833f7e Merge fix for #20960 by R David Murray · 10 years ago
  84. f93d3df closes #20960 by R David Murray · 10 years ago
  85. 3a748ca merge with 3.4 by Georg Brandl · 10 years ago
  86. a7f4801 merge with 3.3 by Georg Brandl · 10 years ago
  87. 56d3a03 Update doc version switcher for 3.4/3.5. by Georg Brandl · 10 years ago
  88. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 10 years ago
  89. d922dc4 Version bump to 3.5, step 1. by Larry Hastings · 10 years ago
  90. 8dc9310 Merge from 3.4 into default. by Larry Hastings · 10 years ago
  91. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 10 years ago
  92. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 10 years ago
  93. 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 10 years ago
  94. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 10 years ago
  95. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 10 years ago
  96. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 10 years ago
  97. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  98. 84b1e71 Added tag v3.4.0 for changeset 04f714765c13 by Larry Hastings · 10 years ago
  99. 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 10 years ago
  100. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 10 years ago