- d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
- 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
- b0b384b Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other by Antoine Pitrou · 14 years ago
- 2fea9b9 issue 9786 Native TLS support for pthreads by Kristján Valur Jónsson · 14 years ago
- bc2eff3 PyImport_Import was using the old import hack of sticking a dummy value into by Brett Cannon · 14 years ago
- 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 14 years ago
- cd419ab Fix incorrect comment regarding MAGIC and TAG in import.c by Nick Coghlan · 14 years ago
- e208b7c typo by Benjamin Peterson · 14 years ago
- d0de25d use Py_REFCNT by Benjamin Peterson · 14 years ago
- d2be5b4 remove gil_drop_request in --without-threads by Benjamin Peterson · 14 years ago
- 00ebe2c use DISPATCH() instead of continue by Benjamin Peterson · 14 years ago
- 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
- 6246d6d bump magic number for DELETE_DEREF by Benjamin Peterson · 14 years ago
- ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
- c793779 Fix Issue #9752: MSVC compiler warning due to undefined function by Daniel Stutzbach · 14 years ago
- e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
- f69af1e PEP 3149: Try to load the extension with the SOABI before trying by Matthias Klose · 14 years ago
- 079ce54 Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid by Antoine Pitrou · 14 years ago
- 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
- ef0e6c3 _warnings exposed two variables with the name 'default_action' and by Brett Cannon · 14 years ago
- 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
- fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
- 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
- 819a064 Issue 8403: Don't mask KeyboardInterrupt during peephole operation. by Raymond Hettinger · 14 years ago
- 12844e6 Add tests for r84209 (crashes in the Ast builder) by Amaury Forgeot d'Arc · 14 years ago
- 92dc80a Check the return values for all functions returning an ast node. by Amaury Forgeot d'Arc · 14 years ago
- 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
- 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
- 6961bd6 Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx(). by Victor Stinner · 14 years ago
- 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
- 4a3733d Issue #9425: save/restore exception on filename encoding by Victor Stinner · 14 years ago
- 7976663 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() by Victor Stinner · 14 years ago
- f52b705 Create _Py_fopen() for PyUnicodeObject path by Victor Stinner · 14 years ago
- 8a79dcc _Py_stat(): ensure that path ends with a nul character by Victor Stinner · 14 years ago
- 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
- 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
- 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
- 1a4d12d Issue #9425: NullImporter constructor is fully unicode compliant by Victor Stinner · 14 years ago
- f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
- e1dd174 Issue #8411: new condition variable emulation under Windows for the new GIL, by Antoine Pitrou · 14 years ago
- 44c6c15 Issue #9425: Create load_builtin() subfunction by Victor Stinner · 14 years ago
- 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
- 2e5f117 Issue #9425: fix setup_context() for non-ascii filenames by Victor Stinner · 14 years ago
- bddc9fe Issue #5319: Print an error if flushing stdout fails at interpreter shutdown. by Antoine Pitrou · 14 years ago
- 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
- e87c0e1 Remove trailing whitespace. by Georg Brandl · 14 years ago
- fff9021 Update copyright years and add releases to release list. Also update Sphinx version number. by Georg Brandl · 14 years ago
- 8182b71 Issue #8991: convertbuffer() rejects discontigious buffers by Victor Stinner · 14 years ago
- 20f9c3c revert unintended changes by Benjamin Peterson · 15 years ago
- 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 15 years ago
- 0bddfd0 Regenerate Python/graminit.c. by Mark Dickinson · 15 years ago
- 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 15 years ago
- d885e95 - sysmodule.c (get_hash_info): Define as static function. by Matthias Klose · 15 years ago
- 7ab4b8d Merged revisions 77402,77505,77510 via svnmerge from by Benjamin Peterson · 15 years ago
- 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 15 years ago
- 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 15 years ago
- 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 15 years ago
- 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 15 years ago
- 21e0948 getbuffer(): release the buffer on error (if the buffer is not contiguous) by Victor Stinner · 15 years ago
- 3c9e6e9 PyArg_Parse*() functions: factorize code for s/z and u/Z formats by Victor Stinner · 15 years ago
- 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 15 years ago
- 1b7046b Issue #9051: Instances of timezone class can now be pickled. by Alexander Belopolsky · 15 years ago
- b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 15 years ago
- 9aee2c8 Merged revisions 82169 via svnmerge from by Antoine Pitrou · 15 years ago
- 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 15 years ago
- 7c9627b Typo repair. by Barry Warsaw · 15 years ago
- d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 15 years ago
- 510b622 getargs.c: remove last reference to "t#" format by Victor Stinner · 15 years ago
- 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 15 years ago
- c629d51 Merged revisions 81906 via svnmerge from by Benjamin Peterson · 15 years ago
- 7f84ab5 Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X by Victor Stinner · 15 years ago
- c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 15 years ago
- 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 15 years ago
- 5216e6d PyArg_Parse*("Z#") raises an error for unknown type by Victor Stinner · 15 years ago
- 55a5c78 Py_FatalError(): don't sys sys.last_xxx variables by Victor Stinner · 15 years ago
- ecccc4f sys_pyfile_write() does nothing if file is NULL by Victor Stinner · 15 years ago
- 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 15 years ago
- 2872e5b convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure by Victor Stinner · 15 years ago
- 5cb6239 Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL by Victor Stinner · 15 years ago
- 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 15 years ago
- 43fb009 Remove dead code by Victor Stinner · 15 years ago
- 33109a1 Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no by Victor Stinner · 15 years ago
- dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 15 years ago
- 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 15 years ago
- f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 15 years ago
- 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 15 years ago
- 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 15 years ago
- 306f010 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate by Victor Stinner · 15 years ago
- 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 15 years ago
- 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 15 years ago
- e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 15 years ago
- beba826 Merged revisions 81220 via svnmerge from by Victor Stinner · 15 years ago
- ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 15 years ago
- b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 15 years ago
- 9467b21 Issue #4653: fix typo in flush_std_files() by Victor Stinner · 15 years ago
- 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 15 years ago
- d369726 Remove unnecessary assignments. by Mark Dickinson · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 6f137ca Merged revisions 81007 via svnmerge from by Jean-Paul Calderone · 15 years ago
- 8d93e49 PyErr_SetFromErrnoWithFilename() decodes the filename using by Victor Stinner · 15 years ago