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
/
Misc
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26587: Allow .pth files to specify file paths as well as
Brett Cannon
2016-04-08
1
-0/+1
*
Issue #23735: Merge Readline resize handling from 3.5
Martin Panter
2016-04-03
1
-0/+1
|
\
|
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+1
*
|
Optimize bytes.replace(b'', b'.')
Victor Stinner
2016-03-21
1
-0/+1
*
|
#26250: merge with 3.5.
Ezio Melotti
2016-03-18
1
-0/+1
|
\
\
|
|
/
|
*
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
1
-0/+1
*
|
Merge for issue #26271
Brett Cannon
2016-03-18
1
-0/+1
|
\
\
|
|
/
|
*
Issue #26271: Fix the Freeze tool to use variables passed in from the
Brett Cannon
2016-03-18
1
-0/+1
*
|
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
1
-0/+1
|
\
\
|
|
/
|
*
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
1
-0/+1
*
|
#24918: merge with 3.5.
Ezio Melotti
2016-03-13
1
-0/+1
|
\
\
|
|
/
|
*
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
Ezio Melotti
2016-03-13
1
-0/+1
*
|
#25687: merge with 3.5.
Ezio Melotti
2016-03-13
1
-0/+1
|
\
\
|
|
/
|
*
#25687: clarify that errors in tearDown increase the total number of reported...
Ezio Melotti
2016-03-13
1
-0/+1
|
*
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
1
-0/+1
*
|
Add Mock.assert_called()
Victor Stinner
2016-03-11
1
-0/+1
*
|
Issue #21042: Return full path in ctypes.util.find_library() on Linux
Martin Panter
2016-03-10
1
-0/+1
*
|
Issue #26505: merge from 3.5
Ned Deily
2016-03-07
1
-0/+1
|
\
\
|
|
/
|
*
Issue #26505: Fix typos in getaddrinfo license text.
Ned Deily
2016-03-07
1
-0/+1
*
|
Closes #19475: Added timespec to the datetime.isoformat() method.
Alexander Belopolsky
2016-03-06
1
-0/+1
*
|
#26246: merge with 3.5.
Ezio Melotti
2016-02-27
1
-0/+1
|
\
\
|
|
/
|
*
#26246: merge with 3.4.
Ezio Melotti
2016-02-27
1
-0/+1
|
|
\
|
|
*
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
Ezio Melotti
2016-02-27
1
-0/+1
*
|
|
Issue #12923: Merge FancyURLopener fix from 3.5
Martin Panter
2016-02-06
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
1
-0/+1
*
|
|
Issue #26244: Merge zlib documentation from 3.5
Martin Panter
2016-02-03
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
1
-0/+1
*
|
|
Issue #23076: Path.glob() now raises a ValueError if it's called with an
Berker Peksag
2016-01-30
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #23076: Path.glob() now raises a ValueError if it's called with an
Berker Peksag
2016-01-30
1
-0/+1
*
|
|
Issue #19023: Merge ctypes doc and tests from 3.5
Martin Panter
2016-01-29
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
1
-0/+1
*
|
|
Merge 3.5 (doc)
Victor Stinner
2016-01-21
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26106: doc: Move text of licenses to parsed literal block
Victor Stinner
2016-01-21
1
-0/+1
*
|
|
Issue #23883: Add missing APIs to calendar.__all__
Martin Panter
2016-01-16
1
-0/+1
*
|
|
Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues
Martin Panter
2016-01-16
1
-0/+1
*
|
|
Merge with 3.5
Terry Jan Reedy
2016-01-09
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
Terry Jan Reedy
2016-01-09
1
-0/+1
*
|
|
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri....
Guido van Rossum
2016-01-06
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri....
Guido van Rossum
2016-01-06
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
Guido van Rossum
2016-01-06
1
-0/+1
*
|
|
Issue #25768: Make compileall functions return booleans and document
Brett Cannon
2015-12-27
1
-0/+1
*
|
|
Merge for issue #12484
Brett Cannon
2015-12-27
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtensio...
Brett Cannon
2015-12-27
1
-0/+1
*
|
|
Merge for issue #25874
Brett Cannon
2015-12-27
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25874: Clarify platform support in the "Using Python on Windows" doc.
Brett Cannon
2015-12-27
1
-0/+1
*
|
|
Merge: #24903: Remove misleading error message to fix regression.
R David Murray
2015-12-05
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merge: #24903: Remove misleading error message to fix regression.
R David Murray
2015-12-05
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
#24903: Remove misleading error message to fix regression.
R David Murray
2015-12-05
1
-0/+1
*
|
|
Issue #22989, #21228: Merge urlopen() doc from 3.5
Martin Panter
2015-11-26
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5
Martin Panter
2015-11-26
1
-0/+1
|
|
\
\
|
|
|
/
[next]