1. 6246d6d bump magic number for DELETE_DEREF by Benjamin Peterson · 14 years ago
  2. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  3. c793779 Fix Issue #9752: MSVC compiler warning due to undefined function by Daniel Stutzbach · 14 years ago
  4. c9a8df2 Merged revisions 84655 via svnmerge from by Antoine Pitrou · 14 years ago
  5. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  6. f69af1e PEP 3149: Try to load the extension with the SOABI before trying by Matthias Klose · 14 years ago
  7. 3c6261a Merged revisions 84623 via svnmerge from by Antoine Pitrou · 14 years ago
  8. 079ce54 Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid by Antoine Pitrou · 14 years ago
  9. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  10. ef0e6c3 _warnings exposed two variables with the name 'default_action' and by Brett Cannon · 14 years ago
  11. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  12. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  13. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  14. 819a064 Issue 8403: Don't mask KeyboardInterrupt during peephole operation. by Raymond Hettinger · 14 years ago
  15. a1e5c69 Merged revisions 84214 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  16. 12844e6 Add tests for r84209 (crashes in the Ast builder) by Amaury Forgeot d'Arc · 14 years ago
  17. fc34ac5 Merged revisions 84209 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  18. 92dc80a Check the return values for all functions returning an ast node. by Amaury Forgeot d'Arc · 14 years ago
  19. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  20. 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
  21. 6961bd6 Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx(). by Victor Stinner · 14 years ago
  22. 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
  23. 4a3733d Issue #9425: save/restore exception on filename encoding by Victor Stinner · 14 years ago
  24. 2760a66 Merged revisions 81214,82302,82465,83090-83091,84097,84099 via svnmerge from by Florent Xicluna · 14 years ago
  25. 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
  26. f52b705 Create _Py_fopen() for PyUnicodeObject path by Victor Stinner · 14 years ago
  27. 8a79dcc _Py_stat(): ensure that path ends with a nul character by Victor Stinner · 14 years ago
  28. 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
  29. 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
  30. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  31. 1a4d12d Issue #9425: NullImporter constructor is fully unicode compliant by Victor Stinner · 14 years ago
  32. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  33. e1dd174 Issue #8411: new condition variable emulation under Windows for the new GIL, by Antoine Pitrou · 14 years ago
  34. 44c6c15 Issue #9425: Create load_builtin() subfunction by Victor Stinner · 14 years ago
  35. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  36. 2e5f117 Issue #9425: fix setup_context() for non-ascii filenames by Victor Stinner · 14 years ago
  37. b61d5c9 Merged revisions 83854 via svnmerge from by Antoine Pitrou · 14 years ago
  38. bddc9fe Issue #5319: Print an error if flushing stdout fails at interpreter shutdown. by Antoine Pitrou · 14 years ago
  39. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
  40. 611f8f5 Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  41. e87c0e1 Remove trailing whitespace. by Georg Brandl · 14 years ago
  42. fff9021 Update copyright years and add releases to release list. Also update Sphinx version number. by Georg Brandl · 14 years ago
  43. 8182b71 Issue #8991: convertbuffer() rejects discontigious buffers by Victor Stinner · 14 years ago
  44. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  45. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  46. 0bddfd0 Regenerate Python/graminit.c. by Mark Dickinson · 14 years ago
  47. 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 14 years ago
  48. f719733 Revert temporary debugging commits (r82752, r82754). by Mark Dickinson · 14 years ago
  49. 29241ee Another temporary checkin to diagnose test_float failure on 3.1 Ubuntu buildbot. by Mark Dickinson · 14 years ago
  50. 6f82646 Temporary checkin to try to diagnose i386 Ubuntu buildbot failure. by Mark Dickinson · 14 years ago
  51. d885e95 - sysmodule.c (get_hash_info): Define as static function. by Matthias Klose · 14 years ago
  52. ce5b6c4 Revert r82044, since it changed the semantics of negated imaginary literals. by Mark Dickinson · 14 years ago
  53. 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 14 years ago
  54. 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
  55. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  56. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  57. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  58. 1747999 Issue #8926: getargs.c: release the buffer on error by Victor Stinner · 14 years ago
  59. 21e0948 getbuffer(): release the buffer on error (if the buffer is not contiguous) by Victor Stinner · 14 years ago
  60. 3c9e6e9 PyArg_Parse*() functions: factorize code for s/z and u/Z formats by Victor Stinner · 14 years ago
  61. 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 14 years ago
  62. 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 14 years ago
  63. c87901d Merged revisions 82181 via svnmerge from by Stefan Krah · 14 years ago
  64. b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  65. 252e8e2 Merged revisions 82171 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 9aee2c8 Merged revisions 82169 via svnmerge from by Antoine Pitrou · 14 years ago
  67. 25bb0fd Merged revisions 82059,82061 via svnmerge from by Victor Stinner · 14 years ago
  68. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  69. 7c9627b Typo repair. by Barry Warsaw · 14 years ago
  70. a58eed9 Merged revisions 82043 via svnmerge from by Mark Dickinson · 14 years ago
  71. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  72. 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 14 years ago
  73. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  74. c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 14 years ago
  75. 7f84ab5 Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X by Victor Stinner · 14 years ago
  76. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 14 years ago
  77. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  78. 55b002f Merged revisions 81849 via svnmerge from by Victor Stinner · 14 years ago
  79. 5216e6d PyArg_Parse*("Z#") raises an error for unknown type by Victor Stinner · 14 years ago
  80. 93362d4 Merged revisions 81844 via svnmerge from by Victor Stinner · 14 years ago
  81. 55a5c78 Py_FatalError(): don't sys sys.last_xxx variables by Victor Stinner · 14 years ago
  82. a01c6b3 Merged revisions 81841 via svnmerge from by Victor Stinner · 14 years ago
  83. ecccc4f sys_pyfile_write() does nothing if file is NULL by Victor Stinner · 14 years ago
  84. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  85. 2872e5b convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure by Victor Stinner · 14 years ago
  86. 5cb6239 Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL by Victor Stinner · 14 years ago
  87. 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 14 years ago
  88. 43fb009 Remove dead code by Victor Stinner · 14 years ago
  89. 33109a1 Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no by Victor Stinner · 14 years ago
  90. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  91. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 14 years ago
  92. 71d305c Merged revisions 81400 via svnmerge from by Antoine Pitrou · 14 years ago
  93. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  94. 148051a Recorded merge of revisions 81364 via svnmerge from by Victor Stinner · 14 years ago
  95. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 14 years ago
  96. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  97. 306f010 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate by Victor Stinner · 14 years ago
  98. 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 14 years ago
  99. 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 14 years ago
  100. 2e71d01 Merged revisions 81250-81253 via svnmerge from by Victor Stinner · 14 years ago