1. f0cb692 Issue #18415: Normalize what type of quotes are used with string by Brett Cannon · 11 years ago
  2. fb3a630 Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now by Victor Stinner · 11 years ago
  3. 365b693 Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on by Victor Stinner · 11 years ago
  4. cc35159 Issue #18408: normalizestring() now raises MemoryError on memory allocation failure by Victor Stinner · 11 years ago
  5. 6b64a68 Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure properly by Victor Stinner · 11 years ago
  6. 9a4fb66 Issue #18408: ste_new() initialize all attributes before handling error by Victor Stinner · 11 years ago
  7. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  8. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  9. a155d40 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  10. dfde215 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  11. 6cee994 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  12. 7ce57d6 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  13. 5ec4464 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  14. 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  15. acb362e Merge: #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  16. 87ead11 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  17. aaa8ed8 Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when by Victor Stinner · 11 years ago
  18. e0af3a8 Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation by Victor Stinner · 11 years ago
  19. 0ff0f54 Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure by Victor Stinner · 11 years ago
  20. 3a8b79d Issue #18408: Fix marshal reader for Unicode strings: handle by Victor Stinner · 11 years ago
  21. 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
  22. c6632e7 Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects by Victor Stinner · 11 years ago
  23. 80aa565 Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks by Victor Stinner · 11 years ago
  24. 65bf9cf Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar() by Victor Stinner · 11 years ago
  25. 1a7425f Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  26. 51fa458 Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to by Victor Stinner · 11 years ago
  27. 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
  28. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  29. 0075110 Issue #18364: Stop using the ImportError._not_found hack. by Brett Cannon · 11 years ago
  30. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  31. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  32. 1d5b933 Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  33. b9dbc7d Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  34. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  35. 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
  36. 7b25135 Issue #9566: pystrtod.c: Fix a compiler warnings on Windows x64 by Victor Stinner · 11 years ago
  37. 76d3850 Issue #9566: Fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  38. 582cfbb import.c does neither need mode_t nor _mkdir() anymore by Christian Heimes · 11 years ago
  39. 2ab07f0 (Merge 3.3) Issue #18137: Detect integer overflow on precision in by Victor Stinner · 11 years ago
  40. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 11 years ago
  41. f1913ca marshal: optimize parsing of empty Unicode strings by Victor Stinner · 11 years ago
  42. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  43. 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  44. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  45. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  46. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  47. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  48. 01b0475 Issue #18115: Abstract out managing the cleanup of modules to use in by Brett Cannon · 11 years ago
  49. 13d8ff9 Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader by Brett Cannon · 11 years ago
  50. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  51. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  52. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  53. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  54. cac17b4 Merge. by Richard Oudkerk · 11 years ago
  55. 409f902 Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). by Richard Oudkerk · 11 years ago
  56. 4e694d6 tweak exception message (again) by Brett Cannon · 11 years ago
  57. 9550ef3 Issue #9566: Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  58. 56785ea Issue #9566: Fix compiler warning on Windows 64-bit by Victor Stinner · 11 years ago
  59. af38f5a Tweak at the suggestion of Ezio Melotti for exception messages when by Brett Cannon · 11 years ago
  60. da2cbb4 Issue #15893: Remove dead code by Victor Stinner · 11 years ago
  61. e2135c6 move definition to top of block by Benjamin Peterson · 11 years ago
  62. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  63. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  64. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  65. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  66. f5fe130 Update importlib.h by Brett Cannon · 11 years ago
  67. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  68. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  69. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  70. 25296ce Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format. by Richard Oudkerk · 11 years ago
  71. 84bb1cf Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  72. 9ce59bb Fix a compilater warning on Windows 64-bit by Victor Stinner · 11 years ago
  73. d3dfd0e Fix a compilater warning on Windows 64-bit by Victor Stinner · 11 years ago
  74. 0b1bc56 fix compilation on Windows by Victor Stinner · 11 years ago
  75. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  76. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  77. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  78. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  79. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 11 years ago
  80. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  81. f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 11 years ago
  82. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  83. 22c103b Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to by Victor Stinner · 11 years ago
  84. 313f10c Fix a compiler warning: in and out are unused in _Py_char2wchar() if by Victor Stinner · 11 years ago
  85. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  86. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  87. 4adb566 Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  88. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  89. 13853a6 #17115: I hate you MS for not supporting C99. by Brett Cannon · 11 years ago
  90. df6931d Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  91. 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  92. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  93. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  94. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  95. 0bb83f8 merge 3.3 (#17863) by Benjamin Peterson · 11 years ago
  96. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  97. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  98. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  99. 208ac5c Issue #17832: fix a compilation warning about a function prototype. by Antoine Pitrou · 11 years ago
  100. f097f17 Merge #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago