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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
1
-1/+1
*
Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
Stefan Krah
2012-08-20
1
-0/+10
*
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-20
1
-0/+13
*
#13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
2
-4/+18
*
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
Andrew Svetlov
2012-08-19
2
-2/+35
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+9
*
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
Mark Dickinson
2012-08-18
1
-4/+0
*
#11062: Fix universal newline support in Babyl._install_message()
Petri Lehtinen
2012-08-16
1
-3/+10
*
#11062: Fix adding a message from file to Babyl mailbox
Petri Lehtinen
2012-08-15
2
-13/+7
*
#15269: document dircmp.left and right, and add tests for them.
R David Murray
2012-08-15
1
-2/+8
*
Add test to explicit check the absence regression in subprocess (issue #15592).
Andrew Svetlov
2012-08-14
1
-0/+12
*
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
3
-2/+36
*
Fix #15496. Add directory removal helpers to make Windows tests more reliable...
Brian Curtin
2012-08-13
1
-2/+66
*
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
1
-0/+13
*
Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case
Ned Deily
2012-08-09
1
-1/+4
*
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
1
-5/+26
*
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-03
1
-0/+17
*
#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
1
-0/+16
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-0/+41
*
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Martin v. Löwis
2012-08-01
2
-0/+16
*
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov
2012-07-31
1
-2/+2
*
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...
Andrew Svetlov
2012-07-30
1
-1/+1
*
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
1
-0/+11
*
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Antoine Pitrou
2012-07-29
1
-3/+17
*
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
3
-148/+121
*
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
1
-10/+41
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
2
-1/+40
*
Issue #15320: Make iterating the list of tests thread-safe when running tests...
Antoine Pitrou
2012-07-25
1
-12/+28
*
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
*
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea
2012-07-23
1
-4/+4
*
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+10
*
#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
2
-2/+32
*
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
2
-14/+31
*
#12353: argparse now correctly handles null argument values.
R David Murray
2012-07-22
2
-1/+2
*
#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 test_pprint random dict ordering.
Florent Xicluna
2012-07-21
1
-2/+3
*
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...
Florent Xicluna
2012-07-21
2
-1/+14
*
Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...
Antoine Pitrou
2012-07-20
1
-4/+26
*
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-4/+4
*
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-0/+20
[next]