1. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  2. 6ce8d17 Merge from 3.3 by Andrew Kuchling · 11 years ago
  3. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  4. 70833a8 ... also TLSv1.1 and TLSv1.2 by Christian Heimes · 11 years ago
  5. 24cd4cf Add my SSL module patches to whatsnew 3.4 by Christian Heimes · 11 years ago
  6. 6ade516 BSD: block devices are gone by Christian Heimes · 11 years ago
  7. 45d9493 BSD: block devices are gone by Christian Heimes · 11 years ago
  8. 27bc441 merge for issue #18278 by Brett Cannon · 11 years ago
  9. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  10. f1913ca marshal: optimize parsing of empty Unicode strings by Victor Stinner · 11 years ago
  11. 79278bd Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 11 years ago
  12. 60a9593 Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 11 years ago
  13. 085e1c6 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 11 years ago
  14. f678b31 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 11 years ago
  15. 4921a08 #12716: reorganize docs for os module a bit by Andrew Kuchling · 11 years ago
  16. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  17. 3468d25 Merge from 3.3 by Andrew Kuchling · 11 years ago
  18. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  19. b003ffa Closes #18239: correct description of count() in module docstring by Andrew Kuchling · 11 years ago
  20. 5e03e49 Closes #18247: add Lib/test/data/* to .gitignore by Andrew Kuchling · 11 years ago
  21. 29303d4 Merge from 3.3 by Andrew Kuchling · 11 years ago
  22. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  23. 83358c9 Grammatical mistake in a comment by Brett Cannon · 11 years ago
  24. f862dc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  25. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  26. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  27. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  28. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  29. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  30. f83bc7a merge from 3.3 by Senthil Kumaran · 11 years ago
  31. ce3dd0b Add -b and -X options to python man page. Patch contributed by Corey Brune. by Senthil Kumaran · 11 years ago
  32. 2f72aed Merge: Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  33. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  34. 15a7d2e merge 3.3 (#18248) by Benjamin Peterson · 11 years ago
  35. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 11 years ago
  36. 10dc0eb Issue #18202: Fix minor bugs and cleanup test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  37. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 11 years ago
  38. aa3ca7e merge by Brett Cannon · 11 years ago
  39. 89df7b4 Issue #17177: Clarify some deprecations by Brett Cannon · 11 years ago
  40. 262e7f3 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  41. 2f13f54 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  42. d9a52f2 merge heads by Christian Heimes · 11 years ago
  43. dceec13 merge heads by Christian Heimes · 11 years ago
  44. 7151551 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  45. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  46. 5e946ba Fix compilation warning with gcc 4.8 (unused typedef) by Antoine Pitrou · 11 years ago
  47. 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  48. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  49. 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  50. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  51. 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
  52. 9674bd0 Issue #17222: fix a mix-up in some exception messages. by Brett Cannon · 11 years ago
  53. e08d488 (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 11 years ago
  54. 5678539 test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 11 years ago
  55. 8f0aae5 (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  56. 43b2639 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  57. 3f41c64 (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  58. 91f9bdd Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  59. 546ccf0 Issue #18228: Use locale.setlocale(name, None) instead of by Victor Stinner · 11 years ago
  60. d9ccf7f Issue #18228: Fix locale test of test.regrtest.saved_test_environment by Victor Stinner · 11 years ago
  61. a222de1 (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  62. 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  63. 4a704d2 (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  64. 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  65. 9ce4f36 merge heads by Christian Heimes · 11 years ago
  66. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  67. a5f004f Merge heads by Serhiy Storchaka · 11 years ago
  68. 774bed7 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  69. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  70. 9424bb4 Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds by Christian Heimes · 11 years ago
  71. 78be6e8 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  72. 8b56292 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  73. a81d527 documentation suggesting something which doesn't exist by Brett Cannon · 11 years ago
  74. 390f6c1 Merge doc/argument name fix by Brett Cannon · 11 years ago
  75. a269d82 merge by Brett Cannon · 11 years ago
  76. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  77. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  78. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  79. 01b0475 Issue #18115: Abstract out managing the cleanup of modules to use in by Brett Cannon · 11 years ago
  80. 6d26eba Check that warnings.showwarning() is not changed. by Brett Cannon · 11 years ago
  81. 13d8ff9 Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader by Brett Cannon · 11 years ago
  82. 645ab68 merge by Brett Cannon · 11 years ago
  83. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  84. f567727 Merge with 3.3 by Andrew Kuchling · 11 years ago
  85. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  86. 39295e7 Stop using the deprecated unittest.TestCase.assertRaisesRegexp() by Brett Cannon · 11 years ago
  87. 2f9f056 Make test_builtin work when executed directly by Brett Cannon · 11 years ago
  88. 22ba31a Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 11 years ago
  89. 893f2ff news entry for subprocess double close fix. by Gregory P. Smith · 11 years ago
  90. b5461b9 Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 11 years ago
  91. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  92. 53e600c Issue #17177: update checkpyc to stop using imp by Brett Cannon · 11 years ago
  93. ca5ff3a Issue # 17177: Stop using imp in setup.py by Brett Cannon · 11 years ago
  94. e7e1dee Issue # 17177: Stop using imp in turtledemo by Brett Cannon · 11 years ago
  95. b57a085 Issue #17177: Stop using imp in zipfile by Brett Cannon · 11 years ago
  96. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  97. 8a2a902 Merge with 3.3 by Andrew Kuchling · 11 years ago
  98. f15a59f Issue #17177: Stop using imp in sysconfig by Brett Cannon · 11 years ago
  99. 82d2107 Issue #17177: switch from imp.new_module to types.ModuleType for runpy by Brett Cannon · 11 years ago
  100. f4ba4ec Issue #17177: Stop using imp in pydoc by Brett Cannon · 11 years ago