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
*
Fixed order of parameters in slice() docstring. The Library Reference
Fred Drake
1999-07-19
1
-1/+1
*
Patch by Tim Peters:
Guido van Rossum
1999-06-22
1
-0/+15
*
# Darn! Local variable l declared but not used in abstract_issubclass().
Guido van Rossum
1999-06-17
1
-1/+1
*
Patch by Jim Fulton (code style tweaked a bit) to support
Guido van Rossum
1999-06-16
1
-17/+94
*
Remove unused variable from complex_from_string() code.
Guido van Rossum
1999-04-07
1
-1/+1
*
Patch by Nick and Stephanie Lockwood to implement complex() with a string
Guido van Rossum
1999-03-25
1
-4/+133
*
New builtin buffer() creates a derived read-only buffer from any
Guido van Rossum
1999-03-19
1
-0/+24
*
(initerrors): Make sure that the exception tuples ("base-classes" when
Barry Warsaw
1999-02-24
1
-8/+18
*
Patch by Tim Peters to improve the range checks for range() and
Guido van Rossum
1999-02-23
1
-30/+48
*
bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's
Barry Warsaw
1999-01-29
1
-1/+1
*
builtin_map(): A better fix for the previous leak plug (remember
Barry Warsaw
1999-01-28
1
-3/+6
*
builtin_map(): Nailed memory leak. PyList_Append() borrows a
Barry Warsaw
1999-01-28
1
-0/+1
*
builtin_complex(): Nailed memory leak. This one's in the instance
Barry Warsaw
1999-01-27
1
-0/+1
*
Avoid overflow if possible in calculations for range(); report
Guido van Rossum
1999-01-12
1
-7/+28
*
Added new builtin standard exception: NotImplementedError (its C
Barry Warsaw
1998-12-01
1
-0/+2
*
Fix cosmetic bug in delattr docstring discovered by JvR.
Guido van Rossum
1998-11-23
1
-1/+1
*
builtin_apply(): Second argument type check is relaxed to allow any sequence.
Barry Warsaw
1998-10-01
1
-6/+18
*
Several changes that Python carry on in the face of errors in the
Barry Warsaw
1998-09-14
1
-26/+61
*
Should no longer surround PyOS_Readline() call with
Guido van Rossum
1998-09-03
1
-4/+0
*
Added support for two new standard errors: EnvironmentError and
Barry Warsaw
1998-07-23
1
-5/+16
*
Small changes to map() and filter():
Guido van Rossum
1998-07-10
1
-5/+8
*
Fix a stupid little bug: len() of an unsized returns -1 and leaves an
Guido van Rossum
1998-06-29
1
-1/+5
*
Experimental feature: add default argument to getattr().
Guido van Rossum
1998-06-29
1
-5/+13
*
Added doc strings.
Guido van Rossum
1998-06-26
1
-52/+432
*
In raw_input(prompt), make sure that str(prompt) really a string
Guido van Rossum
1998-06-26
1
-0/+2
*
Remove a few unused locals (I love VC++ for this!).
Guido van Rossum
1998-05-29
1
-2/+0
*
A bunch of functions are now properly implemented in abstract.c, and
Guido van Rossum
1998-05-22
1
-356/+40
*
Implement round() slightly different, so that for negative ndigits no
Guido van Rossum
1998-05-09
1
-5/+13
*
Fred's right -- we need PyList_SET_ITEM().
Guido van Rossum
1998-04-24
1
-1/+1
*
In-line the code in range() to set the list items; there's really no
Guido van Rossum
1998-04-23
1
-1/+1
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-2/+4
*
Use a faster way to check for null bytes in the string argument for
Guido van Rossum
1998-03-13
1
-7/+18
*
Need a cast when comparing type object in isinstance()
Guido van Rossum
1997-12-10
1
-1/+1
*
Support type objects in isinstance().
Guido van Rossum
1997-12-02
1
-10/+15
*
Release interpreter lock around readline call in [raw_]input().
Guido van Rossum
1997-09-26
1
-0/+2
*
initerrors(): Eliminate circular reference which was causing a small
Barry Warsaw
1997-09-18
1
-3/+3
*
[Py_Exc]NumberError => [Py_Exc]ArithmeticError
Barry Warsaw
1997-09-16
1
-7/+7
*
Introduce PyExc_Exception as the conceptual root class for all exceptions.
Guido van Rossum
1997-09-16
1
-0/+7
*
First part of package support.
Guido van Rossum
1997-09-05
1
-1/+1
*
Removed obsolete exception PyExc_AccessError.
Barry Warsaw
1997-08-29
1
-43/+171
*
Two new built-in functions: issubclass() and isinstance(). Both take
Barry Warsaw
1997-08-22
1
-5/+59
*
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum
1997-08-02
1
-50/+71
*
PyObject_Compare can raise an exception now.
Guido van Rossum
1997-05-23
1
-4/+14
*
Oops -- missed FloatingPointError in renaming.
Guido van Rossum
1997-05-09
1
-2/+2
*
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum
1997-05-07
1
-7/+6
*
New dir() function --
Guido van Rossum
1997-05-06
1
-22/+48
*
Avoid sprintf buffer overflow if more than 9999 arguments.
Guido van Rossum
1997-04-30
1
-1/+1
*
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum
1997-04-29
1
-662/+677
*
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum
1997-04-11
1
-3/+5
*
1. Add string conversions to int(), long(), float(). (Not to complex()!)
Guido van Rossum
1997-03-31
1
-7/+127
[next]