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 #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
2
-2/+2
*
merge 3.4 (#22849)
Benjamin Peterson
2014-11-12
1
-1/+1
|
\
|
*
fix possible double free in TextIOWrapper.__init__ (closes #22849)
Benjamin Peterson
2014-11-12
1
-1/+1
*
|
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
1
-3/+3
|
\
\
|
|
/
|
*
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
1
-2/+2
*
|
Issue 20152, 22821: Port the fcntl module to Argument Clinic.
Brett Cannon
2014-11-10
2
-210/+416
*
|
merge 3.4
Benjamin Peterson
2014-11-06
1
-4/+4
|
\
\
|
|
/
|
*
fix test where sizeof(long) != sizeof(int)
Benjamin Peterson
2014-11-06
1
-4/+4
*
|
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-06
5
-12/+81
|
\
\
|
|
/
|
*
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-05
5
-12/+81
*
|
Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
Victor Stinner
2014-11-05
1
-1/+0
*
|
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
1
-0/+4
|
\
\
|
|
/
|
*
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
1
-0/+4
*
|
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka
2014-10-31
4
-11/+50
*
|
merge with 3.4
Georg Brandl
2014-10-28
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo.
Georg Brandl
2014-10-28
1
-1/+1
*
|
Issue #22676: Make the pickling of global objects which don't have a __module...
Antoine Pitrou
2014-10-23
1
-36/+72
*
|
Issue #22592: Drop support of the Borland C compiler to build Python
Victor Stinner
2014-10-22
2
-22/+3
*
|
Issue #17401: document closefd in io.FileIO docs and add to repr
Robert Collins
2014-10-18
1
-4/+6
*
|
Issue #20152: Convert the cmath module to Argument Clinic.
Brett Cannon
2014-10-14
2
-222/+1118
*
|
Issue #22615: Argument Clinic now supports the "type" argument for the
Larry Hastings
2014-10-13
2
-57/+60
*
|
Merge: #13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-2/+8
|
\
\
|
|
/
|
*
#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-2/+8
*
|
#22568: merge with 3.4
Georg Brandl
2014-10-12
1
-6/+6
|
\
\
|
|
/
|
*
Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases.
Georg Brandl
2014-10-12
1
-6/+6
*
|
merge 3.4 (closes #22605)
Benjamin Peterson
2014-10-11
1
-1/+1
|
\
\
|
|
/
|
*
prevent passing NULL to memcpy (closes #22605)
Benjamin Peterson
2014-10-11
1
-1/+1
*
|
Issue #20152: Port the array module to Argument Clinic.
Brett Cannon
2014-10-10
2
-273/+866
*
|
Issue #22584: Got rid of character tables in _sre.c and use standard macros
Serhiy Storchaka
2014-10-10
1
-34/+6
*
|
Closes #22579: Fix posixmodule.c to support any C compiler on Windows
Victor Stinner
2014-10-09
1
-1/+1
*
|
Merge 3.4
Victor Stinner
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22588: Fix typo in _testcapi.test_incref_decref_API()
Victor Stinner
2014-10-09
1
-1/+1
*
|
(Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:
Victor Stinner
2014-10-09
1
-21/+21
|
\
\
|
|
/
|
*
Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
Victor Stinner
2014-10-09
1
-21/+21
*
|
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
[next]