1. c4e70ff Post-release touchups for Python 3.4.4 final. by Larry Hastings · 9 years ago
  2. 3182db3 Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  3. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  4. 5decf0b Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 9 years ago
  5. 5185597 Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 9 years ago
  6. 36b5b6a Don't create non-needed file. by Serhiy Storchaka · 9 years ago
  7. aaf69ac Don't create non-needed file. by Serhiy Storchaka · 9 years ago
  8. 1014d1c Added tag v3.4.4 for changeset 737efcadf5a6 by Larry Hastings · 9 years ago
  9. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 9 years ago
  10. 5caf39d Rebuild pydoc topics for Python 3.4.4 final. by Larry Hastings · 9 years ago
  11. 0702d4d Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 9 years ago
  12. 9c297e4 Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 9 years ago
  13. a9406e7 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  14. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  15. a254921 Issue #22227: The TarFile iterator is reimplemented using generator. by Serhiy Storchaka · 9 years ago
  16. de20bad Merge with 3.5 by Terry Jan Reedy · 9 years ago
  17. efd7b34 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  18. 5aeadb3 Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 9 years ago
  19. efb778a Fixed markup and spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  20. d1f20d1 Fixed markup and spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  21. 42bb126 Issue #25899: Converted Objects/listsort.txt to UTF-8. by Serhiy Storchaka · 9 years ago
  22. dc7a91f Issue #25899: Fixed typo in .bzrignore. by Serhiy Storchaka · 9 years ago
  23. 581e56a Issue #25899: Fixed typo in .bzrignore. by Serhiy Storchaka · 9 years ago
  24. 3fd4a73 Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  25. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  26. be22a91 Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. by Serhiy Storchaka · 9 years ago
  27. 29e2aa6 Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. by Serhiy Storchaka · 9 years ago
  28. f8ed004 Issue #25889: Got rid of warning about mixing signed/unsigned char pointers. by Serhiy Storchaka · 9 years ago
  29. 8bc2b4d Issue #25890: Removed yet one unused variable. by Serhiy Storchaka · 9 years ago
  30. 9b3a2ee Issues #25890, #25891, #25892: Removed unused variables in Windows code. by Serhiy Storchaka · 9 years ago
  31. 9bb0958 Issue #25893: Removed unused variable reqdSize. by Serhiy Storchaka · 9 years ago
  32. e0cb9da Issue #25893: Removed unused variable reqdSize. by Serhiy Storchaka · 9 years ago
  33. 7f955ab Merge 3.5 by Yury Selivanov · 9 years ago
  34. 3dc74bf docs: Document ASYNC/AWAIT tokens (issue #25580) by Yury Selivanov · 9 years ago
  35. 7f27d43 Merge from 3.5 by Martin Panter · 9 years ago
  36. b84ef71 Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  37. afaf354 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  38. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  39. 90791ce Merge 3.5 by Yury Selivanov · 9 years ago
  40. 9920e29 Merge 3.4 by Yury Selivanov · 9 years ago
  41. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  42. d4222db Merge 3.5 by Yury Selivanov · 9 years ago
  43. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  44. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  45. 29832bb Merge 3.5 by Yury Selivanov · 9 years ago
  46. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago
  47. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  48. 9f79a70 Merge 3.5 by Yury Selivanov · 9 years ago
  49. bcf8afd Merge 3.4 by Yury Selivanov · 9 years ago
  50. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  51. 94a35cc Merge 3.5 by Yury Selivanov · 9 years ago
  52. e277a3d Merge 3.4 by Yury Selivanov · 9 years ago
  53. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  54. 88aa2dc Merge 3.5 by Yury Selivanov · 9 years ago
  55. a3f82ba Merge 3.4 by Yury Selivanov · 9 years ago
  56. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  57. 1215227 Merge 3.5 by Yury Selivanov · 9 years ago
  58. 631546c Merge 3.4 by Yury Selivanov · 9 years ago
  59. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  60. 5d120e9 Issue #23788: Merge test_bad_address() cleanup from 3.5 by Martin Panter · 9 years ago
  61. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  62. 129a414 Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable by Victor Stinner · 9 years ago
  63. e449587 Minor tweek. Counting down rather than up reduces register pressure. by Raymond Hettinger · 9 years ago
  64. f4f67e5 Merge 3.5 by Yury Selivanov · 9 years ago
  65. e319ab0 docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs by Yury Selivanov · 9 years ago
  66. 2c008d8 Merge 3.5 by Yury Selivanov · 9 years ago
  67. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  68. e93f407 Merge 3.5 by Yury Selivanov · 9 years ago
  69. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  70. 60889d1 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  71. f1b3134 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  72. fcbdf99 * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  73. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  74. 8c084eb merge head by Gregory P. Smith · 9 years ago
  75. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  76. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  77. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  78. 86d322f Undo inadvertent line swap by Raymond Hettinger · 9 years ago
  79. 5088f60 Hoist constant expressions (so->table and so->mask) out of the inner-loop. by Raymond Hettinger · 9 years ago
  80. 9fdaff3 Merge 3.5 by Victor Stinner · 9 years ago
  81. e847d71 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) by Victor Stinner · 9 years ago
  82. d991963 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  83. 51a4b22 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  84. 2b4f47e #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  85. 6b8f0c8 (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  86. ed53782 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  87. e33baf8 Merge 3.5 by Victor Stinner · 9 years ago
  88. 8de795f Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory by Victor Stinner · 9 years ago
  89. 117051a (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  90. c202155 Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  91. 67dbd0d Fixes #25844: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  92. a1d6f39 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  93. 999d0f9 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  94. abeb647 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 9 years ago
  95. 7072447 Sync asyncio with upstream git repo (conditional import in test_pep492.py). (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  96. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago
  97. 33d8a1b Issue #19771: Merge runpy error adjustment from 3.5 by Martin Panter · 9 years ago
  98. ad587f9 Issue #25845: Merge PyLong_Check() cleanup from 3.5 by Martin Panter · 9 years ago
  99. 58ea910 Issue #25809: Merge French locale test from 3.5 by Martin Panter · 9 years ago
  100. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 9 years ago