1. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 7 years ago
  2. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  3. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 8 years ago
  4. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  5. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  6. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  7. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  8. 87672d7 Issue #28003: Fix a compiler warning by Yury Selivanov · 8 years ago
  9. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  10. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  11. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  12. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  13. c3ccaae sys_pyfile_write_unicode() now uses fast call by Victor Stinner · 8 years ago
  14. 78da82b call_trampoline() now uses fast call by Victor Stinner · 8 years ago
  15. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  16. 1845d14 Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. by Stefan Krah · 8 years ago
  17. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  18. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  19. b56837a Merge 3.5 by Victor Stinner · 8 years ago
  20. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  21. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 8 years ago
  22. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  23. cf01b68 sysmodule.c: reuse Py_STRINGIFY() macro by Victor Stinner · 9 years ago
  24. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  25. d8cf382 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  26. baa2e56 use our normal bracing style by Benjamin Peterson · 9 years ago
  27. 1dde177 Issue #24017: Plug ref leak. by Yury Selivanov · 9 years ago
  28. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  29. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  30. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  31. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  32. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  33. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  34. 5db1bb8 Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown. by Antoine Pitrou · 9 years ago
  35. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  36. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  37. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  38. 529ea5d Issue #21891: remove extraneous semicolon. by Ned Deily · 10 years ago
  39. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  40. 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 10 years ago
  41. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  42. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  43. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 10 years ago
  44. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 10 years ago
  45. 85c2497 Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 10 years ago
  46. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 10 years ago
  47. 11ee080 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 10 years ago
  48. 87a854d Fixed leak in sys.flags initialization. by Serhiy Storchaka · 10 years ago
  49. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 10 years ago
  50. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  51. 2384714 sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  52. 50e0157 (Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get by Victor Stinner · 11 years ago
  53. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  54. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  55. d67bd45 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions by Victor Stinner · 11 years ago
  56. d02fbb8 Issue #19512: sys_displayhook() now uses an identifier for "builtins" by Victor Stinner · 11 years ago
  57. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  58. 8fea252 Issue #18520: fix reference leak in _PySys_Init() by Victor Stinner · 11 years ago
  59. 0e1e043 #18839: merge with 3.3. by Ezio Melotti · 11 years ago
  60. 4af4d27 #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. by Ezio Melotti · 11 years ago
  61. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  62. 5804960 Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errors by Victor Stinner · 11 years ago
  63. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  64. de0e63b Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
  65. 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
  66. c61b913 #13226: update references from ctypes/DLFCN modules to os module by Andrew Kuchling · 11 years ago
  67. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 11 years ago
  68. 5c1c831 RISCOS support has been removed a long time ago. Remove last remains in sys.flags code. #16501 can be closed, too. by Christian Heimes · 12 years ago
  69. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  70. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  71. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  72. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  73. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  74. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  75. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  76. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  77. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 12 years ago
  78. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  79. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 12 years ago
  80. f4afa43 Issue #13226: Update sys.setdlopenflags() docstring by Victor Stinner · 13 years ago
  81. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  82. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  83. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  84. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  85. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  86. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  87. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  88. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  89. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  90. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 13 years ago
  91. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  92. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  93. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  94. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  95. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  96. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  97. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  98. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  99. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  100. 90e8f8c Fix count of flag fields. Being one short caused the 'quiet' option not to print. by Raymond Hettinger · 13 years ago