summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary brackets from docstring optional arguments.Mark Dickinson2010-06-131-2/+2
* Issue #8973: Expanded Struct.__doc__.Alexander Belopolsky2010-06-121-1/+5
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-121-4/+4
* Issue #8973: Improve struct module docstrings.Mark Dickinson2010-06-121-22/+37
* Remove accidental (yet-to-be-reviewed) docstring changes included in r81947.Mark Dickinson2010-06-121-28/+21
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-121-21/+28
* Remove unused variable.Mark Dickinson2010-06-121-1/+1
* Issue #8981: Remove _struct.__version__.Mark Dickinson2010-06-121-6/+0
* readline: use PyUnicode_FSConverter() to parse filenamesVictor Stinner2010-06-111-10/+32
* locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filenameVictor Stinner2010-06-111-5/+17
* Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-111-1/+1
* Fix more undefined-behaviour inducing overflow checks in struct module.Mark Dickinson2010-06-111-19/+23
* Fix an incorrect return type.Mark Dickinson2010-06-111-1/+1
* Avoid possible undefined behaviour from signed overflow.Mark Dickinson2010-06-111-3/+6
* Issue #3129: Trailing digits in format string are no longer ignored.Alexander Belopolsky2010-06-111-2/+5
* Merged revisions 81889 via svnmerge fromEzio Melotti2010-06-111-1/+1
* Merged revisions 81860 via svnmerge fromAntoine Pitrou2010-06-091-98/+98
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-16/+0
* Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#Victor Stinner2010-06-071-1/+1
* Fix naming inconsistency.Mark Dickinson2010-06-071-1/+1
* Merged revisions 81756 via svnmerge fromAlexander Belopolsky2010-06-051-10/+16
* Merged revisions 81692 via svnmerge fromMartin v. Löwis2010-06-041-0/+6
* Issue8810: Clearing up docstring for tzinfo.utcoffset.Sean Reifscheider2010-06-041-2/+2
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-011-0/+2
* Issue #1289118: datetime.timedelta objects can now be multiplied by floatAlexander Belopolsky2010-05-311-1/+112
* Merged revisions 81602 via svnmerge fromMark Dickinson2010-05-291-16/+16
* Merged revisions 81566 via svnmerge fromAlexander Belopolsky2010-05-271-13/+16
* Issue #4870: Add an `options` attribute to SSL contexts, as well asAntoine Pitrou2010-05-211-0/+44
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-191-4/+5
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqliteVictor Stinner2010-05-194-6/+13
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.cVictor Stinner2010-05-191-2/+7
* Fix test_capi in !pydebug mode, where my original attempt segfaulted withoutJeffrey Yasskin2010-05-171-1/+5
* Issue #6697: Fix a crash if code of "python -c code" contains surrogatesVictor Stinner2010-05-171-4/+8
* Merged revisions 81241 via svnmerge fromAntoine Pitrou2010-05-161-0/+3
* Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the pathVictor Stinner2010-05-161-7/+9
* Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytesVictor Stinner2010-05-161-5/+5
* Fix (hopefully) the remaining test_ssl buildbot failuresAntoine Pitrou2010-05-161-0/+4
* Issue #8550: Add first class `SSLContext` objects to the ssl module.Antoine Pitrou2010-05-161-186/+349
* Recorded merge of revisions 81213 via svnmerge fromVictor Stinner2010-05-151-1994/+1994
* Remove unused variable, and fix a compilation warning on Windows.Amaury Forgeot d'Arc2010-05-151-1/+1
* Issue #8692: Improve performance of math.factorial:Mark Dickinson2010-05-151-20/+240
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-155-13/+5
* posix_listdir(), posix_readlink(): avoid temporary PyBytes objectVictor Stinner2010-05-141-38/+10
* Make PyErr_Occurred return NULL if there is no current thread. Previously itJeffrey Yasskin2010-05-131-0/+12
* Merged revisions 81115 via svnmerge fromAntoine Pitrou2010-05-121-33/+26
* Merged revisions 81098 via svnmerge fromAntoine Pitrou2010-05-111-4/+17
* Issue #8677: Make curses module PY_SSIZE_T_CLEAN.Mark Dickinson2010-05-111-1/+3
* Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN.Mark Dickinson2010-05-111-64/+70
* Merged revisions 81079 via svnmerge fromMark Dickinson2010-05-111-17/+8
* Merged revisions 81073 via svnmerge fromAndrew M. Kuchling2010-05-101-40/+40