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
*
Cray J90 fixes for long ints.
Tim Peters
2000-07-08
3
-3/+62
*
One of the new prototypes was missing the "void" args.
Greg Stein
2000-07-08
1
-1/+1
*
Got RID of redundant coercions in longobject.c (as spotted by Greg
Tim Peters
2000-07-08
1
-54/+54
*
Fix to use Py_UCS4
Marc-André Lemburg
2000-07-07
1
-1/+1
*
Some cleanup of longs in prepartion for Cray J90 fixes: got
Tim Peters
2000-07-07
2
-15/+15
*
Added new API PyUnicode_FromEncodedObject() which supports decoding
Marc-André Lemburg
2000-07-07
1
-0/+18
*
Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik
Marc-André Lemburg
2000-07-07
1
-3/+8
*
Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need
Marc-André Lemburg
2000-07-07
1
-0/+11
*
Added prototypes for the new codec APIs for strings. These APIs
Marc-André Lemburg
2000-07-06
1
-0/+31
*
Modified the ISALPHA and ISALNUM macros to use the new lookup APIs
Marc-André Lemburg
2000-07-05
1
-5/+8
*
Added #defines to enable SUSv2 compatibility where available and
Marc-André Lemburg
2000-07-05
1
-0/+10
*
Removed Py_PROTO and switched to ANSI C declarations in the dict
Tim Peters
2000-07-04
1
-14/+14
*
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
Marc-André Lemburg
2000-07-03
1
-0/+11
*
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
[next]