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
...
*
Happy New Year! (CET edition)
Georg Brandl
2010-12-31
3
-5/+5
*
Remove mentions of the Demo directory.
Georg Brandl
2010-12-30
6
-22/+5
*
Remove some of the old demos. (Put a few somewhere else.)
Georg Brandl
2010-12-30
1
-0/+47
*
Issue #10542: Document that identifiers use XID_Start XID_Continue*.
Martin v. Löwis
2010-12-30
1
-1/+5
*
Fix Issue10793 - hashlib documentation issue on return type of digest
Senthil Kumaran
2010-12-30
1
-1/+1
*
Fix same typo in docs.
R. David Murray
2010-12-29
1
-1/+1
*
Issue #10783: rephrase the changelog (new try)
Victor Stinner
2010-12-29
1
-1/+1
*
Rephrase PyUnicode_CompareWithASCIIString() documentation
Victor Stinner
2010-12-28
1
-2/+3
*
Issue #10783: rephrase the changelog (NEWS, What's new)
Victor Stinner
2010-12-28
1
-1/+1
*
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...
Georg Brandl
2010-12-28
1
-0/+5
*
Minor doc update for #9333. Took out the phrasing about os.symlink not
Brian Curtin
2010-12-28
1
-6/+9
*
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
Victor Stinner
2010-12-28
2
-27/+26
*
#10609: fix non-working dbm example.
Georg Brandl
2010-12-28
1
-4/+2
*
#10739: document that on Windows, socket.makefile() does not make a file that...
Georg Brandl
2010-12-28
2
-8/+15
*
Rewrap.
Georg Brandl
2010-12-28
1
-13/+13
*
#10781: clarify that *encoding* is not a parameter for Node objects in general.
Georg Brandl
2010-12-28
1
-3/+3
*
#10742: document readonly attribute of memoryviews.
Georg Brandl
2010-12-28
1
-0/+4
*
Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string
Victor Stinner
2010-12-28
1
-1/+1
*
Fix advice: call PyType_Ready to fill in ob_type of custom types.
Georg Brandl
2010-12-28
1
-3/+3
*
Remove confusing paragraph -- this is relevant only to advanced users anyway ...
Georg Brandl
2010-12-28
1
-8/+0
*
Replace sys.maxint mention by sys.maxsize.
Georg Brandl
2010-12-28
1
-1/+1
*
Issue #8966: Remove the documentation of ctypes.set_conversion_mode()
Victor Stinner
2010-12-28
1
-16/+0
*
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
Victor Stinner
2010-12-28
1
-2/+3
*
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
Victor Stinner
2010-12-27
1
-2/+3
*
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner
2010-12-27
1
-11/+20
*
Issue #9738: document encodings of unicode functions
Victor Stinner
2010-12-27
1
-1/+2
*
Issue #9738: Document encodings of error and warning functions
Victor Stinner
2010-12-27
1
-9/+16
*
Added logging documentation cross-references.
Vinay Sajip
2010-12-26
2
-4/+30
*
Improved logging cookbook for logging with multiprocessing.
Vinay Sajip
2010-12-26
1
-0/+100
*
Fix typo (#10770)
Éric Araujo
2010-12-26
1
-1/+1
*
Remove unexistent parameter (#3216)
Éric Araujo
2010-12-26
1
-1/+1
*
Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)
Éric Araujo
2010-12-26
1
-1/+1
*
Adopt symmetric names for arguments (actual/expected --> first/second).
Raymond Hettinger
2010-12-24
1
-5/+5
*
Logging documentation updates.
Vinay Sajip
2010-12-24
1
-8/+7
*
Added an XXX note to describe timedelta/timedelta feature.
Alexander Belopolsky
2010-12-24
1
-0/+3
*
Fix docs and comment for r87454.
Raymond Hettinger
2010-12-24
1
-1/+1
*
Issue #9063: Corrected the tzinfo example.
Alexander Belopolsky
2010-12-24
1
-1/+1
*
Issue #10587: Document the meaning of str methods.
Alexander Belopolsky
2010-12-23
1
-9/+23
*
Another trivial typo correction in whatsnew
Michael Foord
2010-12-22
1
-1/+1
*
Logging documentation updates.
Vinay Sajip
2010-12-22
3
-47/+48
*
Minor typo corrections in whatsnew
Michael Foord
2010-12-22
1
-3/+3
*
Add todo
Raymond Hettinger
2010-12-22
1
-0/+2
*
Both PEP 3131 and the current implementation use NFKC normalization
Alexander Belopolsky
2010-12-22
1
-2/+2
*
Document the alternate format for :ref:.
Raymond Hettinger
2010-12-21
1
-0/+2
*
Reference the release schedule
Raymond Hettinger
2010-12-21
1
-0/+3
*
Deprecate assertDictContainsSubset()
Raymond Hettinger
2010-12-21
1
-3/+6
*
Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit.
Antoine Pitrou
2010-12-21
1
-1/+11
*
Logging documentation updates.
Vinay Sajip
2010-12-19
3
-5/+26
*
Logging documentation reorganised.
Vinay Sajip
2010-12-19
7
-3845/+3737
*
#3243 follow-up: remove debugging print and fix docs; data is a bytes object.
v3.2b2
Georg Brandl
2010-12-19
2
-2/+2
[prev]
[next]