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
*
#7116: str.join() takes an iterable.
Georg Brandl
2009-10-14
1
-3/+4
*
#7126: os.environ changes *do* take effect in subprocesses started with os.sy...
Georg Brandl
2009-10-14
1
-3/+3
*
Fix markup.
Georg Brandl
2009-10-13
1
-1/+1
*
Various link, textual, and markup fixes
Andrew M. Kuchling
2009-10-13
1
-25/+28
*
Link to PEP
Andrew M. Kuchling
2009-10-13
1
-0/+5
*
platform we don't care about
Benjamin Peterson
2009-10-12
1
-6/+6
*
Fix broken links found by "make linkcheck". scipy.org seems to be done right...
Georg Brandl
2009-10-11
19
-89/+83
*
Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Man...
Georg Brandl
2009-10-11
12
-0/+5388
*
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...
Vinay Sajip
2009-10-10
1
-6/+12
*
Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.
Mark Dickinson
2009-10-08
1
-7/+25
*
Remove two notes
Andrew M. Kuchling
2009-10-05
1
-5/+1
*
Backport r73983: Document the thousands separator.
Andrew M. Kuchling
2009-10-05
1
-1/+5
*
Use standard comma punctuation; reword some sentences in the docs
Andrew M. Kuchling
2009-10-05
1
-4/+4
*
Reword sentence
Andrew M. Kuchling
2009-10-05
1
-1/+1
*
Add various items
Andrew M. Kuchling
2009-10-05
1
-144/+513
*
Note side benefit of socket.create_connection()
Andrew M. Kuchling
2009-10-05
1
-3/+7
*
Document 'skip' parameter to constructor
Andrew M. Kuchling
2009-10-05
1
-2/+10
*
Fix narkup
Andrew M. Kuchling
2009-10-05
1
-1/+1
*
Wording fix
Andrew M. Kuchling
2009-10-05
1
-1/+1
*
Issue #7028: Add note to hex() builtin docs pointing to float.hex().
Mark Dickinson
2009-10-03
1
-0/+5
*
#6516 added owner/group support for tarfiles in Distutils
Tarek Ziadé
2009-10-02
1
-5/+13
*
#7031: Add TestCase.assertIsInstance and negated method.
Georg Brandl
2009-10-01
1
-0/+16
*
Sync the 2.x `io` docs with py3k, with a small note as to the distinction
Antoine Pitrou
2009-10-01
1
-158/+267
*
Mention issue6972 in extractall docs about overwriting things outside of
Gregory P. Smith
2009-09-29
1
-0/+7
*
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
Philip Jenvey
2009-09-29
1
-20/+30
*
Issue 7008: Better document str.title and show how to work around the apostro...
Raymond Hettinger
2009-09-29
1
-2/+22
*
Issue #3366: Add gamma function to math module.
Mark Dickinson
2009-09-28
1
-0/+10
*
Documentation improvement for load_tests protocol in unittest. Issue 6515.
Michael Foord
2009-09-27
1
-0/+5
*
Tidied up name of parameter in StreamHandler
Vinay Sajip
2009-09-26
1
-2/+2
*
#7000: document "sep" in capwords. Add a few tests
Ezio Melotti
2009-09-26
1
-6/+8
*
comment out ugly xxx
Benjamin Peterson
2009-09-26
1
-2/+2
*
improved phrasing, markup and example
Ezio Melotti
2009-09-23
1
-8/+9
*
fix typos/rephrase
Benjamin Peterson
2009-09-22
1
-5/+5
*
Fix a minor doc syntax typo.
Brett Cannon
2009-09-22
1
-1/+1
*
Fixed a typo, and added sections on optimization and using arbitrary objects ...
Vinay Sajip
2009-09-22
1
-1/+48
*
Fix encoding name.
Georg Brandl
2009-09-22
1
-1/+1
*
Fix markup for external links.
Doug Hellmann
2009-09-20
2
-2/+2
*
Issue 6877: this patch makes it possible to link the readline extension
Ronald Oussoren
2009-09-20
1
-1/+11
*
#6881 - fixed wrong return type; improved the formatting
Ezio Melotti
2009-09-20
1
-10/+19
*
Fix references to threading.enumerate().
Georg Brandl
2009-09-19
1
-2/+2
*
#6946: fix duplicate index entries for datetime classes.
Georg Brandl
2009-09-19
1
-0/+4
*
#6930: clarify description about byteorder handling in UTF decoder routines.
Georg Brandl
2009-09-18
1
-12/+17
*
#6925: rewrite docs for locals() and vars() a bit.
Georg Brandl
2009-09-18
1
-10/+8
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
1
-2/+6
*
#6936: for interactive use, quit() is just fine.
Georg Brandl
2009-09-18
1
-1/+1
*
Make the optparse doc style a bit more standard: use standard description uni...
Georg Brandl
2009-09-17
1
-454/+510
*
Remove duplicate doc of enable/disable_interspersed_args.
Georg Brandl
2009-09-17
1
-27/+19
*
#6932: remove paragraph that advises relying on __del__ being called.
Georg Brandl
2009-09-17
1
-19/+26
*
String values should be shown with quotes, to avoid confusion with constants.
Georg Brandl
2009-09-17
1
-23/+23
*
rationalize a bit
Benjamin Peterson
2009-09-17
1
-2/+4
[next]