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
*
Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...
Antoine Pitrou
2013-12-16
2
-3/+12
*
Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...
Antoine Pitrou
2013-12-16
2
-35/+93
*
Issue #19987: Merge with 3.3
Zachary Ware
2013-12-16
1
-8/+8
|
\
|
*
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware
2013-12-16
1
-7/+8
|
*
Merge heads
Serhiy Storchaka
2013-12-16
1
-0/+1
|
|
\
|
|
*
Issue #17919: add missing import of USHRT_MAX
Christian Heimes
2013-12-16
1
-0/+1
*
|
|
Issue #19987: disable test_winsound's test_alias_fallback test when no sound ...
Christian Heimes
2013-12-16
1
-6/+7
*
|
|
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
2
-20/+29
|
\
\
\
|
|
/
/
|
*
|
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
2
-20/+29
*
|
|
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka
2013-12-16
2
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka
2013-12-16
2
-1/+4
|
|
/
*
|
Merge: #19532: make compileall with no file/dir args respect -f and -q.
R David Murray
2013-12-16
2
-3/+25
|
\
\
|
|
/
|
*
#19532: make compileall with no file/dir args respect -f and -q.
R David Murray
2013-12-16
2
-1/+25
|
*
Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.
Serhiy Storchaka
2013-12-14
3
-24/+12
*
|
test_ssl: skip tests when SNI is not available
Christian Heimes
2013-12-15
1
-0/+2
*
|
test_poplib: skip stls_context test when SNI is not available
Christian Heimes
2013-12-15
1
-0/+5
*
|
fixed test_ftplib
Christian Heimes
2013-12-15
1
-1/+1
*
|
test_imaplib: skip check_hostname test when SNI is not available
Christian Heimes
2013-12-15
1
-0/+4
*
|
test_ftplib: skip check_hostname test when SNI is not available
Christian Heimes
2013-12-15
1
-0/+4
*
|
Skip some tests that require server name indication (SNI)
Christian Heimes
2013-12-15
1
-0/+6
*
|
Import USHRT_MAX to fix failing test_devpool test
Christian Heimes
2013-12-15
1
-0/+1
*
|
Issue #19700: set __spec__ appropriately in runpy
Nick Coghlan
2013-12-15
4
-84/+235
*
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
4
-40/+25
|
\
\
|
|
/
|
*
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
5
-62/+101
*
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
2
-5/+19
|
\
\
|
|
/
|
*
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
2
-5/+19
*
|
Merge: #19970: Fix some comment typos.
R David Murray
2013-12-14
1
-1/+1
|
\
\
|
|
/
|
*
#19970: Fix some comment typos.
R David Murray
2013-12-14
1
-1/+1
*
|
#19975: remove unused imports from webbrowser module.
R David Murray
2013-12-13
1
-3/+0
*
|
Issue #19704: Port test.test_threaded_import to PEP 451
Brett Cannon
2013-12-13
1
-6/+6
*
|
Issue #19946: Raise ImportError when the main module cannot be found
Brett Cannon
2013-12-13
1
-0/+2
*
|
(Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if
Victor Stinner
2013-12-13
1
-0/+6
|
\
\
|
|
/
|
*
Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
Victor Stinner
2013-12-13
1
-0/+6
*
|
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-4/+0
|
\
\
|
|
/
|
*
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-4/+0
|
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+43
*
|
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner
2013-12-13
2
-2/+2
*
|
#19957: Simplify encode_7or8bit now that _payload is always str.
R David Murray
2013-12-13
2
-14/+12
*
|
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
Victor Stinner
2013-12-13
1
-2/+2
*
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
2
-1/+39
*
|
Issue #19751: Fix hash_info test of test_sys on SPARC Solaris
Victor Stinner
2013-12-12
1
-5/+1
*
|
Issue #19751: Fix typo in configuration option
Victor Stinner
2013-12-12
1
-1/+1
*
|
Merge fix from 3.3
Zachary Ware
2013-12-12
1
-2/+2
|
\
\
|
|
/
|
*
Avoid UnicodeEncodeError by only printing ASCII.
Zachary Ware
2013-12-12
1
-2/+2
*
|
Issue #19828: Merge with 3.3
Zachary Ware
2013-12-11
1
-9/+8
|
\
\
|
|
/
|
*
Issue #19828: Fixed test_site when the whole suite is run with -S.
Zachary Ware
2013-12-11
1
-9/+8
|
*
#19063: partially fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
3
-11/+58
*
|
#19063: fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
4
-37/+71
*
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
3
-26/+156
|
\
\
|
|
/
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
3
-26/+156
[next]