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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r87823 which moved the source link to the wrong section.
Raymond Hettinger
2011-01-07
1
-3/+5
*
Fix indent.
Georg Brandl
2011-01-07
1
-1/+1
*
Combine the two seealso sections.
Raymond Hettinger
2011-01-07
1
-6/+4
*
Issue #10827: Changed the rules for 2-digit years. The time.asctime
Alexander Belopolsky
2011-01-07
1
-15/+26
*
Mention multiprocessing.Queue in the queue docs
Antoine Pitrou
2011-01-07
1
-4/+9
*
Group seealsos
Antoine Pitrou
2011-01-07
2
-8/+4
*
Put those "seealso"s together
Antoine Pitrou
2011-01-07
3
-12/+5
*
Put those source links together
Antoine Pitrou
2011-01-07
1
-5/+3
*
atexit.py doesn't exist
Antoine Pitrou
2011-01-07
1
-5/+1
*
Put link to source at the end. There's nothing edificating in threading.py.
Antoine Pitrou
2011-01-07
1
-5/+6
*
#10856: document (Base)Exception.args better.
Georg Brandl
2011-01-07
1
-12/+26
*
#10846: fix typo.
Georg Brandl
2011-01-06
1
-3/+3
*
Elaborate about the GIL.
Antoine Pitrou
2011-01-06
1
-0/+12
*
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
Georg Brandl
2011-01-06
6
-42/+34
*
itertools, operator and functools are not really "numeric" modules; move them...
Georg Brandl
2011-01-06
3
-3/+16
*
Overhaul the documentation about socket timeouts.
Antoine Pitrou
2011-01-05
1
-49/+84
*
Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.
Antoine Pitrou
2011-01-05
1
-0/+7
*
#10790: make append work when output codec is different from input codec
R. David Murray
2011-01-05
1
-8/+9
*
Issue #8013: time.asctime and time.ctime no longer call system asctime
Alexander Belopolsky
2011-01-04
1
-1/+1
*
Enable unittest.TestCase to be instantiated without providing a method name.
Michael Foord
2011-01-03
1
-0/+5
*
Issue 10502: addition of unittestgui to Tools/
Michael Foord
2011-01-03
1
-0/+7
*
Issue 10786: unittest documentation update.
Michael Foord
2011-01-03
1
-4/+10
*
Some nits.
Antoine Pitrou
2011-01-02
2
-9/+12
*
Add a shutdown() call in the server example.
Antoine Pitrou
2011-01-02
1
-0/+1
*
Clarify behaviour of close() and shutdown() on sockets.
Antoine Pitrou
2011-01-02
1
-0/+6
*
Fix code indentation.
Georg Brandl
2011-01-02
1
-18/+18
*
#1665333: add more docs for optparse.OptionGroup.
Georg Brandl
2011-01-02
1
-25/+99
*
Remove mentions of the Demo directory.
Georg Brandl
2010-12-30
5
-19/+5
*
Remove some of the old demos. (Put a few somewhere else.)
Georg Brandl
2010-12-30
1
-0/+47
*
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
*
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
1
-27/+22
*
#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
1
-8/+14
*
#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
*
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
*
Fix typo (#10770)
Éric Araujo
2010-12-26
1
-1/+1
*
Remove unexistent parameter (#3216)
É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
*
Fix docs and comment for r87454.
Raymond Hettinger
2010-12-24
1
-1/+1
*
Issue #10587: Document the meaning of str methods.
Alexander Belopolsky
2010-12-23
1
-9/+23
*
Logging documentation updates.
Vinay Sajip
2010-12-22
1
-3/+4
*
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
4
-3845/+1790
[next]