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 #14992: Prevent test_os test_exist_ok_s_isgid_directory test case
Ned Deily
2012-08-09
1
-1/+4
*
#15554: clarify splitlines/split differences.
R David Murray
2012-08-06
1
-5/+8
*
Issue #15482: Properly document the default 'level' parameter for
Brett Cannon
2012-08-06
2
-5/+11
*
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily
2012-08-05
2
-4/+6
*
Fix CGI tests to take into account the platform's line ending (issue #13119)
Antoine Pitrou
2012-08-05
1
-5/+7
*
Fix universal newlines test to avoid the newline translation done by sys.stdout.
Antoine Pitrou
2012-08-04
1
-26/+28
*
Fix test_sys under Windows (issue #13119)
Antoine Pitrou
2012-08-04
1
-1/+2
*
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...
Andrew Svetlov
2012-08-04
2
-5/+29
*
add missing period; thanks to Gaston Fiore from docs@
Sandro Tosi
2012-08-04
1
-1/+1
*
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-03
3
-5/+28
*
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
Victor Stinner
2012-08-03
4
-12/+12
*
Make TextIOWrapper's documentation clearer by copying the newline argument's ...
Antoine Pitrou
2012-08-03
2
-17/+32
*
#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
-1/+85
*
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...
Antoine Pitrou
2012-08-02
3
-2/+5
*
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py
Eli Bendersky
2012-08-01
1
-1/+5
*
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Martin v. Löwis
2012-08-01
4
-1/+19
*
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/+14
*
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
-3/+34
*
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
4
-148/+124
*
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
2
-16/+43
*
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
*
Issue #15320: Make iterating the list of tests thread-safe when running tests...
Antoine Pitrou
2012-07-25
2
-12/+31
*
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 #7163: Propagate return value of sys.stdout.write.
Martin v. Löwis
2012-07-25
3
-3/+7
*
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
3
-5/+38
*
#15232: make NEWS entry more accurate.
R David Murray
2012-07-24
1
-1/+1
*
Issue #14197: For OS X framework builds, ensure links to the shared
Ned Deily
2012-07-24
3
-1/+8
*
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
*
merge heads.
Senthil Kumaran
2012-07-23
3
-2/+35
|
\
|
*
#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
3
-2/+35
*
|
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch ...
Senthil Kumaran
2012-07-23
2
-3/+11
|
/
*
#15429: Fix invalid mention of types.NoneType from None docs.
R David Murray
2012-07-23
1
-1/+1
*
Consistently raise a TypeError when a non str is passed to hashlib.new
Gregory P. Smith
2012-07-22
2
-7/+4
*
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
4
-14/+35
*
#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
*
Raise ImportError if pyexpat's version is incompatible
Eli Bendersky
2012-07-21
1
-4/+7
*
Fix test_pprint random dict ordering.
Florent Xicluna
2012-07-21
1
-2/+3
[prev]
[next]