1. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  2. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  3. 25296ce Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format. by Richard Oudkerk · 11 years ago
  4. 84bb1cf Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  5. 9ce59bb Fix a compilater warning on Windows 64-bit by Victor Stinner · 11 years ago
  6. d3dfd0e Fix a compilater warning on Windows 64-bit by Victor Stinner · 11 years ago
  7. 0b1bc56 fix compilation on Windows by Victor Stinner · 11 years ago
  8. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  9. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  10. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 11 years ago
  11. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  12. f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 11 years ago
  13. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  14. 22c103b Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to by Victor Stinner · 11 years ago
  15. 313f10c Fix a compiler warning: in and out are unused in _Py_char2wchar() if by Victor Stinner · 11 years ago
  16. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  17. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  18. 4adb566 Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  19. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  20. 13853a6 #17115: I hate you MS for not supporting C99. by Brett Cannon · 11 years ago
  21. 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
  22. 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
  23. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  24. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  25. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  26. 0bb83f8 merge 3.3 (#17863) by Benjamin Peterson · 11 years ago
  27. fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 11 years ago
  28. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  29. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  30. 208ac5c Issue #17832: fix a compilation warning about a function prototype. by Antoine Pitrou · 11 years ago
  31. f097f17 Merge #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  32. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  33. 03a0c27 Merge indentation fix from 3.3. by Ezio Melotti · 11 years ago
  34. 1b6424f Fix indentation. by Ezio Melotti · 11 years ago
  35. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of by Brett Cannon · 11 years ago
  36. 214a7d2 properly lookup the __round__ special method (closes #17722) by Benjamin Peterson · 11 years ago
  37. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  38. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  39. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 11 years ago
  40. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago
  41. 7d8c29a Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 11 years ago
  42. 55bff89 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 11 years ago
  43. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  44. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  45. eea1f5c Merge by Richard Oudkerk · 11 years ago
  46. 614c578 Issue #17619: Make input() check for Ctrl-C correctly on Windows. by Richard Oudkerk · 11 years ago
  47. eb4b5ac Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function by Victor Stinner · 11 years ago
  48. daf4daa merge by Brett Cannon · 11 years ago
  49. f8ffec0 Issue #17357: Add missing verbosity messages when running under by Brett Cannon · 11 years ago
  50. d0924b3 update importlib.h by Benjamin Peterson · 11 years ago
  51. 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 11 years ago
  52. d6f1d16 Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  53. b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and by Gregory P. Smith · 11 years ago
  54. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  55. 440282b copy 2.7 magic numbers for historical interest by Benjamin Peterson · 11 years ago
  56. 6168362 Issue #16475 : Correctly handle the EOF when reading marshal streams. by Kristján Valur Jónsson · 11 years ago
  57. e178187 Issue #16475: Simplify the interface to r_ref_allocate and improve comments. by Kristján Valur Jónsson · 11 years ago
  58. eddb0a7 fix compiler warning by Benjamin Peterson · 11 years ago
  59. 605a774 Backed out changeset 521232b05b97 by Benjamin Peterson · 11 years ago
  60. c6dc124 fix compiler warning by Benjamin Peterson · 11 years ago
  61. dc32d18 Issue #15038 : Fixing the condition broadcast and docs. by Kristján Valur Jónsson · 11 years ago
  62. 32eccca Issue #15038 : Fixing the condition broadcast and docs. by Kristján Valur Jónsson · 11 years ago
  63. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  64. 3a61943 bump Python-ast.c by Benjamin Peterson · 11 years ago
  65. b72406b refactor to fix refleaks by Benjamin Peterson · 11 years ago
  66. 6fba3db sprinkle const by Benjamin Peterson · 11 years ago
  67. aad1d87 move declaration to top of block by Benjamin Peterson · 11 years ago
  68. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  69. aa14dc3 C89 compliance by Benjamin Peterson · 11 years ago
  70. 2d6acd2 reject non-docs strings between future imports (closes #17434) by Benjamin Peterson · 11 years ago
  71. 7701e6e make some freezing related stuff const by Benjamin Peterson · 11 years ago
  72. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  73. 04a2955 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. by Ezio Melotti · 11 years ago
  74. c190389 Issue #17220: two fixes for changeset 2528e4aea338. by Brett Cannon · 11 years ago
  75. 39e47f9 Issue #17220: Little cleanup of _bootstrap.py. by Serhiy Storchaka · 11 years ago
  76. 92bd4ef Merge importlib.h rebuild from 3.3 after the changes introduced in 65eaac000147. by Ezio Melotti · 11 years ago
  77. 795c10b Rebuild importlib.h after the changes introduced in 0f65bf6063ca. by Ezio Melotti · 11 years ago
  78. 7056cb2 Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit. by Antoine Pitrou · 11 years ago
  79. 178e6fe #17178: merge with 3.3. by Ezio Melotti · 11 years ago
  80. 293ab97 #17178: merge with 3.2. by Ezio Melotti · 11 years ago
  81. b19ed57 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 11 years ago
  82. 0c15b5d Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  83. 5a1f152 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  84. 7e01911 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  85. b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
  86. 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
  87. 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
  88. 419d9a8 evaluate lambda keyword-only defaults after positional defaults (#16967 again) by Benjamin Peterson · 12 years ago
  89. 1ef876c evaluate positional defaults before keyword-only defaults (closes #16967) by Benjamin Peterson · 12 years ago
  90. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  91. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  92. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  93. 85ae356 Merge w/ 3.3 more fixes thanks to issue #17098 by Brett Cannon · 12 years ago
  94. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  95. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 12 years ago
  96. f3220d6 Tweak an exception message by Brett Cannon · 12 years ago
  97. 14581d5 Port py_compile over to importlib by Brett Cannon · 12 years ago
  98. 686e880 Touch up exception messaging by Brett Cannon · 12 years ago
  99. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
  100. 3f50bf6 Drop support for Windows 2000; allow any XP API (but not Vista+). by Martin v. Löwis · 12 years ago