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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1079: Fix parsing of encoded words.
R David Murray
2012-06-02
5
-19/+113
*
null merge
Sandro Tosi
2012-06-02
0
-0/+0
|
\
|
*
backport c4bd68be5fc6 to 3.2
Sandro Tosi
2012-06-02
1
-1/+1
*
|
Issue #14926: merge with 3.2
Sandro Tosi
2012-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #14926: fix docstring highlight
Sandro Tosi
2012-06-02
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2012-06-02
1
-8/+8
|
\
\
|
|
/
|
*
refer to time.strftime
Sandro Tosi
2012-06-02
1
-8/+8
*
|
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
|
\
\
|
|
/
|
*
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
*
|
Issue #14814: use print() function
Sandro Tosi
2012-06-02
1
-1/+1
*
|
Issue #14814: minor spelling fixes
Sandro Tosi
2012-06-02
1
-4/+4
*
|
merge 3.2
Benjamin Peterson
2012-06-02
1
-4/+2
|
\
\
|
|
/
|
*
don't leak if the __class__ closure is set
Benjamin Peterson
2012-06-02
1
-4/+2
*
|
Fix sporadic failure of test_time.test_process_time() on Windows
Victor Stinner
2012-06-01
1
-2/+5
*
|
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
|
\
\
|
|
/
|
*
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
*
|
merge heads
Sandro Tosi
2012-06-01
2
-5/+12
|
\
\
|
*
|
#14814: Fix errror message creation in ipaddress.collapse_addresses
Hynek Schlawack
2012-06-01
2
-5/+12
*
|
|
Issue #14968: merge with 3.2
Sandro Tosi
2012-06-01
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
Sandro Tosi
2012-06-01
1
-1/+1
*
|
check return for error
Benjamin Peterson
2012-06-01
1
-0/+2
*
|
Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
Nick Coghlan
2012-06-01
3
-14/+33
*
|
#14814: Remove 2.x's new-style classes syntax from ipaddress
Hynek Schlawack
2012-06-01
1
-3/+3
*
|
word.digits are always initialized before use in the Taylor series loop,
Stefan Krah
2012-06-01
1
-1/+1
*
|
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
Eli Bendersky
2012-06-01
4
-11/+120
*
|
We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in
Eli Bendersky
2012-06-01
1
-12/+2
*
|
Reformat two issue numbers
Brian Curtin
2012-06-01
1
-2/+2
*
|
fix trailing whitespace
Eli Bendersky
2012-06-01
1
-1/+1
*
|
Issue #14007: make XMLParser a real subclassable type exported from _elementt...
Eli Bendersky
2012-06-01
3
-115/+174
*
|
#14814: Remove stale __hex__ method from ipaddress
Hynek Schlawack
2012-05-31
1
-3/+0
*
|
Don't use metaclasses when class decorators can do the job.
R David Murray
2012-05-31
6
-67/+66
*
|
Post-release update.
Georg Brandl
2012-05-31
2
-3/+4
*
|
VS 2010 has the AMD64 redist files in VC\redist\x64.
Martin v. Löwis
2012-05-31
1
-1/+1
*
|
Update to Tcl/Tk 8.5.11.
Martin v. Löwis
2012-05-31
1
-3/+3
*
|
Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result
Stefan Krah
2012-05-31
1
-1/+2
*
|
Improve Underflow handling in the correct-rounding loop. The case for
Stefan Krah
2012-05-31
1
-4/+17
*
|
Issue #14962: merge
Ned Deily
2012-05-31
2
-0/+8
|
\
\
|
|
/
|
*
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
2
-0/+8
*
|
Issue #14952: Fix incorrect output dll names for win64/debug builds, causing
Kristjan Valur Jonsson
2012-05-31
1
-4/+0
*
|
Improve comments.
Stefan Krah
2012-05-31
1
-4/+14
*
|
Merge.
Stefan Krah
2012-05-31
3
-27/+28
|
\
\
|
*
|
Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Pa...
Nick Coghlan
2012-05-31
3
-27/+28
*
|
|
Pad the result with zeros just before the final rounding.
Stefan Krah
2012-05-31
1
-3/+1
|
/
/
*
|
Issue #14963: Added test cases for contextlib.ExitStack exception handling be...
Nick Coghlan
2012-05-31
3
-0/+101
*
|
Do not clobber existing flags.
Stefan Krah
2012-05-31
1
-1/+1
*
|
Typo fix
Nick Coghlan
2012-05-31
1
-1/+1
*
|
Additional ExitStack examples, and a few other cleanups for the ExitStack docs
Nick Coghlan
2012-05-31
1
-7/+75
*
|
Null merge from 3.2.
Vinay Sajip
2012-05-31
0
-0/+0
|
\
\
|
|
/
|
*
Added test skip under Windows, as not applicable there.
Vinay Sajip
2012-05-31
1
-0/+1
*
|
Issue #14909: A number of places were using PyMem_Realloc() apis and
Kristjan Valur Jonsson
2012-05-31
5
-11/+20
[next]