summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/concrete.rst
Commit message (Expand)AuthorAgeFilesLines
* C API doc: try to group concrete objectsVictor Stinner2013-11-071-7/+15
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
* Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-281-0/+1
* Buffers are not sequence objects (!). Put them in the abstract objects layersAntoine Pitrou2010-09-281-1/+0
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-0/+1
* remove cobject referenceBenjamin Peterson2009-07-011-1/+0
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+1
* Merged revisions 63678,63688,63690,63696 via svnmerge fromBenjamin Peterson2008-05-261-0/+1
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-261-1/+1
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-3330/+31
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-7/+7
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-1/+1
* Big fat todo.Georg Brandl2008-01-051-0/+1
* Fix role usage.Georg Brandl2007-12-211-1/+1
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+41
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-081-11/+5
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-5/+10
* Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...Georg Brandl2007-12-021-143/+79
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+17
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-21/+8
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-1/+2
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-2/+2
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-3/+3
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-261-9/+0
* Remove duplicate entry for PyObject_AsFileDescriptor.Georg Brandl2007-10-231-2/+6
* Issue 1267, continued.Guido van Rossum2007-10-221-19/+11
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-191-0/+6
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-5/+5
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-171-1/+1
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-011-260/+12
* - document bytes()Georg Brandl2007-08-311-71/+0
* Kill lingering docs references to UnicodeType.Collin Winter2007-08-281-1/+1
* Fix stupid typo in Lib/encodings/utf_32.py which led to failing testsWalter Dörwald2007-08-171-2/+7
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+68
* Complete truncated sentence.Walter Dörwald2007-08-161-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+3676
option> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Windows dll's should be executable.jan.nijtmans2013-10-312-0/+0
* Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as produ...jan.nijtmans2013-06-121-0/+0
* Upgrade to zlib 1.2.8jan.nijtmans2013-05-1393-494/+3764
* Bug [3599194]: compat/fake-rfc2553.c is brokenjan.nijtmans2013-02-231-3/+3
* eliminate dependancy of compat/*.h on tcl.hjan.nijtmans2012-12-264-7/+0
|\
| * eliminate dependancy of compat/*.h on tcl.hjan.nijtmans2012-12-265-151/+115
* | Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dlljan.nijtmans2012-09-072-0/+0
* | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildjan.nijtmans2012-08-132-0/+0
* | upgrade to 1.2.7 build of dlljan.nijtmans2012-06-151-0/+0
* | some more removals from zlib1.2.7jan.nijtmans2012-05-043-820/+0
* | files removed from zlib-1.2.7jan.nijtmans2012-05-0437-10456/+0
* | zlib-1.2.7jan.nijtmans2012-05-0396-1703/+6048
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-0221-43/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0219-38/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0124-53/+0
| | * Fixed obvious stupid error. [Bug 1786647]dkf2007-09-061-1/+1
| | * * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introducedandreas_kupries2007-01-221-2/+2
| | * Fix [Bug 1631017]dkf2007-01-221-4/+5
| | * Bug 1317477Kevin B Kenny2005-11-041-12/+20
| | * * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-1/+5
| | * added definition of NULL to strstr.c for Bug 1175161Kevin B Kenny2005-04-121-1/+6
| | * * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-4/+10
| | * * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-21/+77
* | | Implement TIP#162rmax2010-09-282-0/+438
* | | Remove mslu completely, see Feature Req #2819611nijtmans2010-08-143-182/+0
* | | Official build of zlib1.dll 1.2.5 is finally available, so put it innijtmans2010-07-293-0/+148
* | | Include "tcl.h", not <tcl.h>,nijtmans2010-04-295-19/+10
* | | If tclInt.h or tclPort.h is alreadynijtmans2010-04-272-4/+2
* | | Upgrade to zlib 1.2.5nijtmans2010-04-20116-15108/+15386
* | | Upgrade zlib to version 1.2.4nijtmans2010-03-16