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 #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
18
-30/+30
*
Issue #13849: Fix test_null_bytes under Windows
Berker Peksag
2016-07-23
1
-1/+1
*
Issue #13849: Add tests for null byte checking in test_genericpath
Berker Peksag
2016-07-23
1
-0/+9
*
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-16/+48
*
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-0/+12
*
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
Stefan Krah
2016-07-17
1
-0/+28
*
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
Serhiy Storchaka
2016-07-17
1
-2/+2
*
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka
2016-07-17
3
-10/+64
*
Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Terry Jan Reedy
2016-07-16
1
-0/+6
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
4
-22/+28
*
#27522: break unintended cycle in feedparser.
R David Murray
2016-07-16
1
-3/+6
*
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
2
-7/+11
*
Issue #26844: Fix imp.find_module() to have the exception related to
Brett Cannon
2016-07-15
1
-2/+2
*
make too many nested blocks be a SyntaxError instead of a SystemError (closes...
Benjamin Peterson
2016-07-15
1
-2/+4
*
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
Martin Panter
2016-07-14
1
-4/+2
|
\
|
*
Issue #27369: Merge test_pyexpat from 3.3 into 3.4
Martin Panter
2016-07-14
1
-4/+2
|
|
\
|
|
*
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
Martin Panter
2016-07-14
1
-4/+2
|
|
|
\
|
|
|
*
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
3.2
Martin Panter
2016-07-14
1
-4/+2
|
|
|
*
#22758: fix regression in handling of secure cookies.
R David Murray
2016-07-10
2
-11/+58
|
|
*
|
Switch to the new upload url for PyPI
Donald Stufft
2016-07-06
3
-4/+4
|
|
*
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+17
*
|
|
|
Issue #27392: Add loop.connect_accepted_socket().
Yury Selivanov
2016-07-12
2
-4/+103
*
|
|
|
English spelling and grammar fixes
Martin Panter
2016-07-11
6
-7/+7
*
|
|
|
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-8/+21
*
|
|
|
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran
2016-07-10
2
-1/+23
*
|
|
|
Fix a test with the new upload URL
Donald Stufft
2016-07-06
1
-1/+1
*
|
|
|
merge 3.4
Benjamin Peterson
2016-07-06
3
-5/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Switch to the new upload url for PyPI
Donald Stufft
2016-07-06
3
-5/+5
|
*
|
|
Regenerate pydoc topics for 3.4.5 final.
Larry Hastings
2016-06-25
1
-1/+1
|
*
|
|
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
Matthias Klose
2016-06-13
1
-1/+2
|
*
|
|
Regenerate pydoc topics for 3.4.5rc1.
Larry Hastings
2016-06-12
1
-2/+2
*
|
|
|
Issue #27452: add line counter and crc to IDLE configHandler test dump.
Terry Jan Reedy
2016-07-06
1
-10/+21
*
|
|
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
10
-6/+26
*
|
|
|
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-0/+10
*
|
|
|
Issue #27431: Update default protocol version in shelve.Shelf() documentation
Berker Peksag
2016-07-01
1
-0/+4
*
|
|
|
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
2
-2/+2
*
|
|
|
Issue #26665: Remove mis-use of ``$`` in activate.fish.
Brett Cannon
2016-06-30
1
-2/+2
*
|
|
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-2/+2
*
|
|
|
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov
2016-06-28
2
-1/+13
*
|
|
|
asyncio: Fix NameError in sslproto _fatal_error()
Yury Selivanov
2016-06-28
2
-0/+17
*
|
|
|
Merge.
Larry Hastings
2016-06-27
52
-425/+865
|
\
\
\
\
|
*
|
|
|
Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-1/+12
|
*
|
|
|
Issue #22115: Fixed tracing Tkinter variables:
Serhiy Storchaka
2016-06-26
2
-8/+62
|
*
|
|
|
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
2
-4/+14
|
*
|
|
|
Issue #18300: Set TERM='' by default in assert_python_*
Berker Peksag
2016-06-24
2
-15/+13
|
*
|
|
|
Make PyPIRCCommandTestCase derive from a base class
Berker Peksag
2016-06-24
4
-9/+12
|
*
|
|
|
Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names.
Terry Jan Reedy
2016-06-22
3
-0/+58
|
*
|
|
|
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
Terry Jan Reedy
2016-06-22
2
-3/+3
|
*
|
|
|
Issue #20120: Add a test case to verify the % char can be used in .pypirc
Berker Peksag
2016-06-20
1
-0/+19
|
*
|
|
|
Issue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah
2016-06-20
1
-1/+4
[next]