1. 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
  2. 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
  3. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  4. 1a4d12d Issue #9425: NullImporter constructor is fully unicode compliant by Victor Stinner · 14 years ago
  5. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  6. e1dd174 Issue #8411: new condition variable emulation under Windows for the new GIL, by Antoine Pitrou · 14 years ago
  7. 44c6c15 Issue #9425: Create load_builtin() subfunction by Victor Stinner · 14 years ago
  8. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  9. 2e5f117 Issue #9425: fix setup_context() for non-ascii filenames by Victor Stinner · 14 years ago
  10. bddc9fe Issue #5319: Print an error if flushing stdout fails at interpreter shutdown. by Antoine Pitrou · 14 years ago
  11. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  12. e87c0e1 Remove trailing whitespace. by Georg Brandl · 14 years ago
  13. fff9021 Update copyright years and add releases to release list. Also update Sphinx version number. by Georg Brandl · 14 years ago
  14. 8182b71 Issue #8991: convertbuffer() rejects discontigious buffers by Victor Stinner · 14 years ago
  15. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  16. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  17. 0bddfd0 Regenerate Python/graminit.c. by Mark Dickinson · 14 years ago
  18. 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 14 years ago
  19. d885e95 - sysmodule.c (get_hash_info): Define as static function. by Matthias Klose · 14 years ago
  20. 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 14 years ago
  21. 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
  22. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  23. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  24. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  25. 21e0948 getbuffer(): release the buffer on error (if the buffer is not contiguous) by Victor Stinner · 14 years ago
  26. 3c9e6e9 PyArg_Parse*() functions: factorize code for s/z and u/Z formats by Victor Stinner · 14 years ago
  27. 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 14 years ago
  28. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  29. b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  30. 9aee2c8 Merged revisions 82169 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  32. 7c9627b Typo repair. by Barry Warsaw · 14 years ago
  33. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  34. 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 14 years ago
  35. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  36. c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 14 years ago
  37. 7f84ab5 Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X by Victor Stinner · 14 years ago
  38. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 14 years ago
  39. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  40. 5216e6d PyArg_Parse*("Z#") raises an error for unknown type by Victor Stinner · 14 years ago
  41. 55a5c78 Py_FatalError(): don't sys sys.last_xxx variables by Victor Stinner · 14 years ago
  42. ecccc4f sys_pyfile_write() does nothing if file is NULL by Victor Stinner · 14 years ago
  43. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  44. 2872e5b convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure by Victor Stinner · 14 years ago
  45. 5cb6239 Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL by Victor Stinner · 14 years ago
  46. 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 14 years ago
  47. 43fb009 Remove dead code by Victor Stinner · 14 years ago
  48. 33109a1 Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no by Victor Stinner · 14 years ago
  49. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  50. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 14 years ago
  51. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  52. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 14 years ago
  53. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  54. 306f010 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate by Victor Stinner · 14 years ago
  55. 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 14 years ago
  56. 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 14 years ago
  57. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 14 years ago
  58. beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 14 years ago
  59. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  60. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  61. 9467b21 Issue #4653: fix typo in flush_std_files() by Victor Stinner · 14 years ago
  62. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  63. d369726 Remove unnecessary assignments. by Mark Dickinson · 14 years ago
  64. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 6f137ca Merged revisions 81007 via svnmerge from by Jean-Paul Calderone · 14 years ago
  66. 8d93e49 PyErr_SetFromErrnoWithFilename() decodes the filename using by Victor Stinner · 14 years ago
  67. b001df0 err_input(): don't encode/decode the unicode message by Victor Stinner · 14 years ago
  68. 70cce42 read eval_breaker with atomic api with computed gotos by Benjamin Peterson · 14 years ago
  69. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  70. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  71. 14284c2 Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute by Victor Stinner · 14 years ago
  72. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  74. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  75. f96b784 Merged revisions 79837 via svnmerge from by Antoine Pitrou · 14 years ago
  76. c54eec3 Merged revisions 79763 via svnmerge from by Benjamin Peterson · 14 years ago
  77. 80d8fd8 Merged revisions 79642,79644 via svnmerge from by Benjamin Peterson · 14 years ago
  78. 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 14 years ago
  79. fa0aeba Merged revisions 79428 via svnmerge from by Benjamin Peterson · 14 years ago
  80. 120c212 Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding by Victor Stinner · 14 years ago
  81. 7588b8b nest if for clarity by Benjamin Peterson · 14 years ago
  82. afcee8b count keyword only arguments as part of the total by Benjamin Peterson · 14 years ago
  83. f3b7a25 Merged revisions 78028 via svnmerge from by Benjamin Peterson · 14 years ago
  84. 232ecb8 cleanup a bit by Benjamin Peterson · 14 years ago
  85. a567a77 Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from by Benjamin Peterson · 14 years ago
  86. e6dd2cb Merged revisions 79034 via svnmerge from by Benjamin Peterson · 14 years ago
  87. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago
  88. 252e400 Issue #8014: Fix incorrect error checks in structmember.c, and re-enable by Mark Dickinson · 14 years ago
  89. 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 14 years ago
  90. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 14 years ago
  91. b5cdf19 fix bootstrapping on machines with only 2.x installed by Benjamin Peterson · 14 years ago
  92. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  93. ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 14 years ago
  94. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 15 years ago
  95. 5749e85 Merged revisions 78620 via svnmerge from by Florent Xicluna · 15 years ago
  96. 24cec9f Merged revisions 78527,78550 via svnmerge from by Gregory P. Smith · 15 years ago
  97. 9a5b25a Strip out trailing whitespace. by Brett Cannon · 15 years ago
  98. 09259e2 check PyDict_New() for error by Benjamin Peterson · 15 years ago
  99. 23e018a only accept AttributeError as indicating no __prepare__ attribute on a metaclass, allowing lookup errors to propogate by Benjamin Peterson · 15 years ago
  100. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago