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
*
Don't use sebTest() in tests for issue #5815.
Serhiy Storchaka
2013-12-19
1
-2/+1
*
Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
Zachary Ware
2013-12-19
3
-65/+3
*
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
3
-43/+136
*
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
Victor Stinner
2013-12-19
2
-0/+9
*
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
3
-1/+12
*
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
3
-6/+50
*
Issue #19902: Added list of logging levels.
Vinay Sajip
2013-12-19
1
-0/+32
*
update url to spec (closes #20018)
Benjamin Peterson
2013-12-18
1
-1/+1
*
remove trailing spaces.
Gregory P. Smith
2013-12-18
1
-7/+7
*
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware
2013-12-18
1
-1/+1
*
Issue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka
2013-12-18
8
-57/+32
*
#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
2
-27/+32
*
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-17
2
-1/+8
*
Revert misled test change in f189da5bda26.
Antoine Pitrou
2013-12-17
1
-1/+0
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
4
-1/+8
*
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka
2013-12-17
2
-8/+5
*
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
1
-0/+1
*
Close #19999: tolerate coarse time when testing time.monotonic() on very
Victor Stinner
2013-12-16
1
-1/+1
*
Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns
Christian Heimes
2013-12-16
2
-2/+7
*
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware
2013-12-16
2
-8/+9
*
Merge heads
Serhiy Storchaka
2013-12-16
2
-1/+3
|
\
|
*
Merge.
Charles-François Natali
2013-12-16
1
-0/+1
|
|
\
|
|
*
Issue #17919: add missing import of USHRT_MAX
Christian Heimes
2013-12-16
1
-0/+1
|
*
|
Merge.
Charles-François Natali
2013-12-16
4
-4/+32
|
|
\
\
|
|
|
/
|
*
|
Merge.
Charles-François Natali
2013-12-15
116
-552/+1088
|
|
\
\
|
*
|
|
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
Charles-François Natali
2013-12-15
1
-1/+2
*
|
|
|
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
3
-20/+33
*
|
|
|
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka
2013-12-16
3
-1/+7
|
|
_
|
/
|
/
|
|
*
|
|
#19532: make compileall with no file/dir args respect -f and -q.
R David Murray
2013-12-16
3
-1/+28
*
|
|
Issue #19986: Avoid an incorrect warning of older gcc versions.
Stefan Krah
2013-12-15
1
-3/+4
|
|
/
|
/
|
*
|
Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.
Serhiy Storchaka
2013-12-14
6
-45/+12
*
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
6
-62/+103
*
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
4
-17/+50
*
|
Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted
Stefan Krah
2013-12-14
1
-9/+11
*
|
#19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.
Ezio Melotti
2013-12-14
1
-2/+2
*
|
#19970: Fix some comment typos.
R David Murray
2013-12-14
3
-4/+4
*
|
Issue #19963: Document that importlib.import_module() will import
Brett Cannon
2013-12-13
2
-2/+8
*
|
#18036: update .pyc FAQ entry in light of PEP 3147.
R David Murray
2013-12-13
1
-18/+27
*
|
Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
Victor Stinner
2013-12-13
3
-3/+25
*
|
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
3
-7/+4
*
|
Issue #14432: Fix compilation when thread support is disabled
Victor Stinner
2013-12-13
1
-0/+4
*
|
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
4
-0/+141
*
|
Do not discard const qualifier without a reason.
Stefan Krah
2013-12-12
1
-7/+7
*
|
Avoid UnicodeEncodeError by only printing ASCII.
Zachary Ware
2013-12-12
1
-2/+2
*
|
Filter namespaceobject's files properly in the pythoncore VS project.
Zachary Ware
2013-12-11
1
-2/+6
*
|
Issue #19828: Fixed test_site when the whole suite is run with -S.
Zachary Ware
2013-12-11
2
-9/+10
*
|
#19063: partially fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
4
-11/+63
*
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
7
-186/+312
*
|
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith
2013-12-11
2
-2/+9
*
|
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
2
-12/+18
[next]