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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
fix typo
Georg Brandl
2005-09-15
1
-1/+1
*
- Correct PyBool_FromLong's return type and its description.
Georg Brandl
2005-09-03
1
-251/+251
*
Fix PySet_Pop() notes.
Raymond Hettinger
2005-08-21
1
-2/+1
*
Add info about the set API.
Raymond Hettinger
2005-08-20
1
-0/+19
*
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
*
bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated
Georg Brandl
2005-07-17
1
-2/+2
*
Add a(nother) warning about mixing Py_NewInterpreter and the
Michael W. Hudson
2005-06-20
1
-0/+6
*
fix some silly whitespace stuff (must have hit M-q or something?)
Michael W. Hudson
2005-06-20
1
-13/+13
*
Fix grammar (it's -> its).
Neil Schemenauer
2005-06-18
2
-2/+2
*
Function signatures for tp_descr_get and tp_descr_set.
Thomas Heller
2005-03-24
1
-1/+15
*
Fix name for PyDateTime_FromDateAndTime.
Brett Cannon
2005-02-17
1
-1/+1
*
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
Brett Cannon
2005-02-13
2
-5/+4
*
Clean up discussion of new C thread idiom
Fred Drake
2005-01-19
1
-13/+11
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
2
-2/+2
*
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
*
SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick
Tim Peters
2004-10-11
1
-4/+12
*
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 #900727: Add Py_InitializeEx to allow embedding without signals.
Martin v. Löwis
2004-08-19
1
-0/+7
*
Spelling fix
Andrew M. Kuchling
2004-08-10
1
-1/+1
*
[Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:
Andrew M. Kuchling
2004-08-07
1
-10/+5
*
Use LaTeX markup
Andrew M. Kuchling
2004-08-07
1
-1/+1
*
[Bug #991883] Document calling condition
Andrew M. Kuchling
2004-08-07
1
-1/+2
*
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
*
Typo repair.
Tim Peters
2004-08-02
1
-1/+1
*
Completed a sentence I left dangling.
Tim Peters
2004-08-02
1
-1/+2
*
PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule:
Tim Peters
2004-08-02
1
-10/+28
*
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
*
Two typo fixes
Andrew M. Kuchling
2004-07-26
1
-2/+2
*
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
*
Formalize that the Py_VISIT macro requires that the tp_traverse
Tim Peters
2004-07-15
1
-5/+6
*
Documented the new Py_VISIT macro to simplify implementation of
Jim Fulton
2004-07-14
1
-0/+23
*
Implemented a new Py_CLEAR macro. This macro should be used when
Jim Fulton
2004-07-14
1
-0/+16
*
Claifications: visit procs are supplied by the core, users aren't
Tim Peters
2004-07-13
1
-3/+6
*
SF patch 986010: add missing doc for datetime C API, from
Tim Peters
2004-07-11
1
-15/+85
*
Add PyArg_VaParseTupleAndKeywords(). Document this function and
Brett Cannon
2004-07-10
1
-1/+14
*
Remove a few elderly sentences
Andrew M. Kuchling
2004-07-10
1
-9/+2
*
Replace example with simpler alternative using PyGILState_{Ensure,Require). ...
Andrew M. Kuchling
2004-07-10
1
-13/+5
*
[Bug #987835] Add documentation from PEP 311. (Untested TeX code.)
Andrew M. Kuchling
2004-07-10
1
-0/+36
[prev]
[next]