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
*
Add support for \textgreater, \textless.
Fred Drake
2002-04-04
1
-4/+9
*
Add a version annotation regarding the urlopen(proxies={...}).
Fred Drake
2002-04-04
1
-0/+2
*
The rest of the documentation for manual proxy configuration for a basic
Fred Drake
2002-04-04
1
-3/+20
*
Documentation for manual proxy configuration, by Andy Gimblett.
Fred Drake
2002-04-04
1
-0/+35
*
Mark the notice about the new development version of the docs as not needing
Fred Drake
2002-04-04
1
-0/+1
*
Removed old Digital Creations copyright/license notices (with
Guido van Rossum
2002-04-04
1
-3/+3
*
SF 539024, Fix broken link to numpy
Neal Norwitz
2002-04-04
1
-1/+1
*
Correct the descriptions of the PyObject_As*Buffer() return values.
Fred Drake
2002-04-04
1
-6/+6
*
Add empty section for bool
Andrew M. Kuchling
2002-04-03
1
-0/+12
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
3
-13/+58
*
Updated PEP link to point to the now-canonical site.
Fred Drake
2002-04-03
1
-1/+1
*
Update the PEP URL format to point to python.org.
Fred Drake
2002-04-03
1
-1/+1
*
Add a note warning against semicolons following PyObject_HEAD.
Fred Drake
2002-04-02
1
-5/+9
*
Add an item
Andrew M. Kuchling
2002-04-02
1
-0/+20
*
Add an experimental mechanism to support extending the pprint formatting.
Fred Drake
2002-04-02
1
-0/+23
*
Explain that os.spawn*() return the process handle on Windows.
Fred Drake
2002-04-01
1
-3/+5
*
There is no PyArg_ConvertTuple(); call it by the right name.
Fred Drake
2002-04-01
1
-1/+1
*
Fix up the documentation of the type codes to give both the C and Python
Fred Drake
2002-04-01
1
-17/+24
*
Change reference to execframes to naming.
Jeremy Hylton
2002-04-01
1
-1/+1
*
Restore a minimal definition of execution frame, since other parts of
Jeremy Hylton
2002-04-01
1
-0/+6
*
Update programmer's note on nested functions.
Jeremy Hylton
2002-04-01
1
-5/+5
*
Reword explanation of global statement since an undeclared global is a
Jeremy Hylton
2002-04-01
1
-3/+3
*
Note the sole case in which the ban on "from ... import *" within a
Jeremy Hylton
2002-04-01
1
-1/+5
*
Remove the following restriction:
Jeremy Hylton
2002-04-01
1
-4/+0
*
Note that it is illegal to delete a cell variable.
Jeremy Hylton
2002-04-01
1
-2/+6
*
Given lambda its own section, instead of burying it in boolean operators.
Jeremy Hylton
2002-04-01
1
-30/+7
*
Update / simplify Identifiers section for nested scopes.
Jeremy Hylton
2002-04-01
1
-18/+2
*
Update docs for nested scopes.
Jeremy Hylton
2002-04-01
2
-257/+134
*
Update to push the docs to python.org instead of python.sf.net.
Fred Drake
2002-04-01
2
-9/+12
*
Copy section on generators from the 2.2 document with a bit of rewriting
Andrew M. Kuchling
2002-04-01
1
-1/+153
*
Mention 2.2.1 in intro and in bug/patch counts
Andrew M. Kuchling
2002-04-01
1
-8/+11
*
Update documentation of code objects.
Jeremy Hylton
2002-04-01
1
-10/+15
*
Minor adjustments.
Fred Drake
2002-04-01
1
-1/+2
*
Small fixes for description of function attributes.
Jeremy Hylton
2002-04-01
1
-5/+3
*
Use the right types for a couple of fields of the type structure.
Fred Drake
2002-03-29
1
-2/+2
*
Started updating information about defining attributes on types.
Fred Drake
2002-03-29
1
-7/+171
*
Mark a couple of types that had not been marked.
Fred Drake
2002-03-28
1
-5/+5
*
Added comments for more entries of the type structure in the example
Fred Drake
2002-03-28
1
-19/+19
*
The new files included by \verbatiminput in newtypes.tex.
Fred Drake
2002-03-28
2
-0/+134
*
Move some of the longer example code to external fragments, and
Fred Drake
2002-03-28
1
-148/+31
*
Added index entries.
Fred Drake
2002-03-28
1
-0/+4
*
Extend \verbatiminput so that the typeset version provides the same appearance
Fred Drake
2002-03-28
1
-0/+14
*
Minor wording change.
Fred Drake
2002-03-28
1
-1/+1
*
add exception class hierarchy. This should probably be done differently,
Skip Montanaro
2002-03-28
1
-0/+44
*
Allow a page break in a code longish example.
Fred Drake
2002-03-28
1
-1/+3
*
Add documentation on the hasfree data object.
Fred Drake
2002-03-28
1
-0/+4
*
Minor consistency adjustments.
Fred Drake
2002-03-28
1
-11/+12
*
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake
2002-03-28
1
-2/+30
*
Ignore new output directory.
Fred Drake
2002-03-27
1
-0/+1
*
Expose C library's gettext. Fixes #516412.
Martin v. Löwis
2002-03-27
1
-0/+18
[next]