| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
|
|
* | Update copyright years and add releases to release list. Also update Sphinx ... | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
|
|
* | Issue #8991: convertbuffer() rejects discontigious buffers | Victor Stinner | 2010-07-28 | 1 | -21/+8 |
|
|
* | revert unintended changes | Benjamin Peterson | 2010-07-20 | 3 | -20/+11 |
|
|
* | move test_trace.py so as not to conflict with future tests for the trace module | Benjamin Peterson | 2010-07-20 | 3 | -11/+20 |
|
|
* | Regenerate Python/graminit.c. | Mark Dickinson | 2010-07-12 | 1 | -18/+82 |
|
|
* | #3071: tell how many values were expected when unpacking too many. | Georg Brandl | 2010-07-10 | 1 | -1/+2 |
|
|
* | - sysmodule.c (get_hash_info): Define as static function. | Matthias Klose | 2010-07-06 | 1 | -1/+1 |
|
|
* | Merged revisions 77402,77505,77510 via svnmerge from | Benjamin Peterson | 2010-06-28 | 1 | -10/+17 |
|
|
* | Merged revisions 81380 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -1/+2 |
|
|
* | 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 |
|
|