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
*
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
*
|
Make parameterized tests in email less hackish.
R David Murray
2012-05-31
4
-93/+122
*
|
Merge heads.
Georg Brandl
2012-05-30
3
-37/+90
|
\
\
|
*
|
Issue #14007: implemented the 'element_factory' feature of TreeBuilder in
Eli Bendersky
2012-05-30
3
-37/+90
*
|
|
Added tag v3.3.0a4 for changeset 7c51388a3aa7
Georg Brandl
2012-05-30
1
-0/+1
*
|
|
Bump version to 3.3.0a4.
v3.3.0a4
Georg Brandl
2012-05-30
6
-7/+7
*
|
|
Update pydoc topics and fix new suspicious markup.
Georg Brandl
2012-05-30
6
-15/+47
|
/
/
*
|
Close #14947: add missing cross-reference to Language Definition from the new...
Nick Coghlan
2012-05-30
1
-13/+18
*
|
#14796: fix failure of new calendar test on windows.
R David Murray
2012-05-30
1
-2/+3
*
|
Close #14690: Use monotonic clock instead of system clock in the sched,
Victor Stinner
2012-05-30
4
-8/+23
*
|
Issue #14958: Change IDLE systax highlighting to recognize all string and
Ned Deily
2012-05-30
2
-4/+8
*
|
Merge 3.2 news item
Brian Curtin
2012-05-29
1
-0/+2
|
\
\
|
|
/
|
*
Add news item for #14943
Brian Curtin
2012-05-29
1
-0/+3
*
|
Fix #14943. Merge 3.2
Brian Curtin
2012-05-29
1
-3/+3
|
\
\
|
|
/
|
*
Fix #14943. Update the proper default value and list the proper argument name...
Brian Curtin
2012-05-29
1
-3/+3
*
|
Reapplied skip logic for test on Windows, which appears to have been lost dur...
Vinay Sajip
2012-05-29
1
-0/+1
*
|
Updated test to reflect renamed file.
Vinay Sajip
2012-05-29
1
-1/+1
*
|
Issue #10997: merge from 3.2
Ned Deily
2012-05-29
2
-1/+3
|
\
\
|
|
/
|
*
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Ned Deily
2012-05-29
2
-1/+3
*
|
#14796: improve calendar test coverage.
R David Murray
2012-05-29
1
-9/+211
*
|
Issue #14744: Fix compilation on Windows (part 2)
Victor Stinner
2012-05-29
1
-1/+1
*
|
Issue #14744: Fix compilation on Windows
Victor Stinner
2012-05-29
1
-2/+2
*
|
#10839: add new test file that was omitted from checkin
R David Murray
2012-05-29
1
-0/+18
*
|
#10839: raise an error on add of duplicate unique headers in new email policies
R David Murray
2012-05-29
4
-0/+62
*
|
merge heads
Eli Bendersky
2012-05-29
3
-6/+71
|
\
\
|
*
\
Merged upstream changes.
Vinay Sajip
2012-05-29
17
-453/+893
|
|
\
\
|
*
|
|
Added pyvenv docs to 'Python Setup and Usage' section.
Vinay Sajip
2012-05-29
3
-6/+71
*
|
|
|
Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...
Eli Bendersky
2012-05-29
2
-74/+91
|
|
/
/
|
/
|
|
*
|
|
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
12
-434/+875
*
|
|
PyArg_Parse*("U"): ensure that the Unicode string is ready
Victor Stinner
2012-05-29
1
-1/+4
*
|
|
Use Python 3.x-style keyword only arg in Array()
Richard Oudkerk
2012-05-29
3
-12/+9
*
|
|
Remove __getslice__, __setslice__, __delslice__ methods from proxies
Richard Oudkerk
2012-05-29
1
-6/+5
|
/
/
*
|
Removed pysetup3.exe executable.
Vinay Sajip
2012-05-29
2
-0/+0
*
|
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack
2012-05-29
4
-12/+28
*
|
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Eli Bendersky
2012-05-29
4
-34/+169
[next]