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 #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
3
-5/+5
|
\
\
|
|
/
|
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
3
-7/+7
|
*
Backout 265d369ad3b9.
Georg Brandl
2013-11-04
1
-2/+1
|
*
Backout d80207d15294.
Georg Brandl
2013-11-04
1
-31/+0
*
|
Fix urllib.request.build_opener mocking in test_distutils (should fix some ra...
Antoine Pitrou
2013-12-21
1
-0/+2
*
|
Issue #20045: Fix "setup.py register --list-classifiers".
Antoine Pitrou
2013-12-21
3
-6/+25
*
|
Fix DeprecationWarnings in test suite
Antoine Pitrou
2013-12-21
4
-23/+23
*
|
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
2
-32/+81
*
|
Update test.outstanding_bugs.py
Zachary Ware
2013-12-20
1
-72/+2
*
|
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
1
-11/+43
*
|
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
1
-65/+0
*
|
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
2
-43/+133
*
|
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
Victor Stinner
2013-12-19
1
-0/+4
*
|
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-0/+5
*
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-5/+39
*
|
update url to spec (closes #20018)
Benjamin Peterson
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
1
-27/+28
*
|
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
2
-1/+4
*
|
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
1
-2/+4
*
|
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 #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
|
/
/
*
|
#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
*
|
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
*
|
#19970: Fix some comment typos.
R David Murray
2013-12-14
1
-1/+1
*
|
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 #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+43
*
|
Avoid UnicodeEncodeError by only printing ASCII.
Zachary Ware
2013-12-12
1
-2/+2
*
|
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
*
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
3
-26/+156
*
|
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith
2013-12-11
1
-2/+4
*
|
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
1
-11/+14
*
|
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
*
|
#19943: fix typo noticed by Jakub Wilk.
Ezio Melotti
2013-12-10
1
-1/+1
*
|
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-3/+9
*
|
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
1
-2/+5
*
|
Issue #17429: Oops, remove unused import
Victor Stinner
2013-12-08
1
-1/+0
*
|
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-08
2
-2/+23
*
|
Fixes issue #19929: Call os.read with 32768 within subprocess.Popen
Gregory P. Smith
2013-12-08
1
-1/+1
[prev]
[next]