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
*
Bump the version to 2.2.3 (final).
Guido van Rossum
2003-05-30
1
-3/+3
*
Bumping PY_VERSION
Barry Warsaw
2003-05-23
1
-1/+1
*
Backport fix for SF bug 734869 and sundry compiler cleanups.
Jeremy Hylton
2003-05-22
1
-1/+1
*
Prepare for 2.2.3c1 (release candidate 1)
Barry Warsaw
2003-05-22
1
-4/+4
*
Fix broken API descriptions in comments.
Fred Drake
2003-05-12
1
-8/+7
*
More backporting of gc-vs-__del__ fixes. It should be fixed for instances
Tim Peters
2003-04-08
1
-1/+1
*
Added private API function _PyInstance_Lookup(). This is part of
Tim Peters
2003-04-08
1
-0/+12
*
Patch #710576: Implement per-interpreter-state codec registries.
Martin v. Löwis
2003-03-30
1
-0/+3
*
Bump release version to 2.2.2 -- the final release is imminent.
Guido van Rossum
2002-10-14
1
-3/+3
*
Upgrade the version *string* by adding a '+'. This marks the first
Guido van Rossum
2002-10-08
1
-1/+1
*
Backport:
Michael W. Hudson
2002-10-07
1
-0/+12
*
This is Armin Rigo's patch:
Michael W. Hudson
2002-10-07
1
-0/+3
*
This is Armin Rigo's patch:
Michael W. Hudson
2002-10-07
1
-0/+2
*
Assorted changes needed to release 2.2.2b1.
Tim Peters
2002-10-06
1
-3/+3
*
Backport last checkin:
Neal Norwitz
2002-10-04
2
-6/+6
*
Backport patch (also pointed out in SF #607253):
Neal Norwitz
2002-10-04
3
-0/+26
*
Backport revision 1.6 by jackjansen;
Neal Norwitz
2002-09-25
1
-1/+3
*
Change the version to 2.2.2a0. (Whether we're going to do a 2.2.2
Guido van Rossum
2002-09-24
1
-3/+3
*
Backport checkin:
Walter Dörwald
2002-04-22
1
-0/+7
*
Update patch level and Windows build number for 2.2.1 final.
Tim Peters
2002-04-04
1
-3/+3
*
Bump release to 2.2.1c2.
Tim Peters
2002-03-25
1
-2/+2
*
backport akuchling's checkin of
Michael W. Hudson
2002-03-25
1
-3/+1
*
backport jhylton's checkin of
Michael W. Hudson
2002-03-15
1
-1/+1
*
Rename this build 2.2.1c1.
Tim Peters
2002-03-14
1
-2/+2
*
This has been declared to work.
Michael W. Hudson
2002-03-11
1
-0/+35
*
backport tim_one's checkin of
Michael W. Hudson
2002-03-05
2
-9/+22
*
Assorted Windows buildno, copyright and version number changes for 2.2.1a1.
Tim Peters
2002-02-28
1
-1/+1
*
Bump version number.
Michael W. Hudson
2002-02-27
1
-4/+4
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
1
-0/+3
*
Implement PyObject_DelItemString. Fixes #498915.
Martin v. Löwis
2002-01-05
1
-0/+8
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-12-28
1
-3/+3
*
As usual, bump the version number.
Barry Warsaw
2001-12-14
1
-3/+3
*
Add helper macro to get the number of free variables for a PyCodeObject.
Jeremy Hylton
2001-12-13
1
-0/+1
*
SF bug #491415 PyDict_UpdateFromSeq2() unused
Tim Peters
2001-12-11
1
-1/+19
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1/+1
*
PyMethodObject(): Update the comment about im_class based upon a
Guido van Rossum
2001-12-07
1
-1/+1
*
SF bug #488514: -Qnew needs work
Tim Peters
2001-12-06
1
-0/+4
*
Stop defining NDEBUG in Python.h, because it can interfere with
Tim Peters
2001-12-04
1
-5/+4
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
1
-0/+4
*
mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to
Tim Peters
2001-12-03
1
-5/+0
*
PyFile_WriteString(): change prototype so that the string arg is
Tim Peters
2001-11-28
1
-1/+1
*
Removed preprocessor gimmick trying to force use of snprintf emulation
Tim Peters
2001-11-28
1
-8/+6
*
Fix SF bug [ #476852 ] Some bad macros in abstract.h
Jeremy Hylton
2001-11-28
1
-2/+2
*
Bumping version number.
Barry Warsaw
2001-11-16
1
-2/+2
*
Add PyObject_CheckReadBuffer(), which returns true if its argument
Jeremy Hylton
2001-11-09
1
-0/+9
*
Make the CoreFoundation object _New and _Convert routines available to other ...
Jack Jansen
2001-11-05
1
-0/+24
*
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
Fred Drake
2001-10-28
1
-4/+4
*
SF patch #475657 (Dietmar Schwertberger)
Guido van Rossum
2001-10-27
1
-3/+4
*
SF bug #475327: type() produces incorrect error msg
Tim Peters
2001-10-27
1
-0/+1
*
Added two new functions to conveniently call functions/methods from C.
Fred Drake
2001-10-26
1
-5/+23
[next]