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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added example use of weak references, contributed by Tim Peters.
Fred Drake
2001-03-28
1
-0/+22
*
Added documentation for PyObject_IsInstance() and PyObject_IsSubclass().
Fred Drake
2001-03-28
1
-0/+36
*
Typo: "ariables" --> "variables"
Fred Drake
2001-03-28
1
-1/+1
*
Fix a number of small issues; this closes SF bug #411063.
Fred Drake
2001-03-28
1
-4/+4
*
Add a note that the "kfm" controller supports "konqueror" as well as the
Fred Drake
2001-03-26
1
-1/+3
*
Note missing explanation
Andrew M. Kuchling
2001-03-26
1
-2/+2
*
Document use_rawinput. (Although now that I think more about it, a
Guido van Rossum
2001-03-24
1
-1/+6
*
Strengthen the constraints on calling PyObject_GC_Fini().
Fred Drake
2001-03-23
1
-0/+5
*
Add nested scopes spec to appendix.
Jeremy Hylton
2001-03-23
4
-32/+161
*
Remove the annoying __version__ definitions.
Fred Drake
2001-03-23
3
-4/+0
*
Lots of small changes to make this work with the Python DOM bindings
Fred Drake
2001-03-23
1
-91/+95
*
Pick up the "encode" function from esistools instead of defining our own
Fred Drake
2001-03-23
1
-15/+9
*
No quotes around the "future" in the first use of the term "future
Fred Drake
2001-03-23
1
-1/+1
*
Re-write to no longer depend on an old version of PyXML. This now
Fred Drake
2001-03-23
1
-46/+273
*
Pick the "escape" function from the standard library instead of from PyXML.
Fred Drake
2001-03-23
1
-1/+1
*
Add conversions for more of the markup -- not all of this was around when
Fred Drake
2001-03-23
1
-1/+32
*
Add entry for the futures appendix in the reference manual.
Fred Drake
2001-03-23
1
-3/+3
*
Include the futures appendix.
Fred Drake
2001-03-23
1
-0/+3
*
Revise the markup so that this formats and uses markup consistently with
Fred Drake
2001-03-23
1
-28/+32
*
Add some initial text for the appendix on future statements and nested scopes.
Jeremy Hylton
2001-03-23
1
-0/+149
*
Note that assignments to __debug__ are illegal
Jeremy Hylton
2001-03-23
1
-0/+2
*
Revert to ver 1.22, which was the version before the nested scopes
Jeremy Hylton
2001-03-23
1
-91/+106
*
Bump version number.
Fred Drake
2001-03-23
1
-1/+1
*
Explain the difference between NL and NEWLINE.
Ka-Ping Yee
2001-03-23
1
-1/+4
*
Give a slightly better explanation of excepthook.
Ka-Ping Yee
2001-03-23
1
-4/+6
*
Update to the most recent weakref changes.
Fred Drake
2001-03-23
1
-11/+4
*
Add a paragraph about obmalloc turning up bugs in extension modules
Andrew M. Kuchling
2001-03-23
1
-2/+21
*
Add section for PEP 241
Andrew M. Kuchling
2001-03-23
1
-5/+109
*
Add sys.excepthook.
Ka-Ping Yee
2001-03-23
1
-3/+24
*
Bump the version number.
Fred Drake
2001-03-22
1
-1/+1
*
Update to the current state of the universe.
Fred Drake
2001-03-22
1
-5/+18
*
Be more clear about the specific rules for supporting the cyclic GC in an
Fred Drake
2001-03-22
1
-4/+126
*
Integrated an expanded version of some text from Neil Schemenauer about
Fred Drake
2001-03-21
1
-3/+85
*
Moved the description of the tzparse module to the "Obsolete" section
Fred Drake
2001-03-20
1
-4/+5
*
Markup nit: For the Python documents, we use \empt instead of \textit.
Fred Drake
2001-03-19
1
-1/+1
*
Add documentation for SGMLParser.handle_decl().
Fred Drake
2001-03-16
1
-0/+10
*
Finally fill in the documentation for the PyDict_Next() function. It is
Fred Drake
2001-03-16
1
-2/+20
*
Add some LaTeX magic so that Latin-1 characters do not get so badly
Fred Drake
2001-03-13
1
-0/+1
*
Py_BuildValue(): Add "D" conversion to create a Python complex value from
Fred Drake
2001-03-12
1
-0/+3
*
Fix a further markup problem noted by FLD
Andrew M. Kuchling
2001-03-10
1
-1/+1
*
Re-order some method descriptions for a more logical grouping.
Fred Drake
2001-03-08
1
-25/+25
*
Add more font flavors for <var> elements; the previous incarnation caused
Fred Drake
2001-03-08
1
-1/+1
*
Do not refer to "sub-modules" since that is not a defined term.
Fred Drake
2001-03-06
1
-7/+8
*
Re-word the explanation of the in/not in operators for increased content
Fred Drake
2001-03-06
1
-6/+14
*
Turn "Python Documentation Central" into just "Documentation Central"; some
Fred Drake
2001-03-06
1
-1/+1
*
Make sure the README files that contain page count information land in
Fred Drake
2001-03-06
1
-1/+1
*
Correct typos in Ping's email address.
Fred Drake
2001-03-06
1
-4/+4
*
Update documentation to reflect the shift to NetrcParseError instead of
Fred Drake
2001-03-06
1
-2/+10
*
Remove debugging "set -x".
Fred Drake
2001-03-03
1
-3/+0
*
Fix a few minor markup nits.
Fred Drake
2001-03-03
1
-13/+13
[next]