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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16595: Add prlimit() to resource module
Christian Heimes
2013-10-22
1
-0/+2
*
Issue #19324: Expose Linux-specific constants in resource module
Christian Heimes
2013-10-22
1
-0/+2
*
Fix Misc/NEWS merge conflict, hurray
Christian Heimes
2013-10-22
1
-3/+0
*
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes
2013-10-22
1
-0/+6
|
\
|
*
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes
2013-10-22
1
-0/+3
*
|
#17400; NEWS and ipaddress.rst change
Peter Moody
2013-10-21
1
-0/+2
*
|
Load SSL's error strings in hashlib.
Christian Heimes
2013-10-21
1
-0/+2
*
|
Issue #18527: Upgrade internal copy of zlib to 1.2.8
Christian Heimes
2013-10-21
1
-0/+2
*
|
#19274: use captured_stdout() in the test suite; add NEWS entry.
Georg Brandl
2013-10-21
1
-1/+7
*
|
Issue 19306: Add extra hints to faulthandler stack dumps that they are upside...
Guido van Rossum
2013-10-21
1
-2/+13
*
|
#8964: merge with 3.3.
Ezio Melotti
2013-10-21
2
-0/+4
|
\
\
|
|
/
|
*
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
2
-0/+4
*
|
#18958: Improve error message for json.load(s) while passing a string that st...
Ezio Melotti
2013-10-20
1
-0/+3
*
|
#19307: Improve error message for json.load(s) while passing objects of the w...
Ezio Melotti
2013-10-20
1
-0/+3
*
|
Grammar fix
Andrew Kuchling
2013-10-20
1
-1/+1
*
|
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Serhiy Storchaka
2013-10-20
1
-0/+4
|
\
\
|
|
/
|
*
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Serhiy Storchaka
2013-10-20
1
-0/+4
*
|
Issue #17087: Improved the repr for regular expression match objects.
Serhiy Storchaka
2013-10-20
1
-0/+2
*
|
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou
2013-10-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou
2013-10-19
1
-0/+3
*
|
give explicitly global functions and classes a global __qualname__ (closes #1...
Benjamin Peterson
2013-10-19
1
-0/+3
*
|
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
Larry Hastings
2013-10-19
1
-0/+3
*
|
Issue #12866: The audioop module now supports 24-bit samples.
Serhiy Storchaka
2013-10-19
1
-0/+2
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-0/+2
*
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
Serhiy Storchaka
2013-10-19
1
-0/+2
|
\
\
|
|
/
|
*
Issue #19279: UTF-7 decoder no more produces illegal strings.
Serhiy Storchaka
2013-10-19
1
-0/+2
*
|
contextlib doc updates and refactoring
Nick Coghlan
2013-10-19
1
-1/+1
*
|
lower case pbkdf2_hmac
Christian Heimes
2013-10-19
1
-1/+1
*
|
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Christian Heimes
2013-10-19
1
-0/+2
*
|
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
Larry Hastings
2013-10-19
1
-0/+3
*
|
Issue #19019: Change the OS X installer build script to use CFLAGS instead
Ned Deily
2013-10-19
1
-0/+5
*
|
Issue #14499: Fix several problems with OS X universal build support:
Ned Deily
2013-10-19
1
-0/+6
*
|
Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15.
Ned Deily
2013-10-19
1
-0/+1
*
|
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda
2013-10-18
1
-2/+2
*
|
Issue #19223: Add support for the 'x' mode to the bz2 module.
Nadeem Vawda
2013-10-18
1
-2/+2
*
|
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda
2013-10-18
2
-0/+4
*
|
Fix a refleak in _sre
Brett Cannon
2013-10-18
1
-0/+2
*
|
Add NEWS entry for issue #18810
Brett Cannon
2013-10-18
1
-0/+5
*
|
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon
2013-10-18
1
-0/+7
*
|
Remove redundant empty lines.
Serhiy Storchaka
2013-10-18
1
-5/+0
|
\
\
|
|
/
|
*
Remove redundant empty lines.
Serhiy Storchaka
2013-10-18
1
-1/+1
*
|
Remove a duplicate.
Serhiy Storchaka
2013-10-18
1
-2/+0
*
|
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman
2013-10-18
1
-0/+5
*
|
Catching up on NEWS entries.
Ethan Furman
2013-10-18
1
-0/+8
*
|
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+6
*
|
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
Serhiy Storchaka
2013-10-17
1
-0/+2
|
\
\
|
|
/
|
*
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
Serhiy Storchaka
2013-10-17
1
-0/+2
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
2
-0/+6
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
2
-0/+9
*
|
Issue #19275: Fix test_site on AMD64 Snow Leopard
Christian Heimes
2013-10-17
1
-0/+2
[next]