| Commit message (Expand) | Author | Age | Files | Lines |
* | Take PyUnicode_TransformDecimalToASCII out of the limited API. | Georg Brandl | 2010-12-05 | 1 | -0/+2 |
|
|
* | Bump to 3.2b1. | Georg Brandl | 2010-12-04 | 1 | -3/+3 |
|
|
* | Expose CompileString, not CompileStringFlags under the | Martin v. Löwis | 2010-12-04 | 1 | -1/+1 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 2 | -5/+7 |
|
|
* | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -0/+11 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 59 | -29/+463 |
|
|
* | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -0/+1 |
|
|
* | #10439: document PyCodec C APIs. | Georg Brandl | 2010-11-20 | 1 | -4/+4 |
|
|
* | Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and | Mark Dickinson | 2010-11-20 | 1 | -8/+13 |
|
|
* | Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly | David Malcolm | 2010-11-17 | 1 | -1/+6 |
|
|
* | Post-release bumps. | Georg Brandl | 2010-11-16 | 1 | -1/+1 |
|
|
* | Issue #10413: Updated comments to reflect code changes | Alexander Belopolsky | 2010-11-16 | 1 | -18/+13 |
|
|
* | Bump to 3.2a4. | Georg Brandl | 2010-11-13 | 1 | -2/+2 |
|
|
* | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | Victor Stinner | 2010-11-08 | 1 | -1/+2 |
|
|
* | Issue #10288: The deprecated family of "char"-handling macros | David Malcolm | 2010-11-05 | 1 | -35/+0 |
|
|
* | Issue #10293: Remove obsolete field in the PyMemoryView structure, | Antoine Pitrou | 2010-11-04 | 2 | -2/+0 |
|
|
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -1/+0 |
|
|
* | Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for | Victor Stinner | 2010-10-24 | 1 | -2/+2 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -0/+1 |
|
|
* | follow up to #9778: define and use an unsigned hash type | Benjamin Peterson | 2010-10-23 | 1 | -1/+3 |
|
|
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+3 |
|
|
* | #4499: silence compiler warning on AIX. | R. David Murray | 2010-10-18 | 1 | -0/+2 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 8 | -27/+24 |
|
|
* | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -2/+4 |
|
|
* | Add an optional size argument to _Py_char2wchar() | Victor Stinner | 2010-10-16 | 1 | -1/+2 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 2 | -11/+7 |
|
|
* | Mark _Py_char2wchar() input argument as constant | Victor Stinner | 2010-10-15 | 1 | -1/+1 |
|
|
* | Post-release bumps. | Georg Brandl | 2010-10-12 | 1 | -1/+1 |
|
|
* | Bump to 3.2a3. | Georg Brandl | 2010-10-10 | 1 | -2/+2 |
|
|
* | Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() | Victor Stinner | 2010-10-09 | 1 | -2/+7 |
|
|
* | _Py_wrealpath() requires the size of the output buffer | Victor Stinner | 2010-10-07 | 1 | -1/+2 |
|
|
* | _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows | Victor Stinner | 2010-10-07 | 1 | -2/+2 |
|
|
* | Fix fileutils for Windows | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 2 | -11/+56 |
|
|
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | Issue #9630: Redecode filenames when setting the filesystem encoding | Victor Stinner | 2010-09-29 | 1 | -0/+7 |
|
|
* | Issue #9979: Create function PyUnicode_AsWideCharString(). | Victor Stinner | 2010-09-29 | 1 | -2/+17 |
|
|
* | Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, | Antoine Pitrou | 2010-09-28 | 1 | -0/+11 |
|
|
* | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -0/+1 |
|
|
* | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 1 | -0/+2 |
|
|
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 | 1 | -0/+1 |
|
|
* | Remove pointers to a FAQ entry that no longer exists. Incorporate some text ... | Daniel Stutzbach | 2010-09-14 | 1 | -7/+8 |
|
|
* | Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly | Antoine Pitrou | 2010-09-13 | 1 | -0/+1 |
|
|
* | #9210: remove --with-wctype-functions configure option. | Amaury Forgeot d'Arc | 2010-09-12 | 1 | -36/+1 |
|
|
* | Issue #9318: Use Py_LL for old compiler. | Hirokazu Yamamoto | 2010-09-11 | 1 | -2/+2 |
|
|
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on | Victor Stinner | 2010-09-11 | 2 | -3/+13 |
|
|
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -1/+0 |
|
|
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -0/+1 |
|
|
* | Post-release update. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | Bump to 3.2a2. | Georg Brandl | 2010-09-05 | 1 | -2/+2 |
|
|