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
*
const poisoning, spreading to fix new const warnings
Tim Peters
2005-12-24
1
-3/+3
*
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw
2005-12-18
1
-0/+1
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
7
-73/+116
*
moved magic into structure (mainly to simplify the client code)
Fredrik Lundh
2005-12-13
1
-3/+5
*
renamed dispatch -> capi to match other CAPI implementations
Fredrik Lundh
2005-12-13
1
-3/+3
*
added cobject-based expat dispatch mechanism to pyexpat
Fredrik Lundh
2005-12-13
1
-0/+45
*
SF #1373150, diffs in working copy after a build
Neal Norwitz
2005-12-11
1
-1/+1
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
7
-34/+36
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
2
-7/+4
*
Prevent name pollution by making lots of internal functions static.
Neal Norwitz
2005-11-13
1
-15/+1
*
_PyUnicode_IsWhitespace(),
Tim Peters
2005-10-29
1
-2/+2
*
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...
Neal Norwitz
2005-10-24
1
-2/+2
*
Do not pollute name block_ty, prefix with _Py_
Neal Norwitz
2005-10-24
1
-3/+3
*
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...
Neal Norwitz
2005-10-23
1
-2/+2
*
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer
2005-10-23
1
-1/+1
*
Correct error to PyRun_SimpleString macro introduced in AST merge.
Mark Hammond
2005-10-23
1
-1/+1
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-5/+0
*
Remove INT_MIN that came from the AST merge.
Neal Norwitz
2005-10-21
1
-1/+0
*
Use the newer names for APIs after the AST merge
Neal Norwitz
2005-10-21
1
-3/+3
*
Remove dup declarations after AST merge
Neal Norwitz
2005-10-21
1
-3/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
9
-128/+654
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-0/+15
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
1
-0/+1
*
- Changes donated by Elemental Security to make it work on HP-UX 11 on
Guido van Rossum
2005-09-14
1
-1/+1
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-0/+10
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
1
-0/+1
*
Numerous fix-ups to C API and docs. Added tests for C API.
Raymond Hettinger
2005-08-16
1
-1/+1
*
Add a C API for sets and frozensets.
Raymond Hettinger
2005-08-16
1
-0/+9
*
Change the %s format specifier for str objects so that it returns a
Neil Schemenauer
2005-08-12
1
-0/+1
*
* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.
Raymond Hettinger
2005-08-07
1
-1/+5
*
* set_new() doesn't need to zero the structure a second time after tp_alloc
Raymond Hettinger
2005-08-06
1
-0/+6
*
Model set.pop() after dict.popitem().
Raymond Hettinger
2005-08-02
1
-0/+4
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
3
-0/+3
*
* Improve code for the empty frozenset singleton:
Raymond Hettinger
2005-08-01
2
-2/+2
*
Revised the set() and frozenset() implementaion to use its own internal
Raymond Hettinger
2005-07-31
1
-13/+45
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
Add comments about PyThreadState and the usage of its fields.
Brett Cannon
2005-06-25
1
-1/+5
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-1/+1
*
This is my patch:
Michael W. Hudson
2005-05-27
2
-12/+18
*
Patch #1115086: support PY_LONGLONG in structmember.
Martin v. Löwis
2005-03-03
1
-0/+4
*
Patch #802188: better parser error message for non-EOL following line cont.
Martin v. Löwis
2005-03-03
1
-0/+1
*
Remove PyRange_New().
Raymond Hettinger
2004-12-03
1
-2/+0
*
post 2.4 release machinations
Anthony Baxter
2004-11-30
1
-3/+3
*
preparing for 2.4 final (wooooooo!)
Anthony Baxter
2004-11-29
1
-3/+3
*
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg
2004-11-22
1
-2/+8
*
preparing for rc1
Anthony Baxter
2004-11-15
1
-4/+4
*
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger
2004-11-05
1
-13/+14
*
release bit
Anthony Baxter
2004-11-02
1
-2/+2
*
SF patch #1056231: typo in comment (unicodeobject.h)
Raymond Hettinger
2004-10-31
1
-1/+1
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-30
1
-0/+20
[next]