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
*
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
*
|
Use infinitive, not 3rd person of present tense.
Antoine Pitrou
2011-07-10
1
-1/+1
|
\
\
|
|
/
|
*
Use infinitive, not 3rd person of present tense.
Antoine Pitrou
2011-07-10
1
-1/+1
*
|
Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.
Antoine Pitrou
2011-07-10
1
-18/+43
|
\
\
|
|
/
|
*
Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.
Antoine Pitrou
2011-07-10
1
-18/+43
*
|
Mention logging.captureWarnings in the warnings module doc.
Antoine Pitrou
2011-07-09
1
-0/+4
|
\
\
|
|
/
|
*
Mention logging.captureWarnings in the warnings module doc.
Antoine Pitrou
2011-07-09
1
-0/+4
|
*
Move sys.subversion at the right place in alphabetical order, and informally ...
Antoine Pitrou
2011-07-09
1
-12/+18
*
|
Issue #12326: document the recommended idiom for checking sys.platform on Uni...
Antoine Pitrou
2011-07-09
2
-0/+19
|
\
\
|
|
/
|
*
Issue #12326: document the recommended idiom for checking sys.platform on Uni...
Antoine Pitrou
2011-07-09
2
-0/+19
*
|
Fix syntax in packaging docs and update suspicious ignore file.
Georg Brandl
2011-07-09
1
-1/+1
*
|
(merge 3.2) Issue #12423: Fix os.abort() documentation
Victor Stinner
2011-07-08
1
-2/+3
|
\
\
|
|
/
|
*
Issue #12423: Fix os.abort() documentation
Victor Stinner
2011-07-08
1
-2/+3
*
|
merge from 3.2
Senthil Kumaran
2011-07-04
2
-2/+2
|
\
\
|
|
/
|
*
Fix whitespace nit in datetime and os rst files.
Senthil Kumaran
2011-07-04
2
-2/+2
*
|
Merge from 3.2 . Replace the term members with correct and appropriate termi...
Senthil Kumaran
2011-07-04
21
-124/+126
|
\
\
|
|
/
|
*
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...
Senthil Kumaran
2011-07-04
21
-124/+126
*
|
Merge with 3.2.
Georg Brandl
2011-07-04
1
-1/+1
|
\
\
|
|
/
|
*
Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release.
Georg Brandl
2011-07-04
1
-1/+1
|
|
\
|
|
*
Fix bad markup.
Georg Brandl
2011-07-03
1
-1/+1
*
|
|
merge from 3.2
Senthil Kumaran
2011-07-03
1
-37/+38
|
\
\
\
|
|
/
/
|
*
|
reST indentation fix in sqlite3 docs. rst uses 3 space indentation.
Senthil Kumaran
2011-07-03
1
-37/+38
|
|
/
*
|
merge #12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-8/+19
|
\
\
|
|
/
|
*
#12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-8/+19
*
|
Issue #12442: add shutil.disk_usage()
Giampaolo Rodola'
2011-07-01
1
-0/+8
*
|
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
2
-2/+12
|
\
\
|
|
/
|
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
2
-2/+12
*
|
Closes #12419: Added ident to SysLogHandler.
Vinay Sajip
2011-06-27
1
-0/+9
*
|
Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...
Giampaolo Rodola'
2011-06-27
1
-0/+8
*
|
#11363: merge with 3.2.
Ezio Melotti
2011-06-26
1
-87/+135
|
\
\
|
|
/
|
*
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
Ezio Melotti
2011-06-26
1
-0/+48
|
*
#11363: clean up curses doc.
Ezio Melotti
2011-06-26
1
-87/+87
|
*
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
Ezio Melotti
2011-06-25
1
-3/+3
*
|
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
Ezio Melotti
2011-06-25
1
-3/+3
*
|
Issue 11889: Clarify docs for enumerate.
Raymond Hettinger
2011-06-25
1
-8/+7
|
\
\
|
|
/
|
*
Issue 11889: Clarify docs for enumerate.
Raymond Hettinger
2011-06-25
1
-8/+7
*
|
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
Ross Lagerwall
2011-06-25
1
-2/+43
*
|
Merge #12228
Mark Dickinson
2011-06-25
1
-2/+2
|
\
\
|
|
/
|
*
Merge #12228
Mark Dickinson
2011-06-25
1
-2/+2
|
|
\
|
|
*
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
Mark Dickinson
2011-06-25
1
-2/+2
*
|
|
Fix typo (reported by Hiro Ashiya).
Raymond Hettinger
2011-06-25
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fix typo (reported by Hiro Ashiya).
Raymond Hettinger
2011-06-25
1
-2/+2
*
|
|
merge #9921: clarify os.path.join joining algorithm
R David Murray
2011-06-24
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
#9921: clarify os.path.join joining algorithm
R David Murray
2011-06-24
1
-4/+5
*
|
|
#10354: remove last public mentions of 'template' and comment as private.
R David Murray
2011-06-23
1
-1/+1
[next]