summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* #10439: document PyCodec C APIs.Georg Brandl2010-11-201-4/+4
* Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX andMark Dickinson2010-11-201-8/+13
* Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitlyDavid Malcolm2010-11-171-1/+6
* Post-release bumps.Georg Brandl2010-11-161-1/+1
* Issue #10413: Updated comments to reflect code changesAlexander Belopolsky2010-11-161-18/+13
* Bump to 3.2a4.Georg Brandl2010-11-131-2/+2
* PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() failsVictor Stinner2010-11-081-1/+2
* Issue #10288: The deprecated family of "char"-handling macrosDavid Malcolm2010-11-051-35/+0
* Issue #10293: Remove obsolete field in the PyMemoryView structure,Antoine Pitrou2010-11-042-2/+0
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-281-1/+0
* Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name forVictor Stinner2010-10-241-2/+2
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-0/+1
* follow up to #9778: define and use an unsigned hash typeBenjamin Peterson2010-10-231-1/+3
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+3
* #4499: silence compiler warning on AIX.R. David Murray2010-10-181-0/+2
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-178-27/+24
* _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encodingVictor Stinner2010-10-171-2/+4
* Add an optional size argument to _Py_char2wchar()Victor Stinner2010-10-161-1/+2
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-152-11/+7
* Mark _Py_char2wchar() input argument as constantVictor Stinner2010-10-151-1/+1
* Post-release bumps.Georg Brandl2010-10-121-1/+1
* Bump to 3.2a3.Georg Brandl2010-10-101-2/+2
* Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()Victor Stinner2010-10-091-2/+7
* _Py_wrealpath() requires the size of the output bufferVictor Stinner2010-10-071-1/+2
* _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on WindowsVictor Stinner2010-10-071-2/+2
* Fix fileutils for WindowsVictor Stinner2010-10-071-1/+1
* Create fileutils.c/.hVictor Stinner2010-10-072-11/+56
* PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*Victor Stinner2010-10-071-1/+1
* Issue #9630: Redecode filenames when setting the filesystem encodingVictor Stinner2010-09-291-0/+7
* Issue #9979: Create function PyUnicode_AsWideCharString().Victor Stinner2010-09-291-2/+17
* Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,Antoine Pitrou2010-09-281-0/+11
* issue 9910Kristján Valur Jónsson2010-09-271-0/+1
* add column offset to all syntax errorsBenjamin Peterson2010-09-201-0/+2
* add PyErr_SyntaxLocationEx, to support adding a column offsetBenjamin Peterson2010-09-201-0/+1
* Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...Daniel Stutzbach2010-09-141-7/+8
* Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properlyAntoine Pitrou2010-09-131-0/+1
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-36/+1
* Issue #9318: Use Py_LL for old compiler.Hirokazu Yamamoto2010-09-111-2/+2
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-112-3/+13
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-1/+0
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+1
* Post-release update.Georg Brandl2010-09-051-1/+1
* Bump to 3.2a2.Georg Brandl2010-09-051-2/+2
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-2/+2
* Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()Victor Stinner2010-09-031-1/+1
* Create PyUnicode_strdup() functionVictor Stinner2010-09-011-1/+10
* Create Py_UNICODE_strcat() functionVictor Stinner2010-09-011-0/+3
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-12/+0
* Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() becomeAntoine Pitrou2010-09-011-0/+7
* Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...Daniel Stutzbach2010-08-311-2/+0