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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Unicode .join() method to raise a TypeError for sequence
Marc-André Lemburg
2001-09-20
1
-1/+0
*
Update test output after the unicode() change.
Marc-André Lemburg
2001-09-20
1
-0/+1
*
Python part of the UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
1
-0/+27
*
Implement the changes proposed in patch #413333. unicode(obj) now
Marc-André Lemburg
2001-09-20
1
-0/+5
*
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
2
-1/+32
*
Patch #462635 by Andrew Kuchling correcting bugs in the new
Marc-André Lemburg
2001-09-20
5
-11/+21
*
run_suite(): Oops, update a docstring.
Barry Warsaw
2001-09-20
1
-1/+1
*
run_suite(): Factor this out of run_unittest() for tests that build
Barry Warsaw
2001-09-20
1
-2/+7
*
Since inspect.isfunction(obj) is a precondition for calling
Tim Peters
2001-09-20
1
-6/+6
*
Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never
Tim Peters
2001-09-20
1
-5/+8
*
After much thrashing, I believe this is a truly minimal patch to teach
Tim Peters
2001-09-20
2
-4/+27
*
Patch #461321: Support None as a timeout in poll2 and poll3.
Martin v. Löwis
2001-09-19
1
-4/+6
*
Keep tabnanny happy.
Guido van Rossum
2001-09-19
1
-1/+1
*
Fixed search function error reporting in the encodings package
Marc-André Lemburg
2001-09-19
1
-7/+11
*
Added new helpers for easy access to codecs. Docs will follow.
Marc-André Lemburg
2001-09-19
1
-0/+42
*
Patch to bug #461754: CDATA should not undergo entity subst.
Martin v. Löwis
2001-09-19
1
-1/+1
*
Add additional coercion support for "self subtypes" to int, long,
Guido van Rossum
2001-09-19
1
-0/+28
*
Enable two checks for comparing a complex to a complex subtype
Guido van Rossum
2001-09-19
1
-3/+4
*
Enable some comparison tests that failed before. Still having problems
Tim Peters
2001-09-18
1
-3/+3
*
Add a similar test for rich comparisons.
Guido van Rossum
2001-09-18
1
-1/+67
*
fixed #449964: sre.sub raises an exception if the template contains a
Fredrik Lundh
2001-09-18
3
-9/+14
*
Hopefully fix 3-way comparisons. This unfortunately adds yet another
Guido van Rossum
2001-09-18
1
-0/+28
*
Get rid of a superfluous space after "--" in the message printed for a
Guido van Rossum
2001-09-18
1
-2/+1
*
Fix typo in comment
Andrew M. Kuchling
2001-09-18
1
-1/+1
*
Test for the safety check in wrap_cmpfunc().
Guido van Rossum
2001-09-18
1
-0/+15
*
an SRE bugfix a day keeps Guido away...
Fredrik Lundh
2001-09-18
2
-4/+11
*
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
*
- Some tests that check that assignments are not allowed expect this
Guido van Rossum
2001-09-18
1
-85/+95
*
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
*
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
1
-1/+158
*
API change:
Jeremy Hylton
2001-09-17
3
-10/+109
*
Re-created after change to astgen to calculate hardest_arg correctly
Jeremy Hylton
2001-09-17
1
-577/+603
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
3
-5/+10
*
Handle more syntax errors.
Jeremy Hylton
2001-09-17
2
-29/+77
*
Add utility to set filename attribute on all nodes
Jeremy Hylton
2001-09-17
1
-0/+9
*
Brian Quinlan's XML-RPC server framework.
Fredrik Lundh
2001-09-17
1
-0/+254
*
support true division
Jeremy Hylton
2001-09-17
1
-1/+3
*
SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:
Guido van Rossum
2001-09-17
5
-0/+34
*
PyObject_Dir(): Merge in __members__ and __methods__ too (if they exist,
Tim Peters
2001-09-17
1
-0/+8
*
In a world with a growing number of subclassable types, replace
Tim Peters
2001-09-16
1
-10/+8
*
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
1
-0/+13
*
The 'p' (Pascal string) pack code acts unreasonably when the string size
Tim Peters
2001-09-15
1
-0/+25
*
Add code generator for yield stmt
Jeremy Hylton
2001-09-14
1
-0/+5
[next]