summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* De-duplicate contents of pytime.hAntoine Pitrou2010-08-131-35/+0
* Issue #9425: Create PyErr_WarnFormat() functionVictor Stinner2010-08-131-0/+1
* Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99Alexander Belopolsky2010-08-111-0/+10
* Issue #9425: create Py_UNICODE_strrchr() functionVictor Stinner2010-08-101-0/+4
* correct commentBenjamin Peterson2010-08-091-1/+1
* Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-0/+1
* Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-052-0/+71
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-6/+0
* Post-release updates.Georg Brandl2010-07-311-1/+1
* Bump versions and review NEWS file.Georg Brandl2010-07-311-2/+2
* revert unintended changesBenjamin Peterson2010-07-202-2/+0
* move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-202-0/+2
* Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wideStefan Krah2010-07-191-6/+1
* make struct sequences subclass tuple; kill lots of codeBenjamin Peterson2010-07-071-8/+3
* Issue #9089: Remove references to intobject.c and intobject.h from comments.Mark Dickinson2010-06-271-1/+1
* #9078: fix some Unicode C API descriptions, in comments and docs.Georg Brandl2010-06-271-6/+6
* Add specification for the Py_IS* macros in pyctype.h.Stefan Krah2010-06-241-0/+3
* Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-171-6/+6
* Fix naming inconsistency.Mark Dickinson2010-06-071-2/+2
* Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_NearMark Dickinson2010-05-261-0/+8
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+14
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-211-0/+1
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-191-0/+1
* rephraseBenjamin Peterson2010-05-151-2/+2
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-151-0/+10
* Issue #8711: Document PyUnicode_DecodeFSDefault*() functionsVictor Stinner2010-05-141-8/+12
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-0915-1443/+1443
* alias PyUnicode_CompareWithASCIIBenjamin Peterson2010-05-071-0/+2
* Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-034-2/+685
* prevent the dict constructor from accepting non-string keyword args #8419Benjamin Peterson2010-04-242-0/+2
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-221-2/+2
* Merged revisions 80178 via svnmerge fromRonald Oussoren2010-04-181-1/+10
* Move _Py_char2wchar from python.c to main.c.Ronald Oussoren2010-04-181-1/+1
* Fix the --with-cxx-main build.Collin Winter2010-04-171-0/+6
* PEP 3147Barry Warsaw2010-04-171-0/+3
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-0/+35
* #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii valuesPhilip Jenvey2010-04-141-0/+3
* Merged revisions 79555 via svnmerge fromAntoine Pitrou2010-04-011-4/+0
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-181-0/+1
* Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946).Gregory P. Smith2010-03-141-3/+3
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-143-0/+23
* Merged revisions 78638 via svnmerge fromVictor Stinner2010-03-031-0/+2
* Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-241-9/+0
* Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strto...Eric Smith2010-02-221-3/+0
* Merged revisions 78189 via svnmerge fromMark Dickinson2010-02-141-4/+4
* Merged revisions 77842 via svnmerge fromMark Dickinson2010-01-301-0/+1
* Merged revisions 77581 via svnmerge fromAntoine Pitrou2010-01-171-1/+1
* Merged revisions 77573 via svnmerge fromAntoine Pitrou2010-01-171-1/+5
* Merged revisions 77234 via svnmerge fromMark Dickinson2010-01-021-7/+7
* Merged revisions 77088 via svnmerge fromGeorg Brandl2009-12-281-2/+4