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
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #413552 - Premature decref on object
Tim Peters
2001-04-07
1
-3/+7
*
Extend support for from __future__ import nested_scopes
Jeremy Hylton
2001-03-22
1
-2/+14
*
Move the code implementing isinstance() and issubclass() to new C
Guido van Rossum
2001-03-21
1
-96/+6
*
Backed out the unistr() builtin.
Marc-André Lemburg
2001-01-19
1
-18/+0
*
clearer error messages for apply() and "no locals"
Jeremy Hylton
2001-01-19
1
-4/+6
*
Fix for the bug in complex() just reported by Ping.
Guido van Rossum
2001-01-19
1
-1/+7
*
This patch adds a new builtin unistr() which behaves like str()
Marc-André Lemburg
2001-01-17
1
-0/+18
*
Use rich comparisons in min and max.
Guido van Rossum
2001-01-17
1
-9/+9
*
Update the docstring for apply() so that "args" is marked as optional
Fred Drake
2001-01-12
1
-1/+1
*
(Modified) patch by Ping - SF Patch #102681.
Guido van Rossum
2001-01-12
1
-27/+33
*
Add NotImplemented to the builtin module.
Neil Schemenauer
2001-01-04
1
-0/+3
*
CHange error messages for ord(), using "string" instead of "string or Unicode"
Andrew M. Kuchling
2000-12-23
1
-2/+3
*
Whoops! Two stray characters crept in to my last check-in
Andrew M. Kuchling
2000-12-20
1
-1/+1
*
Patch #102955, fixing one of the warnings in bug #121479:
Andrew M. Kuchling
2000-12-20
1
-5/+7
*
Make isinstance() more permissive in what types of arguments it
Neil Schemenauer
2000-12-04
1
-17/+9
*
Ka-Ping Yee <ping@lfw.org>:
Fred Drake
2000-10-24
1
-26/+26
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
1
-3/+0
*
This patch adds a new Python C API called PyString_AsStringAndSize()
Marc-André Lemburg
2000-09-19
1
-6/+3
*
Deferred the attribute name object type checking to the underlying
Marc-André Lemburg
2000-09-18
1
-4/+4
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Guido van Rossum
2000-08-27
1
-4/+1
*
comples_from_string(): Move s_buffer[] up to the top-level function
Barry Warsaw
2000-08-18
1
-2/+1
*
Clean up a couple of warnings on Win64. The downcast of the strlen size_t
Trent Mick
2000-08-12
1
-1/+1
*
Both PEP 201 Lockstep Iteration and SF patch #101030 have been
Barry Warsaw
2000-08-03
1
-0/+56
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-2/+0
*
Another missed ansification.
Thomas Wouters
2000-07-23
1
-4/+1
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-179/+60
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-1/+1
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-4/+4
*
Get rid of unused vars in builtin_unicode (they were causing
Tim Peters
2000-07-09
1
-2/+0
*
Fixed unicode() to use the new API PyUnicode_FromEncodedObject().
Marc-André Lemburg
2000-07-07
1
-14/+1
*
Include limits.h if we have it.
Jack Jansen
2000-07-03
1
-0/+3
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Trent Mick:
Guido van Rossum
2000-06-28
1
-3/+10
*
Christopher Fandrich <cfandrich@8cs.com>:
Fred Drake
2000-06-20
1
-3/+6
*
All the exception building related stuff has been moved out of this
Barry Warsaw
2000-05-25
1
-190/+1
*
bltin_exc: Removed the leaf_exc flag in the structure, which was only
Barry Warsaw
2000-05-25
1
-35/+29
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
1
-2/+2
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-1/+1
*
A bit of cleanup:
Guido van Rossum
2000-05-03
1
-34/+5
*
_PyBuiltin_Init_2(): Remove the misleading comment.
Barry Warsaw
2000-05-02
1
-1/+0
*
initerrors(): Remove this function. String-based standard exceptions
Barry Warsaw
2000-05-02
1
-96/+4
*
When refering to Unicode characters in exception messages and
Fred Drake
2000-04-13
1
-5/+5
*
ord: provide better error messages
Jeremy Hylton
2000-04-12
1
-8/+19
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-11
1
-4/+17
*
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum
2000-04-05
1
-8/+45
*
Marc-Andre Lemburg: added new builtin functions unicode() and
Guido van Rossum
2000-03-10
1
-5/+78
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-5/+5
*
Changes by Mark Hammond related to the new WindowsError exception.
Guido van Rossum
2000-02-17
1
-0/+6
[next]