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
*
Elaborate about the GIL.
Antoine Pitrou
2011-01-06
2
-13/+35
*
Add acks where acks are due.
Georg Brandl
2011-01-06
1
-0/+1
*
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
Georg Brandl
2011-01-06
9
-56/+47
*
itertools, operator and functools are not really "numeric" modules; move them...
Georg Brandl
2011-01-06
3
-3/+16
*
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
Antoine Pitrou
2011-01-06
1
-3/+4
*
Nits
Raymond Hettinger
2011-01-06
1
-5/+4
*
Add PEP 3333 to whatsnew.
Raymond Hettinger
2011-01-06
1
-1/+32
*
Add more porting notes.
Raymond Hettinger
2011-01-05
1
-0/+7
*
Remove mention of codes pending further discussion on transform()/untransform().
Raymond Hettinger
2011-01-05
1
-10/+0
*
RC1 updates to whatsnew
Raymond Hettinger
2011-01-05
1
-26/+86
*
Overhaul the documentation about socket timeouts.
Antoine Pitrou
2011-01-05
1
-49/+84
*
Update tests and whatsnew for the 'quiet' flag
Raymond Hettinger
2011-01-05
1
-1/+8
*
Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.
Antoine Pitrou
2011-01-05
1
-0/+7
*
#10130: Prepare for building epub-format docs.
Georg Brandl
2011-01-05
3
-0/+23
*
Fix duplicate end tag.
Georg Brandl
2011-01-05
1
-1/+1
*
#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
*
logging HOWTO: fixed markup for numbered handler list.
Vinay Sajip
2011-01-04
1
-19/+15
*
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
*
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
[next]