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
*
Neil Schemenauer: small fixes for GC
Guido van Rossum
2000-07-01
1
-6/+3
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
51
-306/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
51
-1108/+343
*
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton
2000-06-30
1
-3/+58
*
Bump version to 2.0b1.
Guido van Rossum
2000-06-29
1
-6/+6
*
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake
2000-06-29
1
-0/+4
*
Jack Jansen: Use include "" instead of <>; and staticforward declarations
Guido van Rossum
2000-06-29
1
-1/+1
*
Jack Jansen: Removed support for long-dead Think C compiler
Guido van Rossum
2000-06-28
1
-5/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-0/+20
*
Fredrik Lundh: get rid of warning in pythonrun.c
Guido van Rossum
2000-06-26
1
-0/+1
*
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
2
-0/+13
*
Round 1 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
1
-2/+8
*
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton
2000-06-20
2
-1/+2
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-18
1
-1/+2
*
Patch from /F:
Andrew M. Kuchling
2000-06-18
1
-1/+20
*
Typo fix in comment.
Greg Ward
2000-05-28
1
-1/+1
*
Now that standard exceptions are builtin, we don't need two phase init
Barry Warsaw
2000-05-25
1
-6/+3
*
Removing thread.h -- it has been obsolete for quite a while.
Guido van Rossum
2000-05-12
1
-62/+0
*
Added math.rint() -- round according to current IEEE754 mode
Guido van Rossum
2000-05-11
1
-0/+2
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
1
-4/+26
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
1
-7/+75
*
Trent Mick:
Guido van Rossum
2000-05-08
1
-0/+3
*
Andy Dustman: add GNU pth user-space thread support.
Guido van Rossum
2000-05-08
1
-0/+4
*
Add two scenarios by Vladimir Marangozov that show how to use your own
Guido van Rossum
2000-05-05
1
-1/+43
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
2
-51/+294
*
At last, this backward compatibility file bites the dust.
Guido van Rossum
2000-05-02
1
-434/+0
*
Marc-Andre Lemburg:
Guido van Rossum
2000-05-01
1
-0/+1
*
Christian Tismer -- total rewrite on trashcan code.
Guido van Rossum
2000-04-24
1
-2/+8
*
Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac)
Guido van Rossum
2000-04-24
1
-1/+1
*
Fix PR#7 comparisons of recursive objects
Jeremy Hylton
2000-04-14
1
-0/+3
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-11
1
-1/+1
*
Marc-Andre Lemburg: New exported API PyUnicode_Resize().
Guido van Rossum
2000-04-10
1
-0/+19
*
Bump version to 1.6a2 -- to be released one of these days.
Guido van Rossum
2000-04-06
1
-3/+3
*
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum
2000-04-05
4
-3/+36
*
Make it version 1.6a1.
Guido van Rossum
2000-03-30
1
-3/+3
*
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
[next]