index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
api
/
concrete.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-0/+1
*
Add versionadded notes to PyUnicode_FromString(),
Walter Dörwald
2007-06-11
1
-2/+3
*
Document PyUnicode_FromFormat().
Walter Dörwald
2007-06-11
1
-0/+49
*
Document the existence of PyUnicode_InternInPlace() and
Walter Dörwald
2007-05-25
1
-0/+21
*
Fix typo.
Walter Dörwald
2007-05-24
1
-1/+1
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-4/+4
*
Add PyUnicode_FromString(), which create a unicode object from a
Walter Dörwald
2007-05-05
1
-0/+11
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-3/+37
*
Remove the deprecated and useless "pend" argument from
Georg Brandl
2007-03-18
1
-3/+2
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-11/+11
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+25
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-32/+44
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-14/+30
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-11/+16
*
Document new Py_ssize_t API.
Martin v. Löwis
2006-03-01
1
-1/+19
*
Make documentation match the implementation.
Martin v. Löwis
2006-03-01
1
-99/+99
*
Fix casing of function names.
Georg Brandl
2006-02-22
1
-3/+3
*
Bug #1013800: document PyFunction_* functions
Georg Brandl
2006-02-20
1
-1/+75
*
Clarify the docs for Py_UNICODE.
Marc-André Lemburg
2005-10-10
1
-6/+16
*
Part of SF patch #1313939: Speedup charmap decoding by extending
Walter Dörwald
2005-10-06
1
-1/+6
*
bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong
Georg Brandl
2005-09-28
1
-2/+2
*
- Correct PyBool_FromLong's return type and its description.
Georg Brandl
2005-09-03
1
-251/+251
*
Expand the API notes.
Raymond Hettinger
2005-08-17
1
-4/+5
*
Note that the PyNumber protocol can access most set methods directly.
Raymond Hettinger
2005-08-17
1
-3/+10
*
Numerous fix-ups to C API and docs. Added tests for C API.
Raymond Hettinger
2005-08-16
1
-15/+21
*
Add a C API for sets and frozensets.
Raymond Hettinger
2005-08-16
1
-0/+125
*
Fix grammar (it's -> its).
Neil Schemenauer
2005-06-18
1
-1/+1
*
Fix name for PyDateTime_FromDateAndTime.
Brett Cannon
2005-02-17
1
-1/+1
*
SF bug #1082944: Incorrect docs for PyUnicode_TailMatch
Raymond Hettinger
2004-12-10
1
-1/+2
*
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg
2004-11-22
1
-3/+7
*
Fix typo in PyDict_Items doc
Nicholas Bastin
2004-09-29
1
-1/+1
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-0/+25
*
[Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:
Andrew M. Kuchling
2004-08-07
1
-10/+5
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-9/+0
*
let's avoid the extra nesting where reasonable
Fred Drake
2004-08-03
1
-1/+1
*
Fix typo though
Neal Norwitz
2004-08-02
1
-2/+2
*
Fix doubled word.
Raymond Hettinger
2004-08-02
1
-1/+1
*
Add missing doc for Py_True/Py_False. Use the correct macro to define
Skip Montanaro
2004-07-29
1
-6/+16
*
A little boolean music if you please, maestro... (Not sure I have the
Skip Montanaro
2004-07-28
1
-0/+34
*
Fix an uncorrect function prototype.
Thomas Heller
2004-07-23
1
-1/+1
*
Supply missing word in new datetime docs, aggravated by copy-paste-edit.
Tim Peters
2004-07-17
1
-3/+3
*
SF patch 986010: add missing doc for datetime C API, from
Tim Peters
2004-07-11
1
-15/+85
*
SF patch 876130: add C API to datetime module, from Anthony Tuininga.
Tim Peters
2004-06-20
1
-36/+157
*
Note that memory returned by PyBuffer_New is not specifically aligned.
Neil Schemenauer
2004-06-08
1
-1/+3
*
Drop claims that Unicode always means UCS-2. Fixes #881861.
Martin v. Löwis
2004-06-03
1
-3/+4
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+9
*
Document PyModule_AddIntConstant to take a long. Fixes #962471.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis
2004-06-01
1
-0/+31
*
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
Raymond Hettinger
2004-03-25
1
-2/+2
[next]