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
*
Branch merge
Éric Araujo
2011-04-24
5
-10/+26
|
\
|
*
Fix weird executable name
Éric Araujo
2011-04-22
1
-1/+1
|
*
Add a space to make json doc a bit more readable
Éric Araujo
2011-04-21
1
-1/+1
|
*
Fix argument name in reST doc to match the code
Éric Araujo
2011-04-20
1
-2/+2
|
*
Branch merge
Éric Araujo
2011-04-20
2
-6/+22
|
|
\
|
|
*
Advertise nesting directives for class/method and class/data combos.
Éric Araujo
2011-04-16
1
-4/+21
|
|
*
Kill last reference to defunct module
Éric Araujo
2011-03-26
1
-2/+1
*
|
|
Fix wrong function name. Noticed by Clive Darke.
Ezio Melotti
2011-04-20
1
-1/+1
*
|
|
Fix wrong number of functions noticed by Sandro Tosi.
Ezio Melotti
2011-04-19
1
-1/+1
|
/
/
*
|
#11865: fix typo in init.rst.
Ezio Melotti
2011-04-18
1
-1/+1
*
|
Small wording fix.
Georg Brandl
2011-04-16
1
-3/+4
*
|
Issue #11855: Apply missing formatting for urlretrieve
Eli Bendersky
2011-04-16
1
-5/+5
*
|
Add another example to the collections module docs.
Raymond Hettinger
2011-04-16
1
-0/+20
*
|
#11843: remove duplicate line from table in distutil doc.
Ezio Melotti
2011-04-15
1
-2/+0
*
|
#4783: document that is not possible to use json.dump twice on the same stream.
Ezio Melotti
2011-04-15
1
-0/+5
*
|
Issue #11827: remove mention of list2cmdline in the doc of subprocess
Eli Bendersky
2011-04-15
1
-6/+37
*
|
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
Ezio Melotti
2011-04-14
1
-29/+27
*
|
#9101: backport json reference in configparser doc.
Ezio Melotti
2011-04-14
1
-0/+10
*
|
Fix wording and clarify that the IDNA codec operates on full domain names.
R David Murray
2011-04-13
1
-2/+8
*
|
#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-3/+3
*
|
Fix typo noticed by Sandro Tosi.
Ezio Melotti
2011-04-03
1
-1/+1
*
|
Merge issue 11662.
Guido van Rossum
2011-03-29
1
-0/+4
|
\
\
|
*
|
Issue 11662: Fix vulnerability in urllib/urllib2.
guido@google.com
2011-03-29
1
-0/+4
*
|
|
#10617: add class directives to collections ABCs.
Ezio Melotti
2011-03-28
1
-8/+50
|
|
/
|
/
|
*
|
Tweaks to sys.flags description table.
Éric Araujo
2011-03-25
1
-25/+15
*
|
Remove untrue statement from tutorial
Éric Araujo
2011-03-25
1
-4/+1
*
|
Use universal construct os.path.expanduser('~') instead of os.environ['HOME']
Éric Araujo
2011-03-25
2
-2/+2
|
/
*
Issue #10610: Document that int(), float(), and complex() accept numeric lite...
Raymond Hettinger
2011-03-23
1
-40/+46
*
Issue #10771: Clarify that descriptors get used in an *owner* class or one of...
Raymond Hettinger
2011-03-22
1
-4/+5
*
Issue 10988: fix description of super's descriptor call.
Raymond Hettinger
2011-03-22
1
-1/+1
*
Issue #11625: Fix Typo
Raymond Hettinger
2011-03-22
1
-1/+2
*
Fix duplicate word.
Georg Brandl
2011-03-21
1
-1/+1
*
Fix typo in class name
Éric Araujo
2011-03-20
1
-1/+1
*
Markup fixes for #7198 patch.
R David Murray
2011-03-20
1
-3/+3
*
#7198: really add newline='' to csv.writer docs.
R David Murray
2011-03-20
1
-10/+11
*
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
1
-1/+1
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
#11216: document all possible set_charset execution paths.
R David Murray
2011-03-15
1
-9/+16
*
#11555: update doc for 3.x change to as_string mangle_from default.
R David Murray
2011-03-15
1
-3/+4
*
Remove redundant __contains__ entry from Message docs.
R David Murray
2011-03-15
1
-6/+0
*
Issue #10885: Fix multiprocessing docs typo
Ross Lagerwall
2011-03-14
1
-1/+1
*
Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...
Antoine Pitrou
2011-03-13
1
-14/+0
*
Fix markup in inputoutput.rst.
Ezio Melotti
2011-03-13
1
-16/+17
*
Fix typo.
Ezio Melotti
2011-03-12
1
-1/+1
*
trunc -> math.trunc (closes #11475)
Benjamin Peterson
2011-03-12
1
-1/+1
*
Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...
Senthil Kumaran
2011-03-12
1
-5/+6
*
#11446: fix incorrect PEP link.
Ezio Melotti
2011-03-11
1
-1/+1
*
Issue #11426: use 'with' statements on open files in CSV examples
Eli Bendersky
2011-03-11
1
-20/+26
*
#10999: Add missing documentation for chflags constants to stat module docs
R David Murray
2011-03-10
2
-32/+76
*
Use simpler assert in basic example.
Ezio Melotti
2011-03-10
1
-2/+2
[next]