1. d2be5b4 remove gil_drop_request in --without-threads by Benjamin Peterson · 14 years ago
  2. 00ebe2c use DISPATCH() instead of continue by Benjamin Peterson · 14 years ago
  3. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  4. 6246d6d bump magic number for DELETE_DEREF by Benjamin Peterson · 14 years ago
  5. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  6. c793779 Fix Issue #9752: MSVC compiler warning due to undefined function by Daniel Stutzbach · 14 years ago
  7. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  8. f69af1e PEP 3149: Try to load the extension with the SOABI before trying by Matthias Klose · 14 years ago
  9. 079ce54 Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid by Antoine Pitrou · 14 years ago
  10. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  11. ef0e6c3 _warnings exposed two variables with the name 'default_action' and by Brett Cannon · 14 years ago
  12. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  13. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  14. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  15. 819a064 Issue 8403: Don't mask KeyboardInterrupt during peephole operation. by Raymond Hettinger · 14 years ago
  16. 12844e6 Add tests for r84209 (crashes in the Ast builder) by Amaury Forgeot d'Arc · 14 years ago
  17. 92dc80a Check the return values for all functions returning an ast node. by Amaury Forgeot d'Arc · 14 years ago
  18. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  19. 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
  20. 6961bd6 Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx(). by Victor Stinner · 14 years ago
  21. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  22. 4a3733d Issue #9425: save/restore exception on filename encoding by Victor Stinner · 14 years ago
  23. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  24. f52b705 Create _Py_fopen() for PyUnicodeObject path by Victor Stinner · 14 years ago
  25. 8a79dcc _Py_stat(): ensure that path ends with a nul character by Victor Stinner · 14 years ago
  26. 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
  27. 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
  28. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  29. 1a4d12d Issue #9425: NullImporter constructor is fully unicode compliant by Victor Stinner · 14 years ago
  30. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  31. e1dd174 Issue #8411: new condition variable emulation under Windows for the new GIL, by Antoine Pitrou · 14 years ago
  32. 44c6c15 Issue #9425: Create load_builtin() subfunction by Victor Stinner · 14 years ago
  33. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  34. 2e5f117 Issue #9425: fix setup_context() for non-ascii filenames by Victor Stinner · 14 years ago
  35. bddc9fe Issue #5319: Print an error if flushing stdout fails at interpreter shutdown. by Antoine Pitrou · 14 years ago
  36. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  37. e87c0e1 Remove trailing whitespace. by Georg Brandl · 14 years ago
  38. fff9021 Update copyright years and add releases to release list. Also update Sphinx version number. by Georg Brandl · 14 years ago
  39. 8182b71 Issue #8991: convertbuffer() rejects discontigious buffers by Victor Stinner · 14 years ago
  40. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  41. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  42. 0bddfd0 Regenerate Python/graminit.c. by Mark Dickinson · 14 years ago
  43. 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 14 years ago
  44. d885e95 - sysmodule.c (get_hash_info): Define as static function. by Matthias Klose · 14 years ago
  45. 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 14 years ago
  46. 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
  47. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  48. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  49. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  50. 21e0948 getbuffer(): release the buffer on error (if the buffer is not contiguous) by Victor Stinner · 14 years ago
  51. 3c9e6e9 PyArg_Parse*() functions: factorize code for s/z and u/Z formats by Victor Stinner · 14 years ago
  52. 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 14 years ago
  53. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  54. b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  55. 9aee2c8 Merged revisions 82169 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  57. 7c9627b Typo repair. by Barry Warsaw · 14 years ago
  58. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  59. 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 14 years ago
  60. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  61. c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 14 years ago
  62. 7f84ab5 Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X by Victor Stinner · 14 years ago
  63. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 14 years ago
  64. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  65. 5216e6d PyArg_Parse*("Z#") raises an error for unknown type by Victor Stinner · 14 years ago
  66. 55a5c78 Py_FatalError(): don't sys sys.last_xxx variables by Victor Stinner · 14 years ago
  67. ecccc4f sys_pyfile_write() does nothing if file is NULL by Victor Stinner · 14 years ago
  68. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  69. 2872e5b convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure by Victor Stinner · 14 years ago
  70. 5cb6239 Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL by Victor Stinner · 14 years ago
  71. 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 14 years ago
  72. 43fb009 Remove dead code by Victor Stinner · 14 years ago
  73. 33109a1 Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no by Victor Stinner · 14 years ago
  74. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  75. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 14 years ago
  76. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 14 years ago
  78. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  79. 306f010 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate by Victor Stinner · 14 years ago
  80. 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 14 years ago
  81. 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 14 years ago
  82. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 14 years ago
  83. beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 14 years ago
  84. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  85. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  86. 9467b21 Issue #4653: fix typo in flush_std_files() by Victor Stinner · 14 years ago
  87. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  88. d369726 Remove unnecessary assignments. by Mark Dickinson · 14 years ago
  89. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  90. 6f137ca Merged revisions 81007 via svnmerge from by Jean-Paul Calderone · 14 years ago
  91. 8d93e49 PyErr_SetFromErrnoWithFilename() decodes the filename using by Victor Stinner · 14 years ago
  92. b001df0 err_input(): don't encode/decode the unicode message by Victor Stinner · 14 years ago
  93. 70cce42 read eval_breaker with atomic api with computed gotos by Benjamin Peterson · 14 years ago
  94. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  95. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  96. 14284c2 Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute by Victor Stinner · 14 years ago
  97. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  99. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  100. f96b784 Merged revisions 79837 via svnmerge from by Antoine Pitrou · 14 years ago