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
*
Merge: Fix wording and clarify that the IDNA codec operates on full domain na...
R David Murray
2011-04-13
1
-2/+8
|
\
|
*
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
|
\
\
\
|
|
/
/
|
*
|
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
*
|
|
Fix markup.
Raymond Hettinger
2011-04-12
1
-2/+2
*
|
|
Added 'handlers' argument to logging.basicConfig.
Vinay Sajip
2011-04-11
1
-1/+16
*
|
|
#2650: re.escape() no longer escapes the "_".
Ezio Melotti
2011-04-10
1
-3/+6
*
|
|
Merge with 3.2
Ross Lagerwall
2011-04-10
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
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
|
\
\
\
|
|
/
/
|
*
|
Beautify and modernize the SequenceMatcher example
Raymond Hettinger
2011-04-10
1
-7/+9
*
|
|
faulthandler: fix unregister() if it is called before register()
Victor Stinner
2011-04-08
1
-1/+2
*
|
|
Merged whitespace fix.
Vinay Sajip
2011-04-08
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Normalised whitespace.
Vinay Sajip
2011-04-08
1
-1/+1
*
|
|
Merged doc fix in 3.2.
Vinay Sajip
2011-04-08
1
-2/+9
|
\
\
\
|
|
/
/
|
*
|
Updated Formatter documentation.
Vinay Sajip
2011-04-08
1
-2/+9
*
|
|
#1690608: make formataddr RFC2047 aware.
R David Murray
2011-04-06
1
-1/+8
*
|
|
Clarify that GzipFile.read1() is now implemented
Antoine Pitrou
2011-04-04
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Clarify that GzipFile.read1() isn't implemented.
Antoine Pitrou
2011-04-04
1
-1/+1
*
|
|
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...
Antoine Pitrou
2011-04-03
1
-0/+16
*
|
|
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
Antoine Pitrou
2011-04-03
2
-122/+83
*
|
|
#11282: merge with 3.2.
Ezio Melotti
2011-04-03
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.2
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 #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
2
-9/+10
*
|
|
|
Fix markup.
Georg Brandl
2011-04-01
1
-2/+2
*
|
|
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...
Raymond Hettinger
2011-03-31
1
-2/+9
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
|
|
\
\
\
*
|
|
|
|
Issue #11393: Fix the documentation (cancel_dump_traceback_later)
Victor Stinner
2011-03-31
1
-3/+3
*
|
|
|
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
4
-1/+146
*
|
|
|
|
Merge.
guido@google.com
2011-03-29
11
-71/+155
|
\
\
\
\
\
|
*
|
|
|
|
Remove the 'strict' argument to Parser, deprecated since 2.4.
R David Murray
2011-03-29
1
-8/+3
|
*
|
|
|
|
#10617: merge with 3.2.
Ezio Melotti
2011-03-28
1
-8/+50
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
#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
|
*
|
|
|
|
Add optional *func* argument to itertools.accumulate().
Raymond Hettinger
2011-03-28
1
-5/+28
|
*
|
|
|
|
Issue #9343: Document that argparse parent parsers must be configured before ...
Steven Bethard
2011-03-26
1
-0/+5
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
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. (Me...
Steven Bethard
2011-03-26
1
-5/+16
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
Issue #8982: Improve the documentation for the argparse Namespace object.
Steven Bethard
2011-03-26
1
-5/+16
[next]