1. 711e27c tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE by Victor Stinner · 11 years ago
  2. 4d8c29c tracemalloc: only use unsigned types to compute hash by Victor Stinner · 11 years ago
  3. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  4. a4275b2 (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on by Victor Stinner · 11 years ago
  5. 1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very by Victor Stinner · 11 years ago
  6. 77f0611 merge by Christian Heimes · 11 years ago
  7. bd9cbb0 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  8. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  9. f6abb70 Mention specific exceptions instead of OSError where appropriate. by Antoine Pitrou · 11 years ago
  10. 0048c98 Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). by Antoine Pitrou · 11 years ago
  11. c274fd2 Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains. by Antoine Pitrou · 11 years ago
  12. d2e48ca Issue #19987: Merge with 3.3 by Zachary Ware · 11 years ago
  13. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  14. e9dacaa Issue #19987: disable test_winsound's test_alias_fallback test when no sound card by Christian Heimes · 11 years ago
  15. d9fbb44 merge by Christian Heimes · 11 years ago
  16. cb3558d Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and by Christian Heimes · 11 years ago
  17. 8817d83 Null merge by Serhiy Storchaka · 11 years ago
  18. b77817b Merge heads by Serhiy Storchaka · 11 years ago
  19. 928b9e2 Merge heads by Serhiy Storchaka · 11 years ago
  20. cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  21. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  22. 17c2843 Mere. by Charles-François Natali · 11 years ago
  23. ef3e4c1 Merge. by Charles-François Natali · 11 years ago
  24. 461836a Merge. by Charles-François Natali · 11 years ago
  25. 808d83d Merge. by Charles-François Natali · 11 years ago
  26. f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  27. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  28. 7a2157f Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  29. e9b034b Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  30. a3499c4 Merge. by Charles-François Natali · 11 years ago
  31. e68a3ce Merge. by Charles-François Natali · 11 years ago
  32. 755d5ea Merge: #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  33. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  34. 575596e test_ssl: skip tests when SNI is not available by Christian Heimes · 11 years ago
  35. e8a257c test_poplib: skip stls_context test when SNI is not available by Christian Heimes · 11 years ago
  36. cd81520 Merge. by Stefan Krah · 11 years ago
  37. e259f13 Minor code clean-up. Keep the C-API all in one section. by Raymond Hettinger · 11 years ago
  38. ae01a8b Merge from 3.3. by Stefan Krah · 11 years ago
  39. 1f1ec12 Issue #19986: Avoid an incorrect warning of older gcc versions. by Stefan Krah · 11 years ago
  40. b2a794d fixed test_ftplib by Christian Heimes · 11 years ago
  41. aab99fd test_imaplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  42. e7945d7 test_ftplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  43. 250a452 Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 11 years ago
  44. 325a102 Merge. by Charles-François Natali · 11 years ago
  45. 46c686f Issue #19965: Make sure that Python-ast.h is properly taken into account in the by Charles-François Natali · 11 years ago
  46. a5f0eda Skip some tests that require server name indication (SNI) by Christian Heimes · 11 years ago
  47. 21ebbb2 Import USHRT_MAX to fix failing test_devpool test by Christian Heimes · 11 years ago
  48. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  49. 8aa36a3 Null merge by Serhiy Storchaka · 11 years ago
  50. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  51. 79f19f9 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  52. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  53. 03241e8 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  54. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  55. 530a69f #19970: fix additional typo in 3.4 asyncio docs. by R David Murray · 11 years ago
  56. f483b0f Issue #19972: Add rarely used freefunc. This fixes a leak if sys.exit() by Stefan Krah · 11 years ago
  57. 7ab9f72 Merge from 3.3. by Stefan Krah · 11 years ago
  58. 01e5f80 Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted by Stefan Krah · 11 years ago
  59. 66f8518 #19981: merge with 3.3. by Ezio Melotti · 11 years ago
  60. 956040a #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  61. 3c2a178 Merge: #19970: Fix some comment typos. by R David Murray · 11 years ago
  62. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  63. b05d698 #19975: remove unused imports from webbrowser module. by R David Murray · 11 years ago
  64. c091a57 Issue #19704: Port test.test_threaded_import to PEP 451 by Brett Cannon · 11 years ago
  65. 706a729 merge for issue #19963 by Brett Cannon · 11 years ago
  66. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  67. 1870116 Merge: #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  68. d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  69. ca7ab7c Issue #19946: Raise ImportError when the main module cannot be found by Brett Cannon · 11 years ago
  70. 774b2e0 Issue #14432: Document the removal of the PyFrameObject.f_tstate field by Victor Stinner · 11 years ago
  71. 86e139a asyncio doc: explain where does the task come from. by Victor Stinner · 11 years ago
  72. 68bccb4 asyncio doc: change style of the sequence diagram to focus on the control flow by Victor Stinner · 11 years ago
  73. 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
  74. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  75. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  76. cb1c4c8 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  77. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  78. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  79. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  80. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  81. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  82. 24bd028 Issue #19952: test_asyncio: relax timings of Windows events, buildbots are by Victor Stinner · 11 years ago
  83. 2aeb070 (Merge 3.3) Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  84. 258e4d3 Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  85. c47fb54 Issue #14432: Null merge 3.3, Python 3.4 has a different fix by Victor Stinner · 11 years ago
  86. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  87. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  88. 62ca100 Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python by Victor Stinner · 11 years ago
  89. 56668dc Issue #19751: Fix hash_info test of test_sys on SPARC Solaris by Victor Stinner · 11 years ago
  90. 4b6d4b5 Issue #19751: Fix typo in configuration option by Victor Stinner · 11 years ago
  91. 5bf91dc Merge from 3.3. by Stefan Krah · 11 years ago
  92. da12ada Do not discard const qualifier without a reason. by Stefan Krah · 11 years ago
  93. 8fda474 Merge fix from 3.3 by Zachary Ware · 11 years ago
  94. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  95. 1c4b892 Add a sequence diagram for the chained coroutines example by Victor Stinner · 11 years ago
  96. f06247d Properly filter some recent additions in the Windows build files. by Zachary Ware · 11 years ago
  97. e2ed78e Null merge with 3.3. by Zachary Ware · 11 years ago
  98. bdbffd0 Filter namespaceobject's files properly in the pythoncore VS project. by Zachary Ware · 11 years ago
  99. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  100. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago