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 #25910: Fixed dead links in the docs.
Serhiy Storchaka
2016-04-11
5
-8/+8
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
44
-177/+172
*
Issue #26200: Restored more safe usages of Py_SETREF.
Serhiy Storchaka
2016-04-11
1
-3/+3
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
22
-41/+51
*
Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly
Serhiy Storchaka
2016-04-10
3
-1/+8
*
Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests
Martin Panter
2016-04-10
2
-72/+36
*
Issue #26609: Fix up Python 2 port
Martin Panter
2016-04-09
1
-6/+6
*
Issue #26609: Fix HTTP server tests to request an absolute URL path
Martin Panter
2016-04-09
1
-10/+27
*
Issue #19377: Add .svg to mimetypes.types_map
Berker Peksag
2016-04-09
2
-0/+4
*
Issue #13952: Add .csv to mimetypes.types_map
Berker Peksag
2016-04-09
2
-0/+3
*
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
[prev]
[next]