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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
merge 3.4
Benjamin Peterson
2016-06-14
2
-4/+4
|
|
\
|
|
*
sync ordering of stddef.h includes with expat 2.1.1
Benjamin Peterson
2016-06-14
2
-4/+4
*
|
|
- Modules/_collectionsmodule.c: Mark one more internal symbol as static.
doko@ubuntu.com
2016-06-14
1
-1/+1
*
|
|
Issue #16182: Merge readline locale fix from 3.5
Martin Panter
2016-06-14
1
-38/+94
|
\
\
\
|
|
/
/
|
*
|
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter
2016-06-14
1
-38/+94
*
|
|
- Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
doko@ubuntu.com
2016-06-13
2
-0/+4
*
|
|
Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix typo in _sqlite/module.h
Berker Peksag
2016-06-12
1
-1/+1
*
|
|
Issue #27190: Merge from 3.5
Berker Peksag
2016-06-12
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Berker Peksag
2016-06-12
1
-0/+4
*
|
|
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
1
-17/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
1
-17/+22
*
|
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-3/+16
|
\
\
\
|
|
/
/
|
*
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-3/+16
*
|
|
merge 3.5 (#26556)
Benjamin Peterson
2016-06-11
3
-6/+24
|
\
\
\
|
|
/
/
|
*
|
merge 3.4 (#26556)
Benjamin Peterson
2016-06-11
3
-6/+24
|
|
\
\
|
|
|
/
|
|
*
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
3
-6/+24
*
|
|
Issue #27186: Add os.PathLike support to DirEntry
Brett Cannon
2016-06-10
1
-0/+10
*
|
|
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka
2016-06-09
1
-0/+18
*
|
|
Clarify documentation for os.fspath().
Brett Cannon
2016-06-09
2
-8/+8
*
|
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka
2016-06-09
42
-677/+1311
*
|
|
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka
2016-06-09
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka
2016-06-09
1
-7/+7
|
*
|
Fix a comment.
Barry Warsaw
2016-06-08
1
-1/+2
*
|
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
Barry Warsaw
2016-06-08
1
-1/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
1
-1/+6
*
|
|
Issue #27164: Merge raw Deflate zdict support from 3.5
Martin Panter
2016-06-05
1
-18/+44
|
\
\
\
|
|
/
/
|
*
|
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter
2016-06-05
1
-18/+44
*
|
|
issue27186: add open/io.open; patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-16/+32
*
|
|
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
Ethan Furman
2016-06-04
2
-1/+84
*
|
|
merge 3.5
Benjamin Peterson
2016-06-02
1
-19/+2
|
\
\
\
|
|
/
/
|
*
|
remove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson
2016-06-02
1
-19/+2
*
|
|
replace custom validation logic in the parse module with a simple DFA validat...
Benjamin Peterson
2016-06-02
1
-2452/+93
*
|
|
Issue #27171: Fix typo in exception message
Martin Panter
2016-06-02
1
-1/+1
*
|
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
4
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
4
-7/+7
*
|
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
2
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
2
-2/+2
*
|
|
Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-05-28
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-05-28
1
-0/+2
*
|
|
Issue #20699: Merge io bytes-like fixes from 3.5
Martin Panter
2016-05-28
6
-12/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
6
-12/+13
*
|
|
Issue #5784: Merge zlib from 3.5
Martin Panter
2016-05-27
2
-11/+17
|
\
\
\
|
|
/
/
|
*
|
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter
2016-05-27
2
-11/+17
*
|
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
5
-13/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
5
-13/+13
*
|
|
merge 3.5 (#27093)
Benjamin Peterson
2016-05-24
1
-11/+15
|
\
\
\
|
|
/
/
|
*
|
fix indentation and add curlies (closes #27093)
Benjamin Peterson
2016-05-24
1
-11/+15
*
|
|
Issue #26857: The gethostbyaddr_r() workaround is no longer needed with
Stefan Krah
2016-05-22
1
-1/+5
*
|
|
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-0/+95
|
\
\
\
|
|
/
/
[prev]
[next]