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
*
Get rid of a superfluous space after "--" in the message printed for a
Guido van Rossum
2001-09-18
1
-2/+1
*
[Patch #462258] On Cygwin, don't build Tkinter unless the X header files
Andrew M. Kuchling
2001-09-18
1
-0/+7
*
Fix typo in comment
Andrew M. Kuchling
2001-09-18
1
-1/+1
*
Properly repr classes without module names.
Martin v. Löwis
2001-09-18
1
-1/+1
*
Test for the safety check in wrap_cmpfunc().
Guido van Rossum
2001-09-18
1
-0/+15
*
wrap_cmpfunc(): added a safety check for the __cmp__ wrapper. We can
Guido van Rossum
2001-09-18
1
-0/+9
*
an SRE bugfix a day keeps Guido away...
Fredrik Lundh
2001-09-18
3
-13/+25
*
Fix minor usage and consistency nits.
Fred Drake
2001-09-18
1
-4/+5
*
All the news that fits, we print.
Guido van Rossum
2001-09-18
1
-4/+58
*
SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLF
Guido van Rossum
2001-09-18
1
-1/+13
*
softspace(): be prepared to catch AttributeError as well as TypeError
Guido van Rossum
2001-09-18
1
-1/+2
*
This module didn't work at all anymore -- blew up with AttributeError
Tim Peters
2001-09-18
1
-2/+6
*
Undo some (but not all) of the more lenient acceptance of
Guido van Rossum
2001-09-18
1
-9/+9
*
Redo the PyMethod attributes using a dir()-friendly approach, creating
Guido van Rossum
2001-09-18
1
-37/+69
*
- Some tests that check that assignments are not allowed expect this
Guido van Rossum
2001-09-18
1
-85/+95
*
Sort the headers in PYTHON_HEADERS alphabetically. Add
Guido van Rossum
2001-09-18
1
-31/+32
*
Whitespace normalization.
Tim Peters
2001-09-18
8
-21/+18
*
Make test_socketserver require the network resource.
Tim Peters
2001-09-18
2
-0/+3
*
I don't expect test_socketserver to get skipped on Windows anymore.
Tim Peters
2001-09-18
1
-1/+0
*
type_new(): Didn't compile anymore, due to change in struct memberlist
Tim Peters
2001-09-18
1
-1/+1
*
Rework akin to test_threaded_import, so that this can run under regrtest.
Tim Peters
2001-09-17
1
-7/+8
*
Rewrite function attributes to use the generic routines properly.
Guido van Rossum
2001-09-17
2
-73/+276
*
Track changes to compiler API
Jeremy Hylton
2001-09-17
2
-9/+15
*
API change:
Jeremy Hylton
2001-09-17
6
-20/+218
*
Re-created after change to astgen to calculate hardest_arg correctly
Jeremy Hylton
2001-09-17
2
-1154/+1206
*
Fix calculation of hardest_arg.
Jeremy Hylton
2001-09-17
2
-6/+6
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
6
-10/+20
*
Add support for restricting access based on restricted execution mode.
Guido van Rossum
2001-09-17
2
-7/+22
*
Add -p option to invoke Python profiler
Jeremy Hylton
2001-09-17
1
-5/+11
*
Only print attributes that start with co_.
Jeremy Hylton
2001-09-17
1
-1/+6
*
Handle more syntax errors.
Jeremy Hylton
2001-09-17
4
-58/+154
*
Add utility to set filename attribute on all nodes
Jeremy Hylton
2001-09-17
2
-0/+18
*
Brian Quinlan's XML-RPC server framework.
Fredrik Lundh
2001-09-17
1
-0/+254
*
support true division
Jeremy Hylton
2001-09-17
2
-2/+6
*
[Patch #462255, from Jason Tishler] Re-enables building the resouce
Andrew M. Kuchling
2001-09-17
2
-3/+3
*
SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:
Guido van Rossum
2001-09-17
6
-0/+41
*
Add cross-compilation defaults to most AC_TRY_RUN values. The
Guido van Rossum
2001-09-17
2
-42/+68
*
PyObject_Dir(): Merge in __members__ and __methods__ too (if they exist,
Tim Peters
2001-09-17
2
-0/+53
*
merge_class_dict(): Clear the error if __bases__ doesn't exist.
Tim Peters
2001-09-16
1
-1/+3
*
In a world with a growing number of subclassable types, replace
Tim Peters
2001-09-16
1
-10/+8
*
Improve handling of docstrings. I had feared this was a case of
Tim Peters
2001-09-16
1
-5/+10
*
Fixed typo in new 'p' description.
Tim Peters
2001-09-15
1
-1/+1
*
SF bug [#461674] struct 'p' format doesn't work (maybe)
Tim Peters
2001-09-15
1
-7/+11
*
Since we had a bug with multiplication of dynamic long subclasses, add a
Tim Peters
2001-09-15
1
-1/+6
*
A fix for SF bug #461546 (bug in long_mul).
Guido van Rossum
2001-09-15
3
-14/+33
*
The 'p' (Pascal string) pack code acts unreasonably when the string size
Tim Peters
2001-09-15
2
-0/+27
*
Add code generator for yield stmt
Jeremy Hylton
2001-09-14
2
-0/+10
*
limit prefix test for lambda
Jeremy Hylton
2001-09-14
1
-1/+1
*
del no longer necessary now that new module is gone
Jeremy Hylton
2001-09-14
2
-4/+0
*
Various sundry changes for 2.2 compatibility
Jeremy Hylton
2001-09-14
4
-274/+188
[next]