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
...
*
Correct and update markup to match what we're doing on the trunk.
Fred Drake
2002-08-09
1
-38/+39
*
GvR pointed out that only enclosing function bodies are part of nested scopes.
Raymond Hettinger
2002-08-07
1
-5/+5
*
Described responsibilty of weakly referenced extension types to initialize
Raymond Hettinger
2002-08-07
1
-2/+23
*
Describe nested scopes in the tutorial. Closes SF bug 500704.
Raymond Hettinger
2002-08-07
1
-6/+11
*
Documented os.fsync and os.fdatasync. Closes SF bug 584695.
Raymond Hettinger
2002-08-07
1
-0/+11
*
Clarify that the bool instances are acceptable return values from
Fred Drake
2002-08-07
1
-3/+7
*
Document handling of raw-unicode-escapes. Closes SF bug 587087.
Raymond Hettinger
2002-08-06
1
-0/+8
*
Added references to the email package.
Fred Drake
2002-08-06
3
-0/+9
*
SF patch #591305 Documentation err in bytecode defs
Neal Norwitz
2002-08-05
1
-1/+1
*
SF patch #581414: info reader bug
Fred Drake
2002-07-30
1
-1/+3
*
Fix SF bug 587012, doc mentions inexistent builtin unistr
Neal Norwitz
2002-07-28
1
-2/+2
*
Small clarifications when referring to the sys.exc_* variables so that
Fred Drake
2002-07-25
1
-15/+15
*
reduce(): Clarified what is returned in the case of a sequence 1 item long and
Fred Drake
2002-07-17
1
-6/+6
*
Clarify the return value of __nonzero__(): It *must* be an integer.
Fred Drake
2002-07-12
1
-3/+3
*
Document gc.get_objects().
Fred Drake
2002-07-10
1
-0/+6
*
Note that unicode() can raise LookupError for unknown codecs.
Fred Drake
2002-07-09
1
-1/+2
*
Fix typo.
Fred Drake
2002-07-08
1
-1/+1
*
Fix typo reported by Kent Engström, and a bunch of broken markup.
Fred Drake
2002-07-08
1
-11/+11
*
Fix typo: "an Unicode string" --> "a Unicode string"
Fred Drake
2002-07-08
1
-2/+2
*
Add annotations that describe the change in the "errors" and "failures"
Fred Drake
2002-07-02
1
-0/+4
*
Update the documentation of the errors and failures attributes of the
Fred Drake
2002-07-02
1
-6/+48
*
Fixed bug 574978 shutil example out of sync with source code
Raymond Hettinger
2002-06-30
1
-2/+1
*
Fix bug 575221 referred to dictionary type instead of dict.
Raymond Hettinger
2002-06-30
1
-1/+1
*
Clarify the version information for the unicode() built-in.
Fred Drake
2002-06-29
1
-6/+9
*
Backport 1.37: dis.dis() also supports modules, (also backport other changes ...
Neal Norwitz
2002-06-26
1
-8/+49
*
Fix various typos reported to python-docs.
Fred Drake
2002-06-26
1
-4/+4
*
Fix typo reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Fix bug #573916. Sender and recipients reversed in email example.
Raymond Hettinger
2002-06-26
1
-2/+2
*
[Backport of recent changes to the SAX documentation.]
Fred Drake
2002-06-25
3
-43/+70
*
Fix typo
Raymond Hettinger
2002-06-25
1
-1/+1
*
Completed previous edit
Raymond Hettinger
2002-06-25
1
-2/+0
*
Close bug 480337: Dict used before dicts explained. Added explanation
Raymond Hettinger
2002-06-25
1
-0/+12
*
Close bug 417930 by clarifying augmented assignment docs
Raymond Hettinger
2002-06-25
1
-0/+14
*
Fix SF bug 568269 by enclosing 'computername' in a raw string
Raymond Hettinger
2002-06-25
1
-1/+1
*
Backport change to 1.58 giving Lambda a separate section.
Raymond Hettinger
2002-06-25
1
-30/+7
*
SF # 572928 One word change for lib/libgettext.tex
Neal Norwitz
2002-06-24
1
-1/+1
*
Correct the RE equivalent of scanf()'s %x and %X patterns.
Fred Drake
2002-06-22
1
-1/+1
*
Backport of Greg Ward's rev. 1.6 from the trunk:
Fred Drake
2002-06-21
1
-1/+1
*
Corrected return type and value information for PyUnicode_Count() and
Fred Drake
2002-06-20
2
-16/+20
*
Make the docs for string.capitalize() match those of str.capitalize()
Fred Drake
2002-06-20
1
-1/+1
*
SF 563530 added missing methods for emulating numeric types
Raymond Hettinger
2002-06-20
1
-0/+4
*
Typo: bites --> bytes
Fred Drake
2002-06-18
1
-1/+1
*
Add description of the deadlock problem with child processes and pipes, and
Fred Drake
2002-06-18
2
-0/+67
*
Add a note about "as" not being a keyword, though it has special meaning
Fred Drake
2002-06-18
1
-0/+7
*
Note the limitation that mime_decode_header() only works for Latin-1.
Fred Drake
2002-06-18
1
-0/+1
*
Clarified documentation for os.access().
Fred Drake
2002-06-18
1
-5/+7
*
Clarified description of error handling for shutil.rmtree().
Fred Drake
2002-06-18
1
-2/+3
*
Fix documentation for PyMarshal_WriteObjectToFile() and
Fred Drake
2002-06-17
1
-5/+5
*
Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()
Fred Drake
2002-06-14
2
-8/+18
*
Refer the reader to the correct module for constant definitions.
Fred Drake
2002-06-14
1
-1/+1
[prev]
[next]