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
...
*
Issue #16329: Add .webm to mimetypes.types_map
Berker Peksag
2016-04-09
2
-0/+3
*
Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest
Martin Panter
2016-04-06
3
-234/+41
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
33
-110/+110
*
Issue #6953: Rearrange and expand Readline module documentation
Martin Panter
2016-04-05
3
-73/+136
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
4
-8/+8
*
Issue #23735: Avoid sighandler_t Gnu-ism
Martin Panter
2016-04-03
1
-1/+1
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
6
-0/+87
*
Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links
Martin Panter
2016-04-01
1
-50/+53
*
Added a cookbook recipe for a logging context manager.
Vinay Sajip
2016-04-01
1
-0/+102
*
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
6
-7/+7
*
Issue #22854: fileno() is always required in IOBase; remove test
Martin Panter
2016-03-31
1
-6/+0
*
Issue #26492: Added additional tests for exhausted iterators of mutable seque...
Serhiy Storchaka
2016-03-30
3
-0/+32
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
16
-15/+86
*
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
Martin Panter
2016-03-28
3
-3/+13
*
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
Martin Panter
2016-03-27
3
-0/+18
*
Revert the last change:
doko@ubuntu.com
2016-03-23
1
-1/+1
*
Makefile.pre.in:
doko@ubuntu.com
2016-03-23
1
-2/+2
*
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter
2016-03-22
2
-0/+6
*
remove useless $ keyword (closes #17167)
Benjamin Peterson
2016-03-22
1
-1/+1
*
Issue #15660: Further clarify 0 prefix for width specifier in formats.
Terry Jan Reedy
2016-03-21
1
-2/+4
*
whitespace
Terry Jan Reedy
2016-03-21
1
-3/+3
*
Document maintenance of idlelib/help.html in idlelib.
Terry Jan Reedy
2016-03-01
1
-1/+24
*
Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes.
Terry Jan Reedy
2016-03-21
1
-74/+74
*
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
4
-3/+6
*
Added new tests for detecting Python source code encoding.
Serhiy Storchaka
2016-03-20
1
-3/+75
*
Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...
Serhiy Storchaka
2016-03-20
2
-73/+62
|
\
|
*
Issue #18048: Rename test_pep263.py to test_source_encoding.py.
Serhiy Storchaka
2013-06-13
1
-0/+0
*
|
Issue #18048: Rename test_coding.py to test_source_encoding.py.
Serhiy Storchaka
2013-06-13
1
-0/+0
|
/
*
Issue #23857: Implement PEP 493
Nick Coghlan
2016-03-20
6
-10/+156
*
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
2
-0/+13
*
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...
Steve Dower
2016-03-17
2
-1/+5
*
Issue #19450: Update Windows builds to use SQLite 3.8.11.0.
Steve Dower
2016-03-17
4
-3/+5
*
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
Donald Stufft
2016-03-17
3
-2/+2
*
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Martin Panter
2016-03-18
4
-15/+4
*
Skip test_site if USER_SITE cannot be created
Victor Stinner
2016-03-14
1
-2/+7
*
Issue #20556: Used specific assert methods in threading tests.
Serhiy Storchaka
2016-03-14
3
-19/+19
*
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
Ezio Melotti
2016-03-13
2
-0/+6
*
#25687: clarify that errors in tearDown increase the total number of reported...
Ezio Melotti
2016-03-13
2
-4/+7
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
2
-1/+3
*
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
4
-7/+29
*
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
Terry Jan Reedy
2016-03-11
1
-4/+8
*
#26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B.
Ezio Melotti
2016-03-11
1
-0/+11
*
Issue #16851: Add Anna Koroliuk to Misc/ACKS
Victor Stinner
2016-03-11
1
-0/+1
*
Fix inspect.ismethod() doc
Victor Stinner
2016-03-11
1
-1/+2
*
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Serhiy Storchaka
2016-03-09
6
-137/+181
*
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka
2016-03-08
1
-13/+15
*
Backed out changeset: e7065fc4a6c2
Steve Dower
2016-03-08
1
-1/+1
*
Force clean externals on buildbots.
Steve Dower
2016-03-08
1
-1/+1
*
Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
Steve Dower
2016-03-08
4
-3/+5
*
Issue #15068: Got rid of excessive buffering in the fileinput module.
Serhiy Storchaka
2016-03-08
4
-83/+146
[prev]
[next]