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 #9020: The Py_IS* macros from pyctype.h should generally only be
Stefan Krah
2010-06-24
1
-0/+3
*
towards final release
Benjamin Peterson
2010-06-21
1
-1/+1
*
bump verson to 2.7rc2
v2.7rc2
Benjamin Peterson
2010-06-21
1
-2/+2
*
careening towards 2.7rc2 we go
Benjamin Peterson
2010-06-06
1
-1/+1
*
bump version to 2.7 rc1
Benjamin Peterson
2010-06-06
1
-3/+3
*
Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
Antoine Pitrou
2010-05-21
1
-0/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
16
-1555/+1555
*
towards 2.7 release candidate 1
Benjamin Peterson
2010-05-08
1
-1/+1
*
bump version to 2.7 beta 2
v2.7b2
Benjamin Peterson
2010-05-08
1
-2/+2
*
Fix for issue #7072
Ronald Oussoren
2010-04-18
1
-1/+10
*
towards beta 2
Benjamin Peterson
2010-04-10
1
-1/+1
*
bump version to 2.7b1
Benjamin Peterson
2010-04-10
1
-3/+3
*
Capsule-related changes:
Larry Hastings
2010-04-02
1
-2/+26
*
Issue #8276: PyEval_CallObject() is now only available in macro form. The
Antoine Pitrou
2010-04-01
1
-4/+0
*
Issue #8268: Old-style classes (not just instances) now support weak
Antoine Pitrou
2010-03-31
1
-0/+1
*
Remove extraneous experimental code checked in by accident.
Larry Hastings
2010-03-25
1
-92/+0
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
8
-22/+168
*
Add support for weak references to code objects. This will be used by an opti...
Collin Winter
2010-03-18
1
-0/+1
*
post release update
Benjamin Peterson
2010-03-06
1
-1/+1
*
bump version to 2.7a4
v2.7a4
Benjamin Peterson
2010-03-06
1
-2/+2
*
Issue #7544: Preallocate thread memory before creating the thread to avoid a
Victor Stinner
2010-03-03
1
-0/+2
*
#4852: Remove dead code in every thread implementation, unused for many years.
Amaury Forgeot d'Arc
2010-02-23
1
-9/+0
*
Silence more 'comparison between signed and unsigned' warnings.
Mark Dickinson
2010-02-14
1
-4/+4
*
post release updates
Benjamin Peterson
2010-02-06
1
-1/+1
*
bump version to 2.7a3
v2.7a3
Benjamin Peterson
2010-02-06
1
-2/+2
*
Issue #5677: Explicitly forbid write operations on read-only file objects,
Antoine Pitrou
2010-02-05
1
-0/+2
*
Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a
Mark Dickinson
2010-01-30
1
-0/+1
*
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
Ronald Oussoren
2010-01-17
1
-1/+1
*
Use PyAPI_DATA.
Antoine Pitrou
2010-01-17
1
-1/+1
*
Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)
Antoine Pitrou
2010-01-17
1
-1/+5
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+12
*
Issue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti
2010-01-11
4
-8/+29
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
3
-23/+31
*
post release version adjustment
Benjamin Peterson
2010-01-09
1
-1/+1
*
bump version to 2.7a2
v2.7a2
Benjamin Peterson
2010-01-09
1
-2/+2
*
Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble
Mark Dickinson
2010-01-02
1
-7/+7
*
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...
Georg Brandl
2009-12-28
1
-2/+4
*
Issue #7518: Move substitute definitions of C99 math functions from
Mark Dickinson
2009-12-21
1
-19/+3
*
Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.
Mark Dickinson
2009-12-21
1
-0/+1
*
initialize to NULL
Benjamin Peterson
2009-12-13
1
-1/+1
*
Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost
Mark Dickinson
2009-12-10
1
-2/+2
*
Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal buil...
Ronald Oussoren
2009-12-08
1
-0/+5
*
post release version bump
Benjamin Peterson
2009-12-05
1
-1/+1
*
bump version to 2.7a1
v2.7a1
Benjamin Peterson
2009-12-05
1
-2/+2
*
Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a
Ronald Oussoren
2009-12-01
1
-0/+6
*
Include ieeefp.h (when available) in pyport.h instead of individually in
Mark Dickinson
2009-11-28
1
-0/+4
*
Enable short float repr!
Mark Dickinson
2009-11-18
1
-8/+0
*
Issue #7117, continued: Change round implementation to use the correctly-rou...
Mark Dickinson
2009-11-18
1
-0/+7
*
Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
Mark Dickinson
2009-11-15
1
-0/+16
*
Issue #7117: Backport missing pystrtod.h declarations from py3k.
Mark Dickinson
2009-10-26
1
-0/+5
[next]