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