Final head of the former 3.3 branch
  1. bf9cccb post 3.3.7, should there be any by Ned Deily · 8 years ago 3.3
  2. 17bf6b4 Bump to 3.3.7 by Ned Deily · 8 years ago v3.3.7
  3. 3b86b44 Bump version for post 3.3.7rc1 by Ned Deily · 8 years ago
  4. 8cee0cc Bump to 3.3.7rc1 by Ned Deily · 8 years ago v3.3.7rc1
  5. 5caddea Bump PY_VERSION to 3.3.6+ by Ned Deily · 8 years ago
  6. 18e8972 Bump to 3.3.6 by Georg Brandl · 11 years ago v3.3.6
  7. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 11 years ago
  8. 92d2d34 Post-release update. by Georg Brandl · 11 years ago
  9. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 11 years ago v3.3.5
  10. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago v3.3.5rc2
  11. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  12. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  13. 270ce73 Fix typo (issue #19619). by Serhiy Storchaka · 11 years ago
  14. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  15. e12675a Bump to 3.3.5rc1. by Georg Brandl · 11 years ago
  16. a37fcb2 Post-release updates. by Georg Brandl · 12 years ago
  17. c814025 Bump to 3.3.4 final by Georg Brandl · 12 years ago
  18. 87203d3 Post release update. by Georg Brandl · 12 years ago
  19. 18f2ce9 Bump to 3.3.4rc1. by Georg Brandl · 12 years ago
  20. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 12 years ago
  21. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 12 years ago
  22. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 12 years ago
  23. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 12 years ago
  24. 1d2436a Post-release bump. by Georg Brandl · 12 years ago
  25. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 12 years ago v3.3.3
  26. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 12 years ago v3.3.3rc2
  27. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 12 years ago
  28. 3328871 merge heads by Georg Brandl · 12 years ago
  29. b296d09 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 12 years ago
  30. 59c900d Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 12 years ago
  31. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 12 years ago
  32. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
  33. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  34. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 12 years ago
  35. ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 12 years ago
  36. e0a2d12 Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 12 years ago
  37. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 12 years ago
  38. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 12 years ago
  39. c032f16 post-release update. by Georg Brandl · 12 years ago
  40. 88f4dd6 bump to 3.3.2 by Georg Brandl · 12 years ago
  41. 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 12 years ago
  42. bf56102 Post-release update for 3.3.1 by Georg Brandl · 12 years ago
  43. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 12 years ago v3.3.1
  44. d08d0b1 Bump to 3.3.1rc1. by Georg Brandl · 12 years ago
  45. 89fa86b Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 13 years ago
  46. 04d86c7 Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 13 years ago
  47. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  48. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  49. 61dbb00 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 13 years ago
  50. c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 13 years ago
  51. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 13 years ago
  52. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  53. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  54. c37cfd6 Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now. by Andrew Svetlov · 13 years ago
  55. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 13 years ago
  56. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 13 years ago
  57. 36f0216 Backport 9dd4638de73b. by Stefan Krah · 13 years ago
  58. 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 13 years ago
  59. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 13 years ago
  60. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  61. 14fb44e merge mostly from default by Benjamin Peterson · 13 years ago
  62. ac76833 Post-release update. by Georg Brandl · 13 years ago
  63. 99a247f Merge with main repo default branch. by Georg Brandl · 13 years ago
  64. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 13 years ago
  65. b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 13 years ago
  66. f248717 Post-release updates. by Georg Brandl · 13 years ago
  67. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 13 years ago v3.3.0rc3
  68. fd0ddab GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 13 years ago
  69. ab816b5 GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 13 years ago
  70. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 13 years ago
  71. 5497295 Merge in changes from 3.3.0rc2 release clone. by Georg Brandl · 13 years ago
  72. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 13 years ago
  73. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  74. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  75. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 13 years ago
  76. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  77. 81378c8 Merge whitespace fix from 3.2. by Trent Nelson · 13 years ago
  78. 2a0fb14 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 13 years ago
  79. 3694401 Post-release updates. by Georg Brandl · 13 years ago
  80. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 13 years ago v3.3.0rc1
  81. a026db9 Post-release updates. by Georg Brandl · 13 years ago
  82. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 13 years ago v3.3.0b2
  83. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 13 years ago
  84. 1a1367b use char instead of int to please T_BOOL (closes #15597) by Benjamin Peterson · 13 years ago
  85. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 13 years ago
  86. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 13 years ago
  87. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 13 years ago
  88. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 13 years ago v3.3.0b1
  89. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 13 years ago
  90. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 13 years ago
  91. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 13 years ago
  92. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 13 years ago
  93. e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 13 years ago
  94. c40bc09 Issue #13783: the PEP 380 implementation no longer expands the public C API by Nick Coghlan · 13 years ago
  95. 27f6a3b Issue #15026: utf-16 encoding is now significantly faster (up to 10x). by Antoine Pitrou · 13 years ago
  96. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 13 years ago
  97. d7b7c74 Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield by Victor Stinner · 13 years ago
  98. c58c392 Trunk merge. by Barry Warsaw · 13 years ago
  99. ca75b00 __GNUC__ does not imply gcc version is present, so just check for version (closes #14994) by Benjamin Peterson · 13 years ago
  100. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 13 years ago