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 #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...
Andrew Svetlov
2012-08-04
2
-5/+28
|
|
*
|
|
|
add missing period; thanks to Gaston Fiore from docs@
Sandro Tosi
2012-08-04
1
-1/+1
|
|
*
|
|
|
Make TextIOWrapper's documentation clearer by copying the newline argument's ...
Antoine Pitrou
2012-08-03
2
-17/+32
|
|
*
|
|
|
#15512: Declarations reorganization
Jesus Cea
2012-08-03
1
-21/+23
|
|
*
|
|
|
#15512: Remove remnants of debugging code
Jesus Cea
2012-08-03
1
-2/+0
|
|
*
|
|
|
Closes #15469: Correct __sizeof__ support for deque
Jesus Cea
2012-08-03
3
-1/+39
|
|
*
|
|
|
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
5
-4/+103
|
|
*
|
|
|
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...
Antoine Pitrou
2012-08-02
4
-2/+6
|
|
*
|
|
|
Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py
Eli Bendersky
2012-08-02
1
-1/+6
|
|
*
|
|
|
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Martin v. Löwis
2012-08-01
2
-1/+3
|
|
*
|
|
|
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov
2012-07-31
2
-2/+5
|
|
*
|
|
|
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...
Andrew Svetlov
2012-07-30
3
-1/+5
|
|
*
|
|
|
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Ned Deily
2012-07-30
2
-0/+5
|
|
*
|
|
|
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
Ned Deily
2012-07-30
2
-6/+13
|
|
*
|
|
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
3
-0/+26
|
|
*
|
|
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
3
-4/+35
|
|
*
|
|
|
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
4
-151/+129
|
|
*
|
|
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
2
-16/+44
|
|
*
|
|
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
4
-1/+44
|
|
*
|
|
|
Improved cookbook entry and fixed typo.
Vinay Sajip
2012-07-27
1
-3/+3
|
|
*
|
|
|
Issue #15041: Update "see also" list in tkinter documentation.
Andrew Svetlov
2012-07-26
2
-3/+20
|
|
*
|
|
|
Mention the *limit* argument of TextIO.readline().
Antoine Pitrou
2012-07-25
1
-1/+3
|
|
*
|
|
|
Issue #15445: Updated logging configuration documentation to highlight potent...
Vinay Sajip
2012-07-25
1
-0/+19
|
|
*
|
|
|
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
3
-7/+38
|
|
*
|
|
|
#15232: make NEWS entry more accurate.
R David Murray
2012-07-24
1
-1/+1
|
|
*
|
|
|
Rollback an incorrect Doc/ACKS.txt entry
Jesus Cea
2012-07-23
1
-1/+0
|
|
*
|
|
|
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea
2012-07-23
2
-4/+5
|
|
*
|
|
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
3
-0/+31
|
|
*
|
|
|
Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch co...
Senthil Kumaran
2012-07-23
2
-3/+12
|
|
*
|
|
|
#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
3
-2/+36
|
|
*
|
|
|
merge heads
Gregory P. Smith
2012-07-22
15
-86/+174
|
|
|
\
\
\
\
|
|
|
*
|
|
|
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
4
-14/+34
|
|
|
*
|
|
|
#12353: argparse now correctly handles null argument values.
R David Murray
2012-07-22
3
-1/+4
|
|
|
*
|
|
|
#14391: clarify docstring discussion of Action's 'type' argument's value.
R David Murray
2012-07-21
1
-4/+4
|
|
|
*
|
|
|
#15342: Add clarifying sentence to posixpath.join docstring.
R David Murray
2012-07-21
1
-1/+2
|
|
|
*
|
|
|
Fix typo introduced in 79d54fba49b3.
Georg Brandl
2012-07-21
1
-1/+1
|
|
|
*
|
|
|
Fix whitespace
Raymond Hettinger
2012-07-21
1
-20/+16
|
|
|
*
|
|
|
Issue #14579: Fix error handling bug in the utf-16 decoder.
Antoine Pitrou
2012-07-20
3
-3/+30
|
|
|
*
|
|
|
Issue #15399: Added versionchanged for processName.
Vinay Sajip
2012-07-20
1
-0/+3
|
|
|
*
|
|
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
3
-28/+46
|
|
|
*
|
|
|
Closes #9254: backport __import__ docstring/doc mentions of importlib.
R David Murray
2012-07-18
2
-12/+9
|
|
|
*
|
|
|
remove unused variable
Meador Inge
2012-07-18
1
-1/+1
|
|
|
*
|
|
|
Issue #15368: fixing variable typo.
Meador Inge
2012-07-18
1
-1/+1
|
|
|
*
|
|
|
Issue #15368: make bytecode generation deterministic.
Meador Inge
2012-07-18
2
-3/+26
|
|
|
*
|
|
|
#15375: remove duplicated word 'child'
R David Murray
2012-07-17
1
-1/+1
|
|
*
|
|
|
|
Consistently raise a TypeError when a non str is passed to hashlib.new
Gregory P. Smith
2012-07-22
2
-1/+2
|
|
|
/
/
/
/
|
|
*
|
|
|
Fix the with_poll tests for platforms without poll. missing import.
Gregory P. Smith
2012-07-16
1
-0/+1
|
|
*
|
|
|
Issue 15337: help() shown as undocumented
Raymond Hettinger
2012-07-16
2
-4/+5
|
|
*
|
|
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
4
-1/+224
|
|
*
|
|
|
allow any number to be returned from __length_hint__ (closes #15354)
Benjamin Peterson
2012-07-15
1
-1/+1
[prev]
[next]