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