summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* PyUnicode_CopyCharacters() fails if 'to' has more than 1 referenceVictor Stinner2011-09-281-1/+2
* Clean up a few tabs that went in with PEP393.Ezio Melotti2011-09-283-18/+18
* Mark _PyUnicode_FindMaxCharAndNumSurrogatePairs() as privateVictor Stinner2011-09-281-12/+0
* Strip trailing spaces in unicodeobject.[ch]Victor Stinner2011-09-281-5/+5
* PyUnicode_CopyCharacters() checks for buffer and character overflowVictor Stinner2011-09-281-3/+15
* Mark PyUnicode_CONVERT_BYTES as privateVictor Stinner2011-09-281-15/+0
* Rename new macros to conform to naming rules (function macros have "Py" prefi...Georg Brandl2011-09-281-3/+3
* Set Py_UNICODE_REPLACEMENT_CHARACTER type to Py_UCS4, instead of Py_UNICODEVictor Stinner2011-09-281-1/+1
* Implement PEP 393.Martin v. Löwis2011-09-287-270/+543
* Fix typo in comment: _PyHash_Double -> _Py_HashDouble.Mark Dickinson2011-09-241-1/+1
* Merge 3.2: Fix PyUnicode_AsWideCharString() docVictor Stinner2011-09-061-1/+1
|\
| * Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null characterVictor Stinner2011-09-061-1/+1
| * Post-release version bump.Georg Brandl2011-09-041-1/+1
| * Merge with release clone.Georg Brandl2011-09-041-2/+2
| |\
| | * Bump to 3.2.2.Georg Brandl2011-09-031-3/+3
| | * Post-release steps.Georg Brandl2011-08-131-1/+1
| | * Bump version to 3.2.2rc1.Georg Brandl2011-08-131-4/+4
* | | merge 3.2Benjamin Peterson2011-09-011-0/+1
|\ \ \ | |/ /
| * | make sure to initialize the method wrapper typeBenjamin Peterson2011-09-011-0/+1
* | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-0/+7
|\ \ \ | |/ /
| * | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-0/+7
| |/
* | #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI...Ezio Melotti2011-08-221-0/+9
* | Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.Brian Curtin2011-08-111-0/+4
* | add a AST validator (closes #12575)Benjamin Peterson2011-08-091-0/+1
* | forgotten in f578ca44193dBenjamin Peterson2011-08-091-2/+2
* | add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-091-0/+1
* | #10741: merge with 3.2Sandro Tosi2011-08-071-1/+1
|\ \ | |/
| * #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-1/+1
| * Post-release steps for 3.2.1.Georg Brandl2011-07-091-1/+1
| * Bump version to 3.2.1.v3.2.1Georg Brandl2011-07-091-3/+3
| * Post-release steps.Georg Brandl2011-07-041-1/+1
| * Bump to 3.2.1rc2.Georg Brandl2011-07-031-2/+2
| * Set up branch to be rc2 next.Georg Brandl2011-05-211-1/+1
| * Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-151-2/+2
| * Bump to 3.2.1b1.Georg Brandl2011-05-081-4/+4
* | excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-181-1/+0
* | Issue #11863: Remove support for legacy systems deprecated in Python 3.2Antoine Pitrou2011-07-081-5/+0
* | add patchlevel to version stringBenjamin Peterson2011-07-081-1/+1
* | Issue #9642: Uniformize the tests on the availability of the mbcs codecVictor Stinner2011-07-041-2/+6
* | map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-261-0/+6
* | unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-15/+8
* | reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-5/+14
* | make PyImport_ImportModuleLevel's first arg const like similiar functions (cl...Benjamin Peterson2011-05-251-1/+1
* | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
|\ \ | |/
| * Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+2
| * Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-0/+1
* | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-1/+1
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
|\ \ | |/
| * Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-0/+1