1. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  2. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  3. 7aed567 Merge from 3.3 by Andrew Kuchling · 11 years ago
  4. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  5. f83bc7a merge from 3.3 by Senthil Kumaran · 11 years ago
  6. ce3dd0b Add -b and -X options to python man page. Patch contributed by Corey Brune. by Senthil Kumaran · 11 years ago
  7. 2f72aed Merge: Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  8. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  9. 15a7d2e merge 3.3 (#18248) by Benjamin Peterson · 11 years ago
  10. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 11 years ago
  11. 10dc0eb Issue #18202: Fix minor bugs and cleanup test_source_encoding.py. by Serhiy Storchaka · 11 years ago
  12. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 11 years ago
  13. aa3ca7e merge by Brett Cannon · 11 years ago
  14. 89df7b4 Issue #17177: Clarify some deprecations by Brett Cannon · 11 years ago
  15. 262e7f3 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  16. 2f13f54 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 11 years ago
  17. d9a52f2 merge heads by Christian Heimes · 11 years ago
  18. dceec13 merge heads by Christian Heimes · 11 years ago
  19. 7151551 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  20. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  21. 5e946ba Fix compilation warning with gcc 4.8 (unused typedef) by Antoine Pitrou · 11 years ago
  22. 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  23. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  24. 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
  25. 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
  26. 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
  27. 9674bd0 Issue #17222: fix a mix-up in some exception messages. by Brett Cannon · 11 years ago
  28. e08d488 (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 11 years ago
  29. 5678539 test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 11 years ago
  30. 8f0aae5 (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  31. 43b2639 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 11 years ago
  32. 3f41c64 (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  33. 91f9bdd Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  34. 546ccf0 Issue #18228: Use locale.setlocale(name, None) instead of by Victor Stinner · 11 years ago
  35. d9ccf7f Issue #18228: Fix locale test of test.regrtest.saved_test_environment by Victor Stinner · 11 years ago
  36. a222de1 (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  37. 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  38. 4a704d2 (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  39. 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  40. 9ce4f36 merge heads by Christian Heimes · 11 years ago
  41. 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 11 years ago
  42. a5f004f Merge heads by Serhiy Storchaka · 11 years ago
  43. 774bed7 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  44. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  45. 9424bb4 Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds by Christian Heimes · 11 years ago
  46. 78be6e8 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  47. 8b56292 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  48. a81d527 documentation suggesting something which doesn't exist by Brett Cannon · 11 years ago
  49. 390f6c1 Merge doc/argument name fix by Brett Cannon · 11 years ago
  50. a269d82 merge by Brett Cannon · 11 years ago
  51. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  52. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  53. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  54. 01b0475 Issue #18115: Abstract out managing the cleanup of modules to use in by Brett Cannon · 11 years ago
  55. 6d26eba Check that warnings.showwarning() is not changed. by Brett Cannon · 11 years ago
  56. 13d8ff9 Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader by Brett Cannon · 11 years ago
  57. 645ab68 merge by Brett Cannon · 11 years ago
  58. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  59. f567727 Merge with 3.3 by Andrew Kuchling · 11 years ago
  60. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  61. 39295e7 Stop using the deprecated unittest.TestCase.assertRaisesRegexp() by Brett Cannon · 11 years ago
  62. 2f9f056 Make test_builtin work when executed directly by Brett Cannon · 11 years ago
  63. 22ba31a Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 11 years ago
  64. 893f2ff news entry for subprocess double close fix. by Gregory P. Smith · 11 years ago
  65. b5461b9 Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 11 years ago
  66. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  67. 53e600c Issue #17177: update checkpyc to stop using imp by Brett Cannon · 11 years ago
  68. ca5ff3a Issue # 17177: Stop using imp in setup.py by Brett Cannon · 11 years ago
  69. e7e1dee Issue # 17177: Stop using imp in turtledemo by Brett Cannon · 11 years ago
  70. b57a085 Issue #17177: Stop using imp in zipfile by Brett Cannon · 11 years ago
  71. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  72. 8a2a902 Merge with 3.3 by Andrew Kuchling · 11 years ago
  73. f15a59f Issue #17177: Stop using imp in sysconfig by Brett Cannon · 11 years ago
  74. 82d2107 Issue #17177: switch from imp.new_module to types.ModuleType for runpy by Brett Cannon · 11 years ago
  75. f4ba4ec Issue #17177: Stop using imp in pydoc by Brett Cannon · 11 years ago
  76. df96068 Issue #17177: Stop using imp with py_compile by Brett Cannon · 11 years ago
  77. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  78. fc06443 merge by Brett Cannon · 11 years ago
  79. cc39b1e merge w/ 3.3 by Brett Cannon · 11 years ago
  80. 27bbfdb Drop some dead imports of imp by Brett Cannon · 11 years ago
  81. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  82. 4f4088e Issue #17177: Stop using imp in multiprocessing by Brett Cannon · 11 years ago
  83. 61c3556 Issue #17177: Stop using imp in distutils by Brett Cannon · 11 years ago
  84. 7822e12 Issue #17177: stop using imp for compileall. by Brett Cannon · 11 years ago
  85. 0b16b0d make test more robust under Windows by Brett Cannon · 11 years ago
  86. 4f422e3 Issue #17177: Update the programming FAQ to use importlib by Brett Cannon · 11 years ago
  87. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  88. a38e814 Issue #18194: Introduce importlib.util.cache_from_source() and by Brett Cannon · 11 years ago
  89. 589c4ff Make it more obvious what things used in imp are snuck in through private APIs by Brett Cannon · 11 years ago
  90. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  91. 15e489f Fix markup of the synopsis along with changing to state what is in the by Brett Cannon · 11 years ago
  92. d016900 Merge heads by Victor Stinner · 11 years ago
  93. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  94. 6b3d64a Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library). by Ethan Furman · 11 years ago
  95. 2d77204 Issue #17907: Document types.ModuleType's constructor and attributes, by Brett Cannon · 11 years ago
  96. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  97. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  98. 8c18da2 merge by Brett Cannon · 11 years ago
  99. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  100. 7bff3cb Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. by Ned Deily · 11 years ago