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
*
Issue #21476 Include idle icon files in Windows installer
Steve Dower
2014-05-11
1
-0/+1
*
Backport 4e9f1017355f from #3561.
Brian Curtin
2014-05-10
2
-3/+23
*
Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...
Antoine Pitrou
2014-05-08
3
-7/+17
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
4
-15/+17
*
Add prompts to interactive example.
Zachary Ware
2014-05-06
1
-8/+8
*
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware
2014-05-06
1
-0/+14
*
Issue 21375: Fix possible Py_ssizet overflow in heapq.
Raymond Hettinger
2014-05-03
1
-8/+8
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
6
-77/+65
*
Issue #19630 Emphasise that the file parameter to marshal.dump must be a real...
Tim Golden
2014-04-29
1
-2/+3
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
4
-5/+25
*
Closes #21055: Index (augmented) assignment symbols.
Terry Jan Reedy
2014-04-29
1
-0/+13
*
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy
2014-04-29
2
-1/+4
*
Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy
2014-04-29
2
-1/+6
*
#21225: copy docstrings from base classes
Andrew Kuchling
2014-04-25
1
-3/+4
*
Issue #9291 Add ACKS & NEWS
Tim Golden
2014-04-27
2
-0/+5
*
Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...
Tim Golden
2014-04-27
2
-30/+58
*
#18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray
2014-04-26
1
-7/+3
*
Issue #17145: Document array.array buffer interface limitations.
Stefan Krah
2014-04-26
1
-2/+4
*
Issue #18944: backport typo fix
Terry Jan Reedy
2014-04-26
1
-1/+1
*
Add NEWS entry for issue21349
Tim Golden
2014-04-26
1
-0/+3
*
Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...
Tim Golden
2014-04-26
3
-4/+16
*
Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize
Kristján Valur Jónsson
2014-04-25
6
-56/+32
*
Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.
Zachary Ware
2014-04-24
1
-2/+2
*
fix off-by-one error (closes #21330)
Benjamin Peterson
2014-04-23
1
-1/+1
*
Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows
Zachary Ware
2014-04-22
4
-16/+26
*
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy
2014-04-22
2
-2/+4
*
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy
2014-04-22
3
-10/+15
*
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily
2014-04-19
3
-1/+5
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
4
-30/+69
*
#18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-3/+1
*
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
2
-7/+8
*
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
#1704474: mark refleak test as specific to CPython
Andrew Kuchling
2014-04-15
1
-0/+1
*
#15840: make docs consistent by saying operations on closed files raise Value...
Andrew Kuchling
2014-04-15
1
-2/+2
*
whitespace chaps my hide
Gregory P. Smith
2014-04-15
1
-1/+1
*
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
Gregory P. Smith
2014-04-15
1
-29/+30
*
add missing NULL check
Benjamin Peterson
2014-04-14
1
-5/+9
*
when an exception is raised in fdopen, never close the fd (changing on my min...
Benjamin Peterson
2014-04-14
4
-17/+30
*
Backed out changeset 81abb121dc65
Benjamin Peterson
2014-04-14
1
-1/+1
*
temporary change to get better debugging from windows bots
Benjamin Peterson
2014-04-14
1
-1/+1
*
Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.
Terry Jan Reedy
2014-04-14
2
-3/+5
*
do not generate pipe names in the temporary dir
Benjamin Peterson
2014-04-14
1
-1/+1
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-8/+10
*
Issue #20624: Merge exception docs tweak from 3.4 branch.
Mark Dickinson
2014-04-14
1
-4/+4
*
Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...
Eric V. Smith
2014-04-14
3
-10/+32
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
4
-2/+17
*
Remove references to the obsolete Mac Carbon modules in the GUI
Ned Deily
2014-04-12
1
-9/+5
*
Issue #21170: Removed invalid parameter names from unittest doc.
Terry Jan Reedy
2014-04-11
1
-2/+2
*
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
Vinay Sajip
2014-04-10
2
-2/+10
[next]