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
*
Closes #15793: Stack corruption in ssl.RAND_egd()
Jesus Cea
2012-09-11
1
-6/+2
*
#15676: mmap: add empty file check prior to offset check <- Previous patch wa...
Jesus Cea
2012-09-10
1
-5/+5
*
#14649: clarify DocTestSuite error when there are no docstrings.
R David Murray
2012-09-10
5
-6/+74
*
backport from the trunk, to fix test_tools with srcdir != builddir
doko@ubuntu.com
2012-09-10
1
-2/+2
*
Closes #15676: mmap: add empty file check prior to offset check
Jesus Cea
2012-09-09
1
-0/+9
*
Issue #15881: Fixed 3.2 backport.
Alexander Belopolsky
2012-09-09
1
-0/+2
*
Fixed whitespace
Alexander Belopolsky
2012-09-09
1
-1/+1
*
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky
2012-09-09
1
-16/+38
*
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
Ned Deily
2012-09-09
1
-0/+17
*
#15510: clarify textwrap's handling of whitespace, and add confirming tests.
R David Murray
2012-09-08
1
-8/+56
*
#15847: allow args to be a tuple in parse_args
R David Murray
2012-09-08
2
-1/+22
*
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+69
*
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou
2012-09-05
2
-4/+11
*
#15509: If %action substitution produces a null string, drop it.
R David Murray
2012-09-03
1
-2/+9
*
prevert ast errors from being normalized before ast_error_finish is called (c...
Benjamin Peterson
2012-09-02
1
-0/+6
*
#15802: Fix test logic in TestMaildir.test_create_tmp
Petri Lehtinen
2012-09-01
1
-5/+5
*
#12776,#11839: call argparse type function only once.
R David Murray
2012-09-01
2
-7/+62
*
Issue #15800: fix the closing of input / output files when gzip is used as a ...
Antoine Pitrou
2012-08-29
1
-2/+2
*
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
-4/+0
*
Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.
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/+23
*
Closes #9374: add back now-unused module attributes; removing them is a backw...
Georg Brandl
2012-08-24
1
-0/+10
*
#15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray
2012-08-24
2
-1/+17
*
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson
2012-08-21
1
-3/+20
*
#15752: s/assertRaisesRegexp/assertRaisesRegex/g
Ezio Melotti
2012-08-21
1
-2/+2
*
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-21
1
-0/+8
*
Issue #15285: Refactor connect timeout test in test_timeout.
Trent Nelson
2012-08-21
1
-8/+82
*
#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
[next]