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
*
Merge with 3.2.
Georg Brandl
2011-07-30
1
-7/+11
|
\
|
*
Change test.support docs to be more specific about the nature of this module.
Georg Brandl
2011-07-30
1
-7/+12
*
|
Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ...
Eli Bendersky
2011-07-30
1
-5/+11
|
\
\
|
|
/
|
*
Issue #12531: add index entries to documentation of * and ** in function calls
Eli Bendersky
2011-07-30
1
-5/+11
*
|
fixing the smtplib.rst whitespaces.
Senthil Kumaran
2011-07-30
1
-1/+1
*
|
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...
Senthil Kumaran
2011-07-30
1
-8/+25
*
|
Merge from 3.2 (#9254, #8982, #9788)
Éric Araujo
2011-07-29
3
-18/+16
|
\
\
|
|
/
|
*
Document that atexit execution order is undefined (#9788)
Éric Araujo
2011-07-29
1
-1/+3
|
*
Add a link target for argparse.Namespace (#8982)
Éric Araujo
2011-07-29
1
-7/+10
|
*
Let the doc of __import__ link to importlib (#9254).
Éric Araujo
2011-07-29
1
-10/+3
|
*
Branch merge
Éric Araujo
2011-07-29
10
-85/+38
|
|
\
*
|
|
Expand shlex.quote example (#9723)
Éric Araujo
2011-07-29
1
-5/+22
*
|
|
Branch merge
Éric Araujo
2011-07-29
14
-93/+65
|
\
\
\
|
*
\
\
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
Éric Araujo
2011-07-29
11
-88/+40
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Branch merge
Éric Araujo
2011-07-28
6
-68/+20
|
|
|
\
\
|
|
|
*
\
Merge profile docs followup (#12417) from 3.1
Éric Araujo
2011-07-28
2
-55/+1
|
|
|
|
\
\
|
|
|
|
*
|
Remove mentions of previous license in profile module docs (#12417 followup).
Éric Araujo
2011-07-28
2
-55/+1
|
|
|
*
|
|
Turn raw URI into real link
Éric Araujo
2011-07-28
2
-3/+2
|
|
|
*
|
|
Update documentation for shutil.move (#12043) and fix a few typos.
Éric Araujo
2011-07-28
2
-10/+17
|
|
*
|
|
|
Make indentation comply with our style guide and the rest of the file
Éric Araujo
2011-07-26
1
-14/+14
|
|
*
|
|
|
Fix “anyways” (following R. David Murray in 4d5a546b6186)
Éric Araujo
2011-07-26
2
-2/+2
|
|
*
|
|
|
Fix reST references
Éric Araujo
2011-07-26
1
-1/+2
|
|
|
/
/
/
|
*
|
|
|
Fix reST role and missing word
Éric Araujo
2011-07-28
1
-2/+2
|
*
|
|
|
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
2
-3/+23
*
|
|
|
|
Merge from 3.2: Issue #12644: document the '%a' conversion in the old string ...
Eli Bendersky
2011-07-29
1
-3/+6
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Issue #12644: document the '%a' conversion in the old string formatting opera...
Eli Bendersky
2011-07-29
1
-3/+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Eli Bendersky
2011-07-29
1
-3/+5
*
|
|
|
fix doc typo for library/test.rst
Eli Bendersky
2011-07-27
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
#12547: Fix example in nntplib doc. Patch by July Tikhonov.
Ezio Melotti
2011-07-26
2
-3/+3
*
|
|
Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by
Charles-François Natali
2011-07-25
1
-4/+3
*
|
|
Issue #12102: Merge with 3.2.
Ross Lagerwall
2011-07-25
2
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #12102: Document that buffered files must be flushed before being used
Ross Lagerwall
2011-07-25
2
-0/+7
*
|
|
Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...
Antoine Pitrou
2011-07-23
1
-1/+9
*
|
|
Merge 3.2 branch.
Georg Brandl
2011-07-23
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix function name: open -> urlopen.
Georg Brandl
2011-07-23
1
-1/+1
|
*
|
#11435: link to the correct branch.
Ezio Melotti
2011-07-21
1
-1/+1
*
|
|
Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
Antoine Pitrou
2011-07-20
1
-0/+19
*
|
|
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray
2011-07-20
1
-0/+28
*
|
|
merge from 3.2 - Fix closes issue12524 - update http.client POST example with...
Senthil Kumaran
2011-07-20
1
-4/+6
|
\
\
\
|
|
/
/
|
*
|
Fix closes issue12524 - update http.client POST example with a working example.
Senthil Kumaran
2011-07-20
1
-4/+6
*
|
|
merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. P...
Senthil Kumaran
2011-07-19
1
-2/+4
|
\
\
\
|
|
/
/
|
*
|
Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion b...
Senthil Kumaran
2011-07-19
1
-2/+4
*
|
|
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...
Antoine Pitrou
2011-07-18
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...
Antoine Pitrou
2011-07-18
1
-1/+3
*
|
|
Fix English in packaging, too.
R David Murray
2011-07-18
1
-1/+1
*
|
|
Merge English fix.
R David Murray
2011-07-18
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Better English.
R David Murray
2011-07-18
1
-1/+1
*
|
|
merge heads
Benjamin Peterson
2011-07-18
2
-3/+14
|
\
\
\
|
*
|
|
Add Misc/NEWS entry and relevant doc change for issue 10271.
Brett Cannon
2011-07-18
1
-2/+1
|
*
|
|
fix whitespace in rst.
Senthil Kumaran
2011-07-17
1
-2/+2
|
|
\
\
\
|
|
|
/
/
[next]