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
*
deleted obsolete SYMANTEC__CFM68K__ tests
Skip Montanaro
2000-07-12
1
-8/+0
*
delete obsolete SYMANTEC__CFM68K__ #ifdefs
Skip Montanaro
2000-07-12
2
-12/+0
*
change abstract size functions PySequence_Size &c.
Jeremy Hylton
2000-07-12
1
-6/+12
*
Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Fred Drake
2000-07-11
1
-1/+1
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
2
-2/+6
*
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
Vladimir Marangozov
2000-07-10
1
-1/+1
*
A small comment fix just to make sure I got my cvs/ssh setup right.
Vladimir Marangozov
2000-07-10
1
-1/+1
*
Remove legacy use of __SC__; no longer needed now that ANSI source is
Fred Drake
2000-07-09
1
-4/+0
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
5
-17/+22
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
10
-173/+166
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
14
-338/+340
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-08
12
-174/+176
*
ANSI-fication of the sources -- remove Py_PROTO!
Fred Drake
2000-07-08
2
-35/+39
*
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
[next]