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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner
2015-03-24
1
-4/+0
*
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner
2015-03-24
2
-28/+0
*
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner
2015-03-21
1
-2/+3
*
Removed trailing tabs.
Serhiy Storchaka
2015-03-21
2
-2/+2
*
Issue #23646: Enhance precision of time.sleep() and socket timeout when
Victor Stinner
2015-03-20
1
-7/+5
*
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner
2015-03-19
1
-0/+10
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
3
-5/+5
*
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner
2015-03-17
1
-0/+4
*
Issue #23644: Fix issues with C++ when compiling Python extensions
Victor Stinner
2015-03-17
2
-12/+10
*
Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... }
Victor Stinner
2015-03-12
1
-4/+4
*
Post-release changes for 3.5.0a2.
Larry Hastings
2015-03-09
1
-1/+1
*
Release bump for 3.5.0a2.
v3.5.0a2
Larry Hastings
2015-03-08
1
-2/+2
*
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
1
-0/+5
*
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...
Steve Dower
2015-03-06
2
-11/+12
*
Issue #23152: Move declarations back to posixmodule.c.
Serhiy Storchaka
2015-02-22
1
-4/+0
*
Issue #23152: Move declaration into a header and exclude from stable API.
Serhiy Storchaka
2015-02-22
1
-0/+6
*
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
1
-1/+30
*
Merge 3.4 (typo)
Victor Stinner
2015-02-11
1
-1/+1
|
\
|
*
Fix typo: PyMem_Alloc => PyMem_Malloc
Victor Stinner
2015-02-11
1
-1/+1
|
*
Post-release updates for Python 3.4.3rc1.
Larry Hastings
2015-02-08
1
-1/+1
|
*
Version bump for 3.4.3rc1.
Larry Hastings
2015-02-08
1
-4/+4
*
|
Post-release updates for Python 3.5.0a1.
Larry Hastings
2015-02-08
1
-1/+1
*
|
Release bump for 3.5.0a1.
Larry Hastings
2015-02-08
1
-2/+2
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-1/+1
|
\
\
|
|
/
*
|
merge
Raymond Hettinger
2015-01-30
1
-4/+0
|
\
\
|
*
\
Closes #22668: Merge from 3.4.
Stefan Krah
2015-01-29
1
-4/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah
2015-01-29
1
-2/+2
*
|
|
Move the set search finger before the smalltable.
Raymond Hettinger
2015-01-30
1
-2/+2
|
/
/
*
|
Remove unneeded dummy test from the set search loop (when the hashes match we...
Raymond Hettinger
2015-01-27
1
-1/+4
*
|
Issue #23119: Simplify setobject by inlining the special case for unicode eq...
Raymond Hettinger
2015-01-26
1
-2/+1
*
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
2
-0/+3
*
|
Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...
Raymond Hettinger
2015-01-18
1
-3/+2
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
2
-2/+2
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
2
-2/+2
*
|
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Victor Stinner
2015-01-09
1
-3/+77
*
|
Minor comment clean-up
Raymond Hettinger
2014-12-29
1
-2/+1
*
|
Neaten-up setobject.h
Raymond Hettinger
2014-12-27
1
-45/+39
*
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1/+1
|
*
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
Serhiy Storchaka
2014-11-18
1
-2/+6
*
|
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka
2014-11-25
1
-0/+3
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
6
-110/+135
*
|
Issue #22453: Removed non-documented macro PyObject_REPR().
Serhiy Storchaka
2014-11-18
1
-3/+0
*
|
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Serhiy Storchaka
2014-11-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Serhiy Storchaka
2014-11-18
1
-1/+1
*
|
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
1
-1/+1
*
|
Issue #22591: Drop support of MS-DOS
Victor Stinner
2014-10-10
1
-4/+1
*
|
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-1/+3
|
\
\
|
|
/
|
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-1/+3
[next]