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
...
|
*
|
#13769: Enhance docs for ensure_ascii semantics in JSON decoding functions
Petri Lehtinen
2012-09-01
2
-11/+16
|
*
|
#12776,#11839: call argparse type function only once.
R David Murray
2012-09-01
2
-7/+62
|
*
|
Closes #15710: accept long in _checkLevel.
Vinay Sajip
2012-08-29
1
-1/+1
|
*
|
Issue #15765: Fix quirky NetBSD getcwd() behaviour.
Trent Nelson
2012-08-29
1
-2/+10
|
*
|
use the stricter PyMapping_Check (closes #15801)
Benjamin Peterson
2012-08-28
1
-0/+3
|
*
|
Fix wrong way of adding Error information in shutil.copytree.
Georg Brandl
2012-08-25
1
-1/+1
|
*
|
Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
Mark Dickinson
2012-08-24
1
-2/+0
|
*
|
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson
2012-08-24
2
-1/+21
|
*
|
Closes #9374: add back now-unused module attributes; removing them is a backw...
Georg Brandl
2012-08-24
1
-0/+10
|
*
|
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
1
-1/+1
|
*
|
#13579: minimize code base drift for 'a' string.Formatter change.
R David Murray
2012-08-19
1
-4/+4
|
*
|
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+9
|
*
|
#11062: Fix adding a message from file to Babyl mailbox
Petri Lehtinen
2012-08-15
2
-1/+14
|
*
|
#9161: Fix test to use standard optparse test pattern (what was I thinking?)
R David Murray
2012-08-14
1
-6/+6
|
*
|
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
3
-2/+39
|
*
|
#9161: add test for the bug fixed by r82581.
R David Murray
2012-08-14
1
-0/+7
|
*
|
Fix #15496. Add directory removal helpers to make Windows tests more reliable...
Brian Curtin
2012-08-13
1
-2/+66
|
*
|
Graft a89d654adaa2 from 3.2 branch. Fixes #15620.
Georg Brandl
2012-08-11
1
-0/+4
|
|
\
\
|
*
|
|
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
1
-0/+13
|
*
|
|
Fix #15567. collections.deque wasn't imported
Brian Curtin
2012-08-10
1
-1/+2
|
*
|
|
Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder ...
Vinay Sajip
2012-08-04
1
-4/+6
|
*
|
|
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...
Andrew Svetlov
2012-08-04
1
-5/+25
|
*
|
|
#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
-2/+50
|
*
|
|
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/+13
|
*
|
|
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
-4/+18
|
*
|
|
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
3
-151/+126
|
*
|
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
1
-10/+42
|
*
|
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
2
-1/+40
|
*
|
|
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
3
-7/+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/+33
|
*
|
|
merge heads
Gregory P. Smith
2012-07-22
5
-22/+84
|
|
\
\
\
|
|
*
|
|
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
2
-14/+30
|
|
*
|
|
#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
|
|
*
|
|
Issue #14579: Fix error handling bug in the utf-16 decoder.
Antoine Pitrou
2012-07-20
1
-2/+26
|
|
*
|
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-0/+20
|
*
|
|
|
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
2
-1/+220
|
*
|
|
Try other approach to fix issue #15334.
Antoine Pitrou
2012-07-13
1
-3/+8
|
*
|
|
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou
2012-07-13
1
-0/+1
[prev]
[next]