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
...
*
At the PythonLabs meeting someone mentioned it would make Jim really
Guido van Rossum
2001-12-05
3
-8/+7
*
Separate the script portion from the library portion; everything that
Fred Drake
2001-12-05
1
-17/+17
*
As of OS X 10.1.1 the version numbering scheme has changed. Convert all "darw...
Jack Jansen
2001-12-05
1
-4/+6
*
changes to use new tabpages classes
Steven M. Gava
2001-12-05
1
-67/+14
*
remove cruft from other project
Steven M. Gava
2001-12-05
1
-28/+1
*
cleaner tabbed-page mini implementation through classes
Steven M. Gava
2001-12-05
1
-0/+137
*
SF bug 482574: audioop.ratecv crashes.
Tim Peters
2001-12-05
1
-6/+62
*
Add a note to the description of the interaction between the softspace
Fred Drake
2001-12-05
1
-9/+12
*
Added documentation of the sendall() method, and a note to the send() method
Fred Drake
2001-12-05
1
-0/+13
*
Change new tests to use integer division (// instead of /).
Tim Peters
2001-12-05
1
-3/+3
*
SF bug #488480: integer multiply to return -max_int-1.
Tim Peters
2001-12-04
2
-127/+89
*
Added entry for the "cgitb" module docs.
Fred Drake
2001-12-04
2
-0/+2
*
Documentation for the "cgitb" module.
Fred Drake
2001-12-04
1
-0/+40
*
Make sure to propogate errors that arise when profiling data cannot be
Fred Drake
2001-12-04
1
-71/+112
*
Another no-longer-nameless contributor...
Guido van Rossum
2001-12-04
1
-0/+1
*
Add note about fixed hash() of mutable objects.
Guido van Rossum
2001-12-04
1
-0/+5
*
Define NDEBUG when compiling a release build on Unix.
Fred Drake
2001-12-04
2
-368/+380
*
Import the keyword module instead of relying on our own list of
Guido van Rossum
2001-12-04
1
-11/+2
*
Put the keywords back in alphabetical order. Apparently somebody
Guido van Rossum
2001-12-04
1
-2/+2
*
Stop defining NDEBUG in Python.h, because it can interfere with
Tim Peters
2001-12-04
1
-5/+4
*
Include a warning that scripts should not have the same name as standard
Fred Drake
2001-12-04
1
-13/+37
*
Talk about str() in the discussion of string representations of values, and
Fred Drake
2001-12-04
1
-3/+26
*
Add "file" argument to Hook constructor.
Ka-Ping Yee
2001-12-04
1
-10/+15
*
Address SF patch #485789 (Stefan Schwarzer).
Guido van Rossum
2001-12-04
1
-1/+1
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
1
-2/+4
*
Fix SF bug #479967: Appearantly I broke something that made the index
Fred Drake
2001-12-04
1
-2/+10
*
Add a note that the rgbimg module is only built on 32-bit machines (prompted
Fred Drake
2001-12-04
1
-2/+5
*
long_mul(): The PyNumber_Multiply() call can return a long if the
Guido van Rossum
2001-12-04
1
-0/+6
*
Remove meaningless comment.
Fred Drake
2001-12-04
1
-3/+0
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
3
-6/+19
*
PyObject_Generic{Get,Set}Attr(): ensure that the attribute name is a
Guido van Rossum
2001-12-04
1
-20/+72
*
A tiny but useful script that fires off a search on Google.
Guido van Rossum
2001-12-04
1
-0/+22
*
Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appear...
Jack Jansen
2001-12-04
3
-35/+145
*
The parser now also needs to link with mysnprintf.o.
Guido van Rossum
2001-12-04
1
-0/+1
*
PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.
Tim Peters
2001-12-04
1
-2/+2
*
The parser doesn't need its own implementation of assert, and having its
Tim Peters
2001-12-04
8
-38/+18
*
Update docs to reflect new compile() and compileFile()
Jeremy Hylton
2001-12-04
1
-3/+18
*
SF bug #488687 reported by Neal Norwitz
Jeremy Hylton
2001-12-04
2
-1/+2
*
More sprintf -> PyOS_snprintf.
Tim Peters
2001-12-04
2
-3/+4
*
Slightly improved indexing for the string-% operator, thanks to comments
Fred Drake
2001-12-03
1
-1/+2
*
Update lambda description to reflect nested scopes. This was noted by
Fred Drake
2001-12-03
1
-4/+2
*
Added documentation on the ScrolledText module.
Fred Drake
2001-12-03
1
-0/+37
*
Oops! Forgot the value parameter.
Andrew M. Kuchling
2001-12-03
1
-1/+1
*
Add __delete__ method of properties
Andrew M. Kuchling
2001-12-03
1
-1/+4
*
posix_execve(), posix_spawnve(), posix_putenv():
Tim Peters
2001-12-03
1
-6/+14
*
Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice()
Guido van Rossum
2001-12-03
1
-4/+10
*
unpack_iterable(): Add a missing DECREF in an error case. Reported by
Guido van Rossum
2001-12-03
2
-0/+24
*
removed some dead code.
Just van Rossum
2001-12-03
1
-15/+0
*
decode(), encode(): Accepting the minor optimizations from SF patch
Barry Warsaw
2001-12-03
1
-6/+7
*
function_call(): Remove a bogus (and I mean *really* bogus) call to
Guido van Rossum
2001-12-03
1
-1/+0
[prev]
[next]