| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -2/+3 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -3/+3 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -47/+17 |
|
|
* | getbuffer(): release the buffer on error (if the buffer is not contiguous) | Victor Stinner | 2010-06-24 | 1 | -0/+1 |
|
|
* | PyArg_Parse*() functions: factorize code for s/z and u/Z formats | Victor Stinner | 2010-06-24 | 1 | -96/+25 |
|
|
* | Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes | Victor Stinner | 2010-06-24 | 1 | -5/+0 |
|
|
* | Issue #9051: Instances of timezone class can now be pickled. | Alexander Belopolsky | 2010-06-23 | 1 | -2/+2 |
|
|
* | Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. | Stefan Krah | 2010-06-23 | 1 | -42/+42 |
|
|
* | Merged revisions 82169 via svnmerge from | Antoine Pitrou | 2010-06-22 | 1 | -11/+11 |
|
|
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 4 | -51/+61 |
|
|
* | Typo repair. | Barry Warsaw | 2010-06-17 | 1 | -4/+4 |
|
|
* | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 | 1 | -26/+0 |
|
|
* | getargs.c: remove last reference to "t#" format | Victor Stinner | 2010-06-13 | 1 | -1/+0 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -3/+17 |
|
|
* | Merged revisions 81906 via svnmerge from | Benjamin Peterson | 2010-06-11 | 1 | -1/+1 |
|
|
* | Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X | Victor Stinner | 2010-06-11 | 1 | -17/+19 |
|
|
* | Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, | Mark Dickinson | 2010-06-10 | 1 | -17/+3 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -40/+1 |
|
|
* | PyArg_Parse*("Z#") raises an error for unknown type | Victor Stinner | 2010-06-08 | 1 | -3/+4 |
|
|
* | Py_FatalError(): don't sys sys.last_xxx variables | Victor Stinner | 2010-06-08 | 1 | -1/+1 |
|
|
* | sys_pyfile_write() does nothing if file is NULL | Victor Stinner | 2010-06-08 | 1 | -0/+3 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 4 | -36/+4 |
|
|
* | convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure | Victor Stinner | 2010-06-06 | 1 | -0/+2 |
|
|
* | Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL | Victor Stinner | 2010-06-06 | 1 | -19/+11 |
|
|
* | use atomic structures in non-thread version | Benjamin Peterson | 2010-05-30 | 1 | -1/+1 |
|
|
* | Remove dead code | Victor Stinner | 2010-05-29 | 1 | -12/+1 |
|
|
* | Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no | Victor Stinner | 2010-05-28 | 1 | -11/+0 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+56 |
|
|
* | Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead | Victor Stinner | 2010-05-21 | 1 | -4/+6 |
|
|
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -2/+8 |
|
|
* | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 2 | -2/+4 |
|
|
* | Issue #8589: Decode PYTHONWARNINGS environment variable with the file system | Victor Stinner | 2010-05-19 | 1 | -8/+13 |
|
|
* | Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate | Victor Stinner | 2010-05-19 | 1 | -7/+16 |
|
|
* | Issue #6697: Fix a crash if a keyword contains a surrogate | Victor Stinner | 2010-05-19 | 1 | -6/+9 |
|
|
* | Issue #6697: Check that _PyUnicode_AsString() result is not NULL | Victor Stinner | 2010-05-19 | 1 | -5/+21 |
|
|
* | handle_system_exit() flushs files to warranty the output order | Victor Stinner | 2010-05-17 | 1 | -0/+4 |
|
|
* | Merged revisions 81220 via svnmerge from | Victor Stinner | 2010-05-15 | 1 | -1227/+1227 |
|
|
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -10/+2 |
|
|
* | Issue #8610: Load file system codec at startup, and display a fatal error on | Victor Stinner | 2010-05-15 | 2 | -22/+51 |
|
|
* | Issue #4653: fix typo in flush_std_files() | Victor Stinner | 2010-05-14 | 1 | -1/+1 |
|
|
* | Make PyErr_Occurred return NULL if there is no current thread. Previously it | Jeffrey Yasskin | 2010-05-13 | 1 | -3/+8 |
|
|
* | Remove unnecessary assignments. | Mark Dickinson | 2010-05-13 | 1 | -4/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 51 | -25045/+25045 |
|
|
* | Merged revisions 81007 via svnmerge from | Jean-Paul Calderone | 2010-05-09 | 1 | -0/+4 |
|
|
* | PyErr_SetFromErrnoWithFilename() decodes the filename using | Victor Stinner | 2010-05-08 | 1 | -1/+1 |
|
|
* | err_input(): don't encode/decode the unicode message | Victor Stinner | 2010-05-08 | 1 | -13/+12 |
|
|
* | read eval_breaker with atomic api with computed gotos | Benjamin Peterson | 2010-05-03 | 1 | -1/+1 |
|
|
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 5 | -55/+253 |
|
|
* | prevent the dict constructor from accepting non-string keyword args #8419 | Benjamin Peterson | 2010-04-24 | 1 | -0/+15 |
|
|
* | Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute | Victor Stinner | 2010-04-23 | 1 | -2/+45 |
|
|