1. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  2. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  3. 60fe569 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  4. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  5. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  6. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  7. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  8. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  9. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  10. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  11. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  12. c7ceefc a post 3.4.1 world by Benjamin Peterson · 10 years ago
  13. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  14. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  15. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 10 years ago
  16. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 10 years ago
  17. 7ddf3eb use imperative by Benjamin Peterson · 10 years ago
  18. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 10 years ago
  19. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 10 years ago
  20. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 10 years ago
  21. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 10 years ago
  22. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 10 years ago
  23. 6b5284f Mark branch as being after Python 3.4.0rc3. by Larry Hastings · 10 years ago
  24. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 10 years ago
  25. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  26. 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 10 years ago
  27. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 10 years ago
  28. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 10 years ago
  29. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  30. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 10 years ago
  31. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  32. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 10 years ago
  33. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  34. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  35. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 10 years ago
  36. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  37. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  38. ee4cca6 Post-release bump for 3.4.0 beta 3. by Larry Hastings · 10 years ago
  39. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 10 years ago
  40. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  41. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  42. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  43. e7ee44e Post-release engineering; updated NEWS and version string. by Larry Hastings · 11 years ago
  44. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 11 years ago
  45. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  46. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  47. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  48. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  49. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  50. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  51. b077c05 (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  52. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  53. 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  54. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
  55. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  56. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  57. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 11 years ago
  58. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  59. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  60. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  61. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  62. a726192 oops, remove _PyObject_ReprWriter() definition (unwanted change) by Victor Stinner · 11 years ago
  63. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago
  64. 1d2436a Post-release bump. by Georg Brandl · 11 years ago
  65. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  66. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  67. 042cb46 Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter by Victor Stinner · 11 years ago
  68. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  69. 8ea8650 Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the by Victor Stinner · 11 years ago
  70. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  71. ad14ccd Issue #19512: add _PyUnicode_CompareWithId() function by Victor Stinner · 11 years ago
  72. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  73. d67bd45 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions by Victor Stinner · 11 years ago
  74. 5fd2e5a Issue #19512: Add a new _PyDict_DelItemId() function, similar to by Victor Stinner · 11 years ago
  75. 95701bd Issue #19512: Add PyRun_InteractiveOneObject() function by Victor Stinner · 11 years ago
  76. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  77. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  78. e0d9a1c Post-release updates for 3.4.0a4. by Larry Hastings · 11 years ago
  79. bd61c3a Version bump for 3.4.0a4. by Larry Hastings · 11 years ago
  80. aa2b22a Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673). by Serhiy Storchaka · 11 years ago
  81. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  82. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
  83. a0f074f Issue #16129: Move Py_SetStandardStreamEncoding declaration by Nick Coghlan · 11 years ago
  84. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  85. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  86. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  87. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  88. 3328871 merge heads by Georg Brandl · 11 years ago
  89. b296d09 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  90. fe9e3b8 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  91. 1cfa0ba 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
  92. 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
  93. 9185a5a fix comment by Benjamin Peterson · 11 years ago
  94. 5df8a8a Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). by Antoine Pitrou · 11 years ago
  95. c13516b merge by Raymond Hettinger · 11 years ago
  96. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
  97. e9cbd18 Post-version release cleanup. by Larry Hastings · 11 years ago
  98. 44719a7 Version bump to 3.4.0a3. by Larry Hastings · 11 years ago
  99. 8568f66 Merge. by Larry Hastings · 11 years ago
  100. 60560b1 Post-3.4.0a2-release fixups. by Larry Hastings · 11 years ago