1. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  2. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  3. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  4. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  5. df4518c Issue #22453: Removed non-documented macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  6. 1eba046 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  7. 60fe569 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  8. 4282656 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  9. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  10. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  11. b71c7dc Issue #22591: Drop support of MS-DOS by Victor Stinner · 10 years ago
  12. 78184af Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  13. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  14. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  15. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  16. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  17. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  18. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
  19. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  20. a0f3375 Merge fix for issue #22166 from 3.4 by Nick Coghlan · 10 years ago
  21. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  22. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  23. 5791a54 pytime.h: remove duplicated "#ifndef Py_LIMITED_API" by Victor Stinner · 10 years ago
  24. 0011124 Issue #22043: _PyTime_Init() now checks if the system clock works. by Victor Stinner · 10 years ago
  25. 121be0d Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  26. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  27. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  28. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  29. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  30. 7252a6e Issue #20179: Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat. by Martin v. Löwis · 10 years ago
  31. 1eee8e5 Issue #21803: remove macro indirections in complexobject.h by Antoine Pitrou · 10 years ago
  32. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  33. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 10 years ago
  34. e287746 Post-release changes for 3.4.3. by Larry Hastings · 10 years ago
  35. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
  36. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  37. c7ceefc a post 3.4.1 world by Benjamin Peterson · 10 years ago
  38. c12318a merge 3.4 (#21587) by Benjamin Peterson · 10 years ago
  39. 1a2cf9a remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  40. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 11 years ago
  41. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 11 years ago
  42. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 11 years ago
  43. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 11 years ago
  44. 39992d3 do not expose known hash api in stable API by Benjamin Peterson · 11 years ago
  45. 4b74fba Issue 21101: Internal API for dict getitem and setitem where the hash value is known. by Raymond Hettinger · 11 years ago
  46. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 11 years ago
  47. 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 11 years ago
  48. 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 11 years ago
  49. 6283691 #11983: update comment to describe which fields are used and why. by Andrew Kuchling · 11 years ago
  50. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
  51. 1d1d95b merge 3.4 by Benjamin Peterson · 11 years ago
  52. 7ddf3eb use imperative by Benjamin Peterson · 11 years ago
  53. 08eae43 Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  54. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  55. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 11 years ago
  56. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  57. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
  58. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  59. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 11 years ago
  60. 6b5284f Mark branch as being after Python 3.4.0rc3. by Larry Hastings · 11 years ago
  61. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago
  62. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  63. 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 11 years ago
  64. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 11 years ago
  65. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 11 years ago
  66. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  67. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 11 years ago
  68. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  69. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
  70. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  71. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  72. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 11 years ago
  73. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 11 years ago
  74. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  75. ee4cca6 Post-release bump for 3.4.0 beta 3. by Larry Hastings · 11 years ago
  76. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 11 years ago
  77. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 11 years ago
  78. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  79. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  80. e7ee44e Post-release engineering; updated NEWS and version string. by Larry Hastings · 11 years ago
  81. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 11 years ago
  82. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  83. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  84. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  85. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  86. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  87. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  88. b077c05 (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  89. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  90. 2ccf8e9 Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  91. 65846c6 Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. by Alexandre Vassalotti · 11 years ago
  92. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  93. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  94. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 11 years ago
  95. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  96. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  97. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 11 years ago
  98. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  99. a726192 oops, remove _PyObject_ReprWriter() definition (unwanted change) by Victor Stinner · 11 years ago
  100. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago