Python 3.4.9
  1. 0a5a5af Version bump for 3.4.9 final. by Larry Hastings · 7 years ago v3.4.9
  2. 57b85d3 Post-release version bump for 3.4.9rc1. by Larry Hastings · 7 years ago
  3. c126fdc Version bump for 3.4.9rc1. by Larry Hastings · 7 years ago v3.4.9rc1
  4. f584ecd Post-release bump for Python 3.4.8. by Larry Hastings · 8 years ago
  5. a61d7f2 Version bump for 3.4.8. by Larry Hastings · 8 years ago v3.4.8
  6. 24396c0 Post-release version bump for 3.4.8rc1. by Larry Hastings · 8 years ago
  7. d5af78b Bump version and copyright year for 3.4.8rc1. by Larry Hastings · 8 years ago v3.4.8rc1
  8. ed51967 Post-release bump for 3.4.7 final. by Larry Hastings · 8 years ago
  9. 7dc3838 Version bump for 3.4.7 final. by Larry Hastings · 8 years ago v3.4.7
  10. 5c673dd Post-release bump for 3.4.7rc1. by Larry Hastings · 8 years ago
  11. c912af8 Version bump and copyright year fixes for 3.4.7rc1. by Larry Hastings · 8 years ago v3.4.7rc1
  12. a52b0a4 Post-release updates for 3.4.6. by Larry Hastings · 9 years ago
  13. 7f10ede Version bump for Python 3.4.6. by Larry Hastings · 9 years ago v3.4.6
  14. a7aa988 Post-release fixups for Python 3.4.6rc1. by Larry Hastings · 9 years ago
  15. d12551f Version bump for 3.4.6rc1. by Larry Hastings · 9 years ago v3.4.6rc1
  16. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 9 years ago
  17. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 9 years ago v3.4.5
  18. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 9 years ago v3.4.5rc1
  19. c4e70ff Post-release touchups for Python 3.4.4 final. by Larry Hastings · 10 years ago
  20. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 10 years ago v3.4.4
  21. 13cf490 Post-release fixups for Python 3.4.4rc1. by Larry Hastings · 10 years ago
  22. e739601 Version bump for 3.4.4rc1. by Larry Hastings · 10 years ago v3.4.4rc1
  23. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  24. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  25. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 10 years ago
  26. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 10 years ago
  27. 73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 10 years ago
  28. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  29. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 10 years ago
  30. e287746 Post-release changes for 3.4.3. by Larry Hastings · 10 years ago
  31. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
  32. 22fabe2 Fix typo: PyMem_Alloc => PyMem_Malloc by Victor Stinner · 11 years ago
  33. 833d192 Post-release updates for Python 3.4.3rc1. by Larry Hastings · 11 years ago
  34. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 11 years ago
  35. fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 11 years ago
  36. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  37. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 11 years ago
  38. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 11 years ago
  39. 60fe569 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 11 years ago
  40. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 11 years ago
  41. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 11 years ago
  42. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 11 years ago
  43. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 11 years ago
  44. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 11 years ago v3.4.2
  45. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 11 years ago v3.4.2rc1
  46. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 11 years ago
  47. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 11 years ago
  48. c7ceefc a post 3.4.1 world by Benjamin Peterson · 11 years ago
  49. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 11 years ago
  50. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 11 years ago v3.4.1
  51. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 11 years ago
  52. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 11 years ago v3.4.1rc1
  53. 7ddf3eb use imperative by Benjamin Peterson · 11 years ago
  54. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  55. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  56. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
  57. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  58. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 11 years ago
  59. 6b5284f Mark branch as being after Python 3.4.0rc3. by Larry Hastings · 11 years ago
  60. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago v3.4.0rc3
  61. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 12 years ago
  62. 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 12 years ago
  63. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 12 years ago
  64. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 12 years ago v3.4.0rc1
  65. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 12 years ago
  66. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 11 years ago v3.4.0rc2
  67. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 12 years ago
  68. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
  69. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  70. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 12 years ago
  71. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 12 years ago
  72. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 12 years ago
  73. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 12 years ago
  74. ee4cca6 Post-release bump for 3.4.0 beta 3. by Larry Hastings · 12 years ago
  75. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 12 years ago v3.4.0b3
  76. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 12 years ago
  77. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 12 years ago
  78. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 12 years ago
  79. e7ee44e Post-release engineering; updated NEWS and version string. by Larry Hastings · 12 years ago
  80. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 12 years ago v3.4.0b2
  81. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 12 years ago
  82. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 12 years ago
  83. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 12 years ago
  84. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 12 years ago
  85. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 12 years ago
  86. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 12 years ago
  87. b077c05 (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 12 years ago
  88. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 12 years ago
  89. 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 12 years ago
  90. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 12 years ago
  91. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 12 years ago
  92. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 12 years ago
  93. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 12 years ago v3.4.0b1
  94. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 12 years ago
  95. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 12 years ago
  96. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 12 years ago
  97. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 12 years ago
  98. a726192 oops, remove _PyObject_ReprWriter() definition (unwanted change) by Victor Stinner · 12 years ago
  99. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 12 years ago
  100. 1d2436a Post-release bump. by Georg Brandl · 12 years ago