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
*
#11843: Merge with 3.1.
Ezio Melotti
2011-04-15
1
-2/+0
|
\
|
*
#11843: remove duplicate line from table in distutil doc.
Ezio Melotti
2011-04-15
1
-2/+0
*
|
#4783: Merge with 3.1.
Ezio Melotti
2011-04-15
1
-0/+5
|
\
\
|
|
/
|
*
#4783: document that is not possible to use json.dump twice on the same stream.
Ezio Melotti
2011-04-15
1
-0/+5
*
|
merge from 3.1
Eli Bendersky
2011-04-15
1
-6/+38
|
\
\
|
|
/
|
*
Issue #11827: remove mention of list2cmdline in the doc of subprocess
Eli Bendersky
2011-04-15
1
-6/+37
*
|
#11840: Merge with 3.1.
Ezio Melotti
2011-04-14
1
-33/+31
|
\
\
|
|
/
|
*
#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
*
|
Merge: Fix wording and clarify that the IDNA codec operates on full domain na...
R David Murray
2011-04-13
1
-2/+8
|
\
\
|
|
/
|
*
Fix wording and clarify that the IDNA codec operates on full domain names.
R David Murray
2011-04-13
1
-2/+8
*
|
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-4/+4
|
\
\
|
|
/
|
*
#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-3/+3
*
|
Issue #11818: Fix tempfile examples for Python 3.
Ross Lagerwall
2011-04-10
1
-5/+5
*
|
Beautify and modernize the SequenceMatcher example
Raymond Hettinger
2011-04-10
1
-7/+9
*
|
Normalised whitespace.
Vinay Sajip
2011-04-08
1
-1/+1
*
|
Updated Formatter documentation.
Vinay Sajip
2011-04-08
1
-2/+9
*
|
Clarify that GzipFile.read1() isn't implemented.
Antoine Pitrou
2011-04-04
1
-1/+1
*
|
#11282: the fail* methods will stay around a few more versions.
Ezio Melotti
2011-04-03
1
-1/+1
*
|
Merge with 3.1
Ezio Melotti
2011-04-03
1
-1/+1
|
\
\
|
|
/
|
*
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 #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...
Raymond Hettinger
2011-03-31
1
-2/+9
*
|
|
Fix markup and wording.
Raymond Hettinger
2011-03-31
1
-3/+4
*
|
|
Add links to make the math docs more usable.
Raymond Hettinger
2011-03-31
1
-7/+23
*
|
|
Merge issue 11662.
Guido van Rossum
2011-03-29
1
-0/+4
|
\
\
\
|
*
\
\
Merge Issue 11662 from 3.1 branch.
guido@google.com
2011-03-29
1
-0/+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue 11662: Fix vulnerability in urllib/urllib2.
guido@google.com
2011-03-29
1
-0/+4
*
|
|
|
#10617: merge with 3.1.
Ezio Melotti
2011-03-28
1
-8/+50
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
#10617: add class directives to collections ABCs.
Ezio Melotti
2011-03-28
1
-8/+50
*
|
|
|
Issue #9343: Document that argparse parent parsers must be configured before ...
Steven Bethard
2011-03-26
1
-0/+5
*
|
|
|
Issue #8982: Improve the documentation for the argparse Namespace object.
Steven Bethard
2011-03-26
1
-5/+16
*
|
|
|
#10553: Explain why compileall has no command-line argument to control optimi...
Éric Araujo
2011-03-26
1
-0/+3
*
|
|
|
Merge 3.1
Éric Araujo
2011-03-26
4
-33/+19
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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 #11071: Fix whatsnew description of O/S access to raw bytes.
Raymond Hettinger
2011-03-25
1
-2/+2
|
|
/
|
/
|
*
|
Issue #10610: Document that int(), float(), and complex() accept numeric lite...
Raymond Hettinger
2011-03-23
1
-40/+46
|
\
\
|
|
/
|
*
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 #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 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
|
\
\
|
|
/
|
*
Issue #11625: Fix Typo
Raymond Hettinger
2011-03-22
1
-1/+2
*
|
Merge to 3.2.
Georg Brandl
2011-03-21
1
-1/+1
|
\
\
|
|
/
|
*
Fix duplicate word.
Georg Brandl
2011-03-21
1
-1/+1
*
|
Merge from 3.1
Éric Araujo
2011-03-20
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in class name
Éric Araujo
2011-03-20
1
-1/+1
[next]