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
*
fix typo
Sandro Tosi
2012-08-14
1
-1/+1
*
Merge 3.2
Andrew Svetlov
2012-08-14
1
-1/+1
|
\
|
*
Modules/socketmodule.c: netdb_lock: define static.
Matthias Klose
2012-08-14
1
-1/+1
*
|
Add test to explicit check the absence regression in subprocess (issue #15592).
Andrew Svetlov
2012-08-14
1
-0/+12
|
/
*
Issue #14167: Document return statement in finally blocks.
Andrew Svetlov
2012-08-14
1
-6/+17
*
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
4
-2/+40
*
Restore original line lengths.
Georg Brandl
2012-08-14
2
-32/+26
*
Fix #15496. Add directory removal helpers to make Windows tests more reliable...
Brian Curtin
2012-08-13
2
-2/+69
*
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
Andrew Svetlov
2012-08-13
1
-3/+5
*
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
Andrew Svetlov
2012-08-13
1
-19/+21
*
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Andrew Svetlov
2012-08-13
2
-24/+30
*
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Senthil Kumaran
2012-08-12
2
-3/+19
*
add usage example from cli; thanks to Christian Clauss from docs@
Sandro Tosi
2012-08-12
1
-1/+3
*
escape '\'; thanks to Steve Holden from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...
Sandro Tosi
2012-08-12
1
-1/+1
*
update Geany URL; thanks to Karl Tarbet from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
zip() returns an iterator, make a list() of it; thanks to Martin from docs@
Sandro Tosi
2012-08-12
1
-1/+1
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
11
-21/+24
*
Remove unused variables in parsetok().
Georg Brandl
2012-08-11
1
-2/+1
*
Revert 961a15aff2a6, this is already checked in another way.
Georg Brandl
2012-08-11
1
-3/+1
*
Closes #15620: check for presence of readline.clear_history(), which is appar...
Georg Brandl
2012-08-11
1
-1/+3
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
4
-0/+32
*
fix docs for c-api memory functions
Andrew Svetlov
2012-08-09
1
-3/+3
*
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
2
-0/+21
*
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
[next]