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 refleak fixes from 3.2
Antoine Pitrou
2012-01-18
1
-54/+41
|
\
|
*
Fix the _io module leaking references when a sub-interpreter is created.
Antoine Pitrou
2012-01-18
1
-48/+36
*
|
#13665: merge with 3.2.
Ezio Melotti
2012-01-18
1
-1/+1
|
\
\
|
|
/
|
*
#13665: s/string/bytes/ in error message.
Ezio Melotti
2012-01-18
1
-1/+1
*
|
Merge
Antoine Pitrou
2012-01-18
1
-0/+47
|
\
\
|
*
|
Issue #10278: fix a typo in the doc
Victor Stinner
2012-01-18
1
-1/+1
|
*
|
Close #10278: Add time.wallclock() function, monotonic clock.
Victor Stinner
2012-01-18
1
-0/+47
*
|
|
Fix error handling in timemodule.c
Antoine Pitrou
2012-01-18
1
-2/+6
|
/
/
*
|
Test running of code in a sub-interpreter
Antoine Pitrou
2012-01-17
1
-0/+27
|
\
\
|
|
/
|
*
Test running of code in a sub-interpreter
Antoine Pitrou
2012-01-17
1
-0/+27
*
|
Add missing sentinel to PyCursesWindow_getsets
Ronald Oussoren
2012-01-17
1
-1/+2
*
|
Remove an unnecessary extra copy of the bytes hash function.
Gregory P. Smith
2012-01-14
1
-15/+1
*
|
Use GetModuleHandleW to avoid *A functions where possible.
Martin v. Löwis
2012-01-14
1
-3/+3
*
|
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
Charles-François Natali
2012-01-14
1
-3/+3
*
|
Fix compilation warning on Windows
Amaury Forgeot d'Arc
2011-12-17
1
-1/+1
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-1/+3
*
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-27/+55
*
|
Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init()
Victor Stinner
2012-01-10
1
-2/+2
*
|
Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
Charles-François Natali
2012-01-10
1
-2/+5
*
|
Issue #12760: Add a create mode to open(). Patch by David Townshend.
Charles-François Natali
2012-01-09
2
-21/+45
*
|
Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
Charles-François Natali
2012-01-08
1
-1/+2
*
|
Issue #13739: It's simpler and more direct to call rewinddir() at the
Charles-François Natali
2012-01-08
1
-2/+1
*
|
Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()
Charles-François Natali
2012-01-08
1
-0/+2
*
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-8/+21
|
\
\
|
|
/
|
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-8/+21
|
*
Don't redefine _GNU_SOURCE if it's already defined.
Ross Lagerwall
2011-12-22
1
-2/+2
*
|
try to always use the old API
Benjamin Peterson
2011-12-27
1
-4/+5
*
|
fix for old kernels which don't have epoll_create1
Benjamin Peterson
2011-12-27
1
-3/+9
*
|
add a flags parameter to select.epoll
Benjamin Peterson
2011-12-27
1
-19/+15
*
|
Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.
Charles-François Natali
2011-12-23
2
-16/+10
*
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
1
-0/+35
*
|
Merge with 3.2 for #11006.
Ross Lagerwall
2011-12-22
1
-6/+0
|
\
\
|
|
/
|
*
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
Ross Lagerwall
2011-12-22
1
-6/+0
*
|
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
Antoine Pitrou
2011-12-21
1
-0/+12
*
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
1
-6/+44
*
|
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou
2011-12-20
1
-0/+24
*
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou
2011-12-19
1
-0/+30
*
|
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
Antoine Pitrou
2011-12-19
1
-0/+2
*
|
(Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
1
-3/+5
|
\
\
|
|
/
|
*
Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
1
-3/+5
*
|
import.c now catchs _Py_stat() exceptions
Victor Stinner
2011-12-18
1
-2/+2
*
|
Issue #13530: Document os.lseek() result
Victor Stinner
2011-12-17
1
-1/+2
|
\
\
|
|
/
|
*
Issue #13530: Document os.lseek() result
Victor Stinner
2011-12-17
1
-1/+2
*
|
Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c
Victor Stinner
2011-12-17
1
-0/+4
|
\
\
|
|
/
|
*
Issue #10951: Fix a compiler warning in timemodule.c
Victor Stinner
2011-12-17
1
-0/+4
*
|
Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael
Charles-François Natali
2011-12-17
1
-0/+3
*
|
Issue #13560: Locale codec functions use the classic "errors" parameter,
Victor Stinner
2011-12-17
3
-6/+7
*
|
Issue #13560: os.strerror() now uses the current locale encoding instead of U...
Victor Stinner
2011-12-17
2
-4/+3
*
|
Issue #13560: Add PyUnicode_EncodeLocale()
Victor Stinner
2011-12-17
1
-1/+1
*
|
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner
2011-12-16
3
-58/+18
[next]