summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Extended tuple's C API to include a new function, PyTuple_Pack() that isRaymond Hettinger2003-10-121-0/+1
* workaround for OpenBSD compiler bug w.r.t. handling of overflows.Anthony Baxter2003-09-301-1/+10
* Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().Martin v. Löwis2003-09-041-0/+1
* Bug #794140: cygwin builds do not embedJason Tishler2003-09-041-1/+6
* This patch enables the building of Cygwin Python with a static coreJason Tishler2003-09-041-1/+2
* Bump the trunk to 2.4a0Barry Warsaw2003-07-301-3/+3
* Repair botched release serial number.Tim Peters2003-07-291-1/+1
* Bump release level to 2.3 (we won't have time for this tomorrow).Tim Peters2003-07-291-2/+2
* Bump the version numberBarry Warsaw2003-07-251-1/+1
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-241-2/+2
* Bump the release number to 2.3c1.Tim Peters2003-07-171-3/+3
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-012-2/+2
* Bump version string to "2.3b2+".Tim Peters2003-06-301-1/+1
* FreeBSD 5.x uses different wchar_t/win_t guards than earlier versionsAndrew MacIntyre2003-06-291-0/+12
* Bump release level to 2.3b2.Tim Peters2003-06-291-2/+2
* Add PyThreadState_SetAsyncExc(long, PyObject *).Guido van Rossum2003-06-281-0/+4
* fix the curses module build failure on FreeBSD, reported in SF #740234.Andrew MacIntyre2003-06-111-0/+15
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-271-0/+2
* After Raymond's remark, I changed the Stackless bits toChristian Tismer2003-05-231-2/+2
* Generalized my type flags structure extension without being specific aboutChristian Tismer2003-05-231-4/+4
* Fix for SF [ 734869 ] Lambda functions in list comprehensionsJeremy Hylton2003-05-211-1/+1
* Preserved one bit in type objects for Stackless.Christian Tismer2003-05-201-0/+8
* Fix broken API descriptions in comments.Fred Drake2003-05-121-8/+7
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-0/+1
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-0/+2
* Add a reference to dictnotes.txt. It does no good if you don't know it'sRaymond Hettinger2003-05-031-0/+6
* Mark CVS as 2.3b1+.Guido van Rossum2003-04-301-1/+1
* Bump version number to 2.3b1.Tim Peters2003-04-241-3/+3
* Revert the previous enhancement to the bytecode optimizer.Raymond Hettinger2003-04-241-2/+0
* Improved the bytecode optimizer.Raymond Hettinger2003-04-221-0/+2
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-192-0/+48
* _Py_PrintReferences(): Changed to print object address at start of eachTim Peters2003-04-171-0/+1
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-172-0/+7
* - New C API PyGC_Collect(), same as calling gc.collect().Guido van Rossum2003-04-171-0/+3
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-172-0/+22
* - New function sys.call_tracing() allows pdb to debug codeGuido van Rossum2003-04-091-0/+2
* Typo repair.Tim Peters2003-04-081-2/+2
* New private API function _PyInstance_Lookup. gc will use this to figureTim Peters2003-04-071-0/+12
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-292-9/+9
* Improved new Py_TRACE_REFS gimmicks.Tim Peters2003-03-231-1/+1
* Refactored some of the Py_TRACE_REFS code. New private API functionTim Peters2003-03-231-0/+1
* New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is aTim Peters2003-03-201-0/+42
* Fixed SF bug #663074. The codec system was using global staticGustavo Niemeyer2003-03-191-0/+4
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-171-1/+1
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-0/+1
* - The extended type structure used for heap types (new-styleGuido van Rossum2003-03-071-0/+22
* Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz2003-03-061-1/+0
* Moved the Apple workaround for the guard define for wchar_t out ofJack Jansen2003-02-281-1/+2
* Fix spelling and grammar.Raymond Hettinger2003-02-281-5/+5
* Update PY_VERSION to indicate that we're beyond 2.3a2 now.Guido van Rossum2003-02-201-1/+1