COMMITS
/ Python/bltinmodule.c January 19, 2001
M
Backed out the unistr() builtin.
Marc-André Lemburg committed
J
clearer error messages for apply() and "no locals"
Jeremy Hylton committed
G
Fix for the bug in complex() just reported by Ping.
Guido van Rossum committed
January 17, 2001
M
This patch adds a new builtin unistr() which behaves like str()
Marc-André Lemburg committed
G
Use rich comparisons in min and max.
Guido van Rossum committed
January 12, 2001
F
Update the docstring for apply() so that "args" is marked as optional
Fred Drake committed
G
(Modified) patch by Ping - SF Patch #102681.
Guido van Rossum committed
January 4, 2001
N
Add NotImplemented to the builtin module.
Neil Schemenauer committed
December 23, 2000
A
CHange error messages for ord(), using "string" instead of "string or Unicode"
Andrew M. Kuchling committed
December 20, 2000
A
Whoops! Two stray characters crept in to my last check-in
Andrew M. Kuchling committed
A
Patch #102955, fixing one of the warnings in bug #121479:
Andrew M. Kuchling committed
December 4, 2000
N
Make isinstance() more permissive in what types of arguments it
Neil Schemenauer committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 19, 2000
M
This patch adds a new Python C API called PyString_AsStringAndSize()
Marc-André Lemburg committed
September 18, 2000
M
Deferred the attribute name object type checking to the underlying
Marc-André Lemburg committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 27, 2000
G
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Guido van Rossum committed
August 18, 2000
B
comples_from_string(): Move s_buffer[] up to the top-level function
Barry Warsaw committed
August 12, 2000
T
Clean up a couple of warnings on Win64. The downcast of the strlen size_t
Trent Mick committed
August 3, 2000
B
Both PEP 201 Lockstep Iteration and SF patch #101030 have been
Barry Warsaw committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 23, 2000
T
Another missed ansification.
Thomas Wouters committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
T
Get rid of unused vars in builtin_unicode (they were causing
Tim Peters committed
July 7, 2000
M
Fixed unicode() to use the new API PyUnicode_FromEncodedObject().
Marc-André Lemburg committed
July 3, 2000
J
Include limits.h if we have it.
Jack Jansen committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick:
Guido van Rossum committed
June 20, 2000
F
Christopher Fandrich <cfandrich@8cs.com>:
Fred Drake committed
May 25, 2000
B
All the exception building related stuff has been moved out of this
Barry Warsaw committed
B
bltin_exc: Removed the leaf_exc flag in the structure, which was only
Barry Warsaw committed
May 9, 2000
F
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
G
A bit of cleanup:
Guido van Rossum committed
May 2, 2000
B
_PyBuiltin_Init_2(): Remove the misleading comment.
Barry Warsaw committed
B
initerrors(): Remove this function. String-based standard exceptions
Barry Warsaw committed
April 13, 2000
F
When refering to Unicode characters in exception messages and
Fred Drake committed
April 12, 2000
J
ord: provide better error messages
Jeremy Hylton committed
April 11, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
April 5, 2000
G
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: added new builtin functions unicode() and
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
February 17, 2000
G
Changes by Mark Hammond related to the new WindowsError exception.
Guido van Rossum committed
December 23, 1999
F
Adjusted apply() docstring based on comments from Gerrit Holl
Fred Drake committed
October 12, 1999
B
Mainlining the string_methods branch. See branch revision log
Barry Warsaw committed
July 19, 1999
F
Fixed order of parameters in slice() docstring. The Library Reference
Fred Drake committed