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
...
*
|
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
3
-41/+6
|
\
\
|
|
/
|
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
3
-41/+6
*
|
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
4
-160/+9
|
\
\
|
|
/
|
*
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
4
-160/+9
*
|
Issue #21965: Add support for in-memory SSL to the ssl module.
Antoine Pitrou
2014-10-05
1
-76/+456
*
|
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray
2014-10-05
1
-1/+1
*
|
(Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module.
Victor Stinner
2014-10-05
1
-6/+14
|
\
\
|
|
/
|
*
Issue #22290: Fix error handling in the _posixsubprocess module.
Victor Stinner
2014-10-05
1
-6/+14
*
|
merge with 3.4
Georg Brandl
2014-10-02
1
-4/+4
|
\
\
|
|
/
|
*
Closes #19342: improve docstrings in grp module.
Georg Brandl
2014-10-02
1
-6/+6
*
|
(Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of
Victor Stinner
2014-09-30
1
-15/+23
|
\
\
|
|
/
|
*
faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),
Victor Stinner
2014-09-30
1
-15/+23
|
*
faulthandler: _sigsegv() and _sigabrt() don't accept parameters
Victor Stinner
2014-09-30
1
-2/+2
*
|
faulthandler: suppress crash reporter directly in test functions written to
Victor Stinner
2014-09-30
1
-6/+41
*
|
(Merge 3.4) Issue #22396: On 32-bit AIX platform, don't expose
Victor Stinner
2014-09-30
1
-4/+13
|
\
\
|
|
/
|
*
Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
Victor Stinner
2014-09-30
1
-4/+12
*
|
merge 3.4 (#22517)
Benjamin Peterson
2014-09-30
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.3 (#22517)
Benjamin Peterson
2014-09-30
1
-0/+2
|
|
\
|
|
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+2
*
|
|
Issue #22437: Number of capturing groups in regular expression is no longer
Serhiy Storchaka
2014-09-29
2
-18/+40
*
|
|
Removed redundant casts to `char *`.
Serhiy Storchaka
2014-09-28
5
-11/+10
*
|
|
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Antoine Pitrou
2014-09-26
1
-0/+1
*
|
|
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-3/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-3/+5
*
|
|
Issue #22378: socket module: add SO_MARK.
Charles-François Natali
2014-09-18
1
-0/+3
*
|
|
Merge fix for issue #22166 from 3.4
Nick Coghlan
2014-09-15
1
-0/+54
|
\
\
\
|
|
/
/
|
*
|
Issue #22166: clear codec caches in test_codecs
Nick Coghlan
2014-09-15
1
-0/+54
*
|
|
Issue #17095: merge from 3.4
Ned Deily
2014-09-15
1
-14/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #17095: Temporarily revert getpath.c change that added the Modules
Ned Deily
2014-09-15
1
-14/+0
*
|
|
Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter
Victor Stinner
2014-09-11
1
-12/+12
*
|
|
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
2
-1/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
2
-1/+6
*
|
|
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
1
-0/+4
*
|
|
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
Serhiy Storchaka
2014-09-11
1
-10/+26
|
\
\
\
|
|
/
/
|
*
|
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
Serhiy Storchaka
2014-09-11
1
-10/+26
*
|
|
(Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation
Victor Stinner
2014-09-10
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #22338: Fix a crash in the json module on memory allocation failure.
Victor Stinner
2014-09-10
1
-1/+2
*
|
|
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-2/+2
*
|
|
Issue #19232: Speed up decimal import. Additionally, since _decimal is
Stefan Krah
2014-09-10
1
-3/+4
*
|
|
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka
2014-09-06
4
-5/+5
*
|
|
Silenced some warnings about comparison between signed and unsigned integer
Serhiy Storchaka
2014-09-05
1
-3/+3
*
|
|
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Antoine Pitrou
2014-09-04
1
-0/+13
*
|
|
Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory
Victor Stinner
2014-09-04
1
-2/+4
*
|
|
Issue #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
4
-142/+13
*
|
|
Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is
Victor Stinner
2014-08-29
1
-2/+1
*
|
|
Issue #22043: Simplify time.perf_counter() on Windows
Victor Stinner
2014-08-29
1
-30/+16
*
|
|
Issue #22043: _PyTime_Init() now checks if the system clock works.
Victor Stinner
2014-08-29
1
-1/+4
*
|
|
Issue #22287: On UNIX, _PyTime_gettimeofday() now uses
Victor Stinner
2014-08-29
1
-22/+0
[prev]
[next]