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
*
Add PyDict_Copy() function to C API for dicts. It returns a new
Jeremy Hylton
2000-03-30
1
-0/+2
*
Version updated to 1.6; API version to 1009.
Guido van Rossum
2000-03-29
2
-7/+9
*
remove reference to CALL_FUNCTION_STAR in comment
Jeremy Hylton
2000-03-29
1
-1/+1
*
slightly modified version of Greg Ewing's extended call syntax patch
Jeremy Hylton
2000-03-28
1
-0/+7
*
Marc-Andre Lemburg:
Guido van Rossum
2000-03-28
1
-1/+7
*
Prototypes added for MBCS codecs. (Win32 only.)
Guido van Rossum
2000-03-28
1
-0/+20
*
Updated comment: in PyTypeObject:
Fred Drake
2000-03-21
1
-1/+1
*
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw
2000-03-20
1
-7/+9
*
Marc-Andre Lemburg: add declaration for PyUnicode_Contains().
Guido van Rossum
2000-03-13
1
-0/+11
*
Christian Tismer's "trashcan" patch:
Guido van Rossum
2000-03-13
1
-0/+47
*
Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer,
Guido van Rossum
2000-03-10
1
-0/+46
*
Marc-Andre Lemburg: include unicodeobject.h and codecs.h
Guido van Rossum
2000-03-10
1
-0/+2
*
Marc-Andre Lemburg: add PyExc_UnicodeError
Guido van Rossum
2000-03-10
1
-0/+1
*
Unicode implementation by Marc-Andre Lemburg based on original code by Fredri...
Guido van Rossum
2000-03-10
1
-0/+754
*
Python Codec Registry and support functions, by Marc-Andre Lemburg.
Guido van Rossum
2000-03-10
1
-0/+55
*
Got rid of silly "123456789-..." lines in comments.
Guido van Rossum
2000-03-01
5
-22/+0
*
Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds
Guido van Rossum
2000-02-28
1
-1/+7
*
Declarations related to new WindowsError exception.
Guido van Rossum
2000-02-17
1
-0/+7
*
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Guido van Rossum
2000-01-20
1
-0/+1
*
Mainlining the string_methods branch. See branch revision log
Barry Warsaw
1999-10-12
2
-0/+2
*
Patch by Tim Peters:
Guido van Rossum
1999-06-22
1
-0/+1
*
Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to
Guido van Rossum
1999-06-09
1
-2/+2
*
Prepare for final release.
Guido van Rossum
1999-04-13
1
-4/+5
*
Release 1.5.2c1
Guido van Rossum
1999-04-08
1
-4/+4
*
Add the possibility of a gamma release (release candidate).
Guido van Rossum
1999-04-07
1
-2/+3
*
Conform to standard boilerplate.
Guido van Rossum
1999-03-24
1
-3/+34
*
Adding thread.h -- unused but for b/w compatibility.
Guido van Rossum
1999-03-22
1
-0/+62
*
Add DLL level b/w compat for PySequence_In and PyEval_CallObject
Guido van Rossum
1999-03-17
2
-0/+10
*
Add PyModule_GetFilename().
Guido van Rossum
1999-02-15
1
-0/+1
*
There's a macro PycString_IMPORT which the documentation listed as
Guido van Rossum
1999-01-25
1
-1/+1
*
Changes for long file support by Steve Clift.
Guido van Rossum
1999-01-06
1
-0/+19
*
Chris Herborth writes:
Guido van Rossum
1999-01-04
1
-5/+0
*
New version identification scheme.
Guido van Rossum
1999-01-03
3
-4/+74
*
I can't seem to do anything right :-)
Guido van Rossum
1998-12-21
1
-1/+1
*
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum
1998-12-21
1
-55/+21
*
Add macro version of PyThreadState_GET(). This uses
Guido van Rossum
1998-12-21
1
-0/+11
*
Add prototypes for PyOS_strto[u]l -- Chris Herborth.
Guido van Rossum
1998-12-10
1
-0/+9
*
Undo the change here -- there's no point in declaring a static
Guido van Rossum
1998-12-08
1
-1/+1
*
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum
1998-12-04
44
-400/+403
*
New API version (enough has changed!).
Guido van Rossum
1998-12-03
1
-3/+5
*
Added PyExc_NotImplementedError
Barry Warsaw
1998-12-01
1
-0/+1
*
Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen)
Guido van Rossum
1998-11-02
1
-1/+1
*
Bump the patch level to 1.5.2b2, just in case I feel like releasing
Guido van Rossum
1998-10-24
1
-1/+1
*
Changes by Greg Stein (code) and GvR (design).
Guido van Rossum
1998-10-08
1
-2/+35
*
Changes to support other object types besides strings
Guido van Rossum
1998-10-07
1
-1/+6
*
Add Greg Stein's buffer object API.
Guido van Rossum
1998-10-07
2
-0/+62
*
Up version to 1.5a2 -- we're close enough (even though I'm still
Guido van Rossum
1998-10-02
1
-1/+1
*
Renamed thread.h to pythread.h.
Guido van Rossum
1998-10-01
1
-90/+0
*
On second though, NEXITFUNCS should be defined in pythonrun.c and not
Guido van Rossum
1998-10-01
1
-2/+0
*
Move the #include of <sys/select> to *after* mytime.h (or <time.h>),
Guido van Rossum
1998-09-28
1
-2/+2
[next]