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
*
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
3
-36/+18
|
|
\
*
|
|
Expand shlex.quote example (#9723)
Éric Araujo
2011-07-29
1
-5/+22
*
|
|
Branch merge
Éric Araujo
2011-07-29
6
-41/+43
|
\
\
\
|
*
\
\
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
Éric Araujo
2011-07-29
4
-38/+20
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Branch merge
Éric Araujo
2011-07-28
2
-35/+17
|
|
|
\
\
|
|
|
*
\
Merge profile docs followup (#12417) from 3.1
Éric Araujo
2011-07-28
1
-25/+1
|
|
|
|
\
\
|
|
|
|
*
|
Remove mentions of previous license in profile module docs (#12417 followup).
Éric Araujo
2011-07-28
1
-25/+1
|
|
|
*
|
|
Update documentation for shutil.move (#12043) and fix a few typos.
Éric Araujo
2011-07-28
1
-10/+16
|
|
*
|
|
|
Fix “anyways” (following R. David Murray in 4d5a546b6186)
Éric Araujo
2011-07-26
1
-1/+1
|
|
|
/
/
/
|
*
|
|
|
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
|
|
|
/
/
|
|
/
|
|
*
|
|
|
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
1
-2/+2
*
|
|
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
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #12102: Document that buffered files must be flushed before being used
Ross Lagerwall
2011-07-25
1
-0/+6
*
|
|
Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...
Antoine Pitrou
2011-07-23
1
-1/+9
*
|
|
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
*
|
|
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
|
|
\
\
\
|
|
|
/
/
|
|
*
|
fix whitespace nit.
Senthil Kumaran
2011-07-17
1
-2/+2
|
*
|
|
merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http...
Senthil Kumaran
2011-07-17
1
-1/+8
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and htt...
Senthil Kumaran
2011-07-17
1
-1/+8
|
*
|
|
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definit...
Senthil Kumaran
2011-07-17
1
-0/+5
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sa...
Senthil Kumaran
2011-07-17
1
-0/+5
*
|
|
|
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson
2011-07-18
1
-5/+0
|
/
/
/
*
|
|
merge from 3.2
Senthil Kumaran
2011-07-17
1
-18/+20
|
\
\
\
|
|
/
/
|
*
|
Fix Issue10403 - datetime documentation clarification based on review in the ...
Senthil Kumaran
2011-07-17
1
-18/+20
*
|
|
merge from 3.2
Senthil Kumaran
2011-07-17
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Fix closes Issue11436 - Minor clarification to struct documentation for 's' f...
Senthil Kumaran
2011-07-17
1
-4/+5
*
|
|
remove ast.__version__ (closes #12273)
Benjamin Peterson
2011-07-16
1
-3/+0
*
|
|
Remove duplicate "numbered" options for toctrees.
Georg Brandl
2011-07-15
1
-3/+0
*
|
|
Fix :file: constructs in packaging.database docs
Éric Araujo
2011-07-15
1
-2/+2
*
|
|
Close #6755: Add get_wch() method to curses.window class
Victor Stinner
2011-07-14
1
-0/+8
*
|
|
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-3/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-3/+0
*
|
|
Issue #12550: Add chain optional argument to faulthandler.register()
Victor Stinner
2011-07-13
1
-2/+2
[next]