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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Markup nit: OK and ERR should be marked \constant in running text.
Fred Drake
2001-01-04
1
-3/+2
*
Update documentation to include the new functions, and use the more
Fred Drake
2001-01-04
1
-13/+40
*
Description of long(): A string parameter is no longer required to be
Fred Drake
2001-01-04
1
-1/+1
*
Add NotImplemented to the builtin module.
Neil Schemenauer
2001-01-04
1
-0/+3
*
Changes for PEP 208. PyObject_Compare has been rewritten. Instances no
Neil Schemenauer
2001-01-04
1
-118/+139
*
Make long a new style number type. Sequence repeat is now done here
Neil Schemenauer
2001-01-04
1
-76/+262
*
Make int a new style number type. Sequence repeat is now done here
Neil Schemenauer
2001-01-04
1
-64/+116
*
Make float a new style number type.
Neil Schemenauer
2001-01-04
1
-42/+108
*
Make instances a new style number type. See PEP 208 for details. Instance
Neil Schemenauer
2001-01-04
1
-184/+268
*
Massive changes as per PEP 208. Read it for details.
Neil Schemenauer
2001-01-04
1
-728/+318
*
No more RCmp.
Neil Schemenauer
2001-01-04
1
-22/+1
*
Sequence repeat works now for in-place multiply with an integer type
Neil Schemenauer
2001-01-04
1
-4/+4
*
__rcmp__ no longer gets called on instances. Remove the test for it.
Neil Schemenauer
2001-01-04
1
-12/+1
*
Numbers no longer compare smaller than all other types. Fix the only
Neil Schemenauer
2001-01-04
1
-1/+2
*
- Add nb_cmp slot for new style nubmers.
Neil Schemenauer
2001-01-04
1
-0/+22
*
Remove PyInstance_*BinOp functions.
Neil Schemenauer
2001-01-04
1
-8/+0
*
Document the NotImplemented object.
Neil Schemenauer
2001-01-04
1
-0/+9
*
Patch #103012: Update fpectlmodule for current glibc;
Andrew M. Kuchling
2001-01-04
1
-0/+7
*
Actually call the object with an __call__ method, instead of just
Jeremy Hylton
2001-01-03
1
-0/+1
*
Revised implementation of CALL_FUNCTION and friends.
Jeremy Hylton
2001-01-03
1
-296/+429
*
Two new names.
Guido van Rossum
2001-01-03
1
-0/+2
*
New, improved README from Mike Clarkson. Wow!
Guido van Rossum
2001-01-03
1
-20/+143
*
dict_update has two boundary conditions: a.update(a) and a.update({})
Jeremy Hylton
2001-01-03
1
-2/+2
*
fix leak
Jeremy Hylton
2001-01-03
1
-1/+3
*
This patch changes the default behaviour of the builtin charmap
Marc-André Lemburg
2001-01-03
56
-293/+424
*
Use relative path for outputdir.
Jack Jansen
2001-01-03
1
-1/+19
*
Fixed a few declarations.
Jack Jansen
2001-01-03
4
-19/+27
*
Mark the "encoding" parameter to ExternalEntityParserCreate() as optional
Fred Drake
2001-01-03
1
-1/+1
*
struct.pack wants H for unsigned shorts, not h.
Jack Jansen
2001-01-03
1
-1/+1
*
Got rid of 68K support.
Jack Jansen
2001-01-03
2
-59/+41
*
Use == rather than cmp(). The return value of cmp() is not well defined when
Neil Schemenauer
2001-01-03
2
-128/+130
*
Use numbers that can be accurately represented on binary machines. I hope
Neil Schemenauer
2001-01-03
2
-587/+587
*
Do not cache <img> tags for navigation icons as agressively; this fixes
Fred Drake
2001-01-02
1
-31/+36
*
Remove (unused) regex imports.
Jack Jansen
2001-01-02
2
-2/+0
*
Use re in stead of regex.
Jack Jansen
2001-01-02
3
-31/+34
*
Make the test program work outside IDLE.
Guido van Rossum
2001-01-02
1
-6/+6
*
Add forgotten import
Andrew M. Kuchling
2001-01-02
1
-0/+1
*
Duh. Instead of string.whitespace and string.digits, use isspace()
Guido van Rossum
2001-01-02
1
-6/+5
*
Improve description of else clause of the try/except/else statement.
Fred Drake
2001-01-02
1
-6/+11
*
Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).
Guido van Rossum
2001-01-02
1
-2/+1
*
Add more tests for compare and coercion in preparation for the coercion
Neil Schemenauer
2001-01-02
4
-0/+1346
*
Add garbage collection for module objects. Closes patch #102939 and
Neil Schemenauer
2001-01-02
1
-2/+27
*
Updated for new universal headers (oops... this was loooong due).
Jack Jansen
2001-01-01
3
-330/+1712
*
Minor clarficiations in the dialogs about which errno file is wanted when (I ...
Jack Jansen
2001-01-01
1
-2/+2
*
New .mcp names for tkinter and imgmodules projects.
Jack Jansen
2001-01-01
1
-2/+2
*
Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.
Fred Drake
2001-01-01
1
-1/+1
*
Patch by kragen@pobox.com: When tracing is turned on, lines shorter
Guido van Rossum
2001-01-01
1
-0/+2
*
Change documentation of 'else' clause of 'try/except' to make clear that it
Thomas Wouters
2000-12-31
1
-3/+5
*
Replaced with .mcp projects in Extensions/Imaging
Jack Jansen
2000-12-31
2
-1/+0
*
Added test case for legal DOM children
Andrew M. Kuchling
2000-12-31
2
-2/+28
[next]