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
*
Document that uu.decode() will always raise a uu.Error if out_file
Barry Warsaw
2001-08-17
1
-9/+18
*
Test that uu.py will not override an existing file if out_file isn't
Barry Warsaw
2001-08-17
1
-0/+34
*
decode(): Raise a uu.Error if no out_file is given but the file
Barry Warsaw
2001-08-17
1
-9/+13
*
A self-contained piece of Michael Hudson's patch
Tim Peters
2001-08-17
2
-8/+46
*
Address SF #451547. The approach is a bit draconian: any object that
Guido van Rossum
2001-08-17
1
-0/+14
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
42
-185/+465
*
Another contributor's patch got accepted.
Guido van Rossum
2001-08-17
1
-0/+1
*
Change the 227 response parser to use a more liberal regular
Guido van Rossum
2001-08-17
1
-7/+9
*
Make sure that ampersand escaping is still performed on the contents of
Fred Drake
2001-08-17
1
-0/+2
*
type_new(): look for __dynamic__ at the module level (after looking in
Guido van Rossum
2001-08-17
1
-14/+54
*
Strip trailing whitespace, including two lines containing only one or
Guido van Rossum
2001-08-17
1
-11/+11
*
- Get rid of obsolete #define PATCHLEVEL.
Guido van Rossum
2001-08-17
1
-4/+1
*
Fix core dump in repr() of instancemethod whose class==NULL.
Guido van Rossum
2001-08-17
1
-7/+11
*
classic(),metods(): add tests to verify that a bound method without a
Guido van Rossum
2001-08-17
1
-0/+2
*
instance_getattr2(): rewritten to remove unnecessary stuff and
Guido van Rossum
2001-08-17
1
-24/+13
*
classic(), methods(): add another test relating to unbound methods:
Guido van Rossum
2001-08-17
1
-0/+6
*
Instance methods: allow a NULL value for im_class.
Guido van Rossum
2001-08-17
1
-2/+2
*
Add early binding of methods to the 2nd metaclass example.
Guido van Rossum
2001-08-17
1
-1/+6
*
metaclass(): add tests for metaclasses written in Python: one that
Guido van Rossum
2001-08-17
1
-0/+33
*
type_new(): only defer to the winning metatype if it's different from
Guido van Rossum
2001-08-17
1
-8/+12
*
Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it
Tim Peters
2001-08-16
1
-15/+11
*
fix_font(): Instead of using a long if/elsif cluster, use a bloody
Fred Drake
2001-08-16
1
-23/+16
*
Fix typo reported by Joonas Paalasmaa: dada-->data
Fred Drake
2001-08-16
1
-1/+1
*
Re-write the description of the os.spawn*() functions, and cover the
Fred Drake
2001-08-16
1
-17/+51
*
Added a test for module repr truncation when the package name is
Barry Warsaw
2001-08-16
1
-0/+35
*
classobject.c:instancemethod_descr_get(): when a bound method is
Guido van Rossum
2001-08-16
2
-1/+6
*
module_repr(): Instead of fixing the maximum buf size to 400,
Barry Warsaw
2001-08-16
1
-6/+18
*
If genpluginprojects is called from fullbuild we set the Python source direct...
Jack Jansen
2001-08-16
2
-1/+5
*
init_sre(): Plug a little leak reported by Insure.
Barry Warsaw
2001-08-16
1
-2/+5
*
Link readline module with ncurses in preference to termcap. [Bug ##441580]
Andrew M. Kuchling
2001-08-16
1
-3/+5
*
[Patch #441691] preprocess() method for Borland C compiler.
Andrew M. Kuchling
2001-08-16
1
-1/+35
*
test_descr started breaking in yet another way in the same place.
Tim Peters
2001-08-16
1
-2/+6
*
Fix object_repr() to include the module (using the same rules as
Guido van Rossum
2001-08-16
1
-2/+23
*
New unit test for the mimetypes module, to avoid future regressions.
Fred Drake
2001-08-16
1
-0/+42
*
Another egregious error that copied the encodings info over the suffix
Fred Drake
2001-08-16
1
-1/+1
*
Use (c)StringIO for collecting bytes. Fixes bug #451622.
Martin v. Löwis
2001-08-16
1
-8/+12
*
Repair some accidents causing Windows failures:
Tim Peters
2001-08-16
2
-5/+5
*
Fixed a couple of minor formatting nits where lines were > 79 columns wide.
Barry Warsaw
2001-08-16
1
-2/+4
*
select_select(): Closing bug #448351 the easy way, i.e. by changing
Barry Warsaw
2001-08-16
1
-8/+21
*
Bad bug: the MimeTypes.readfp() was supposed to take a file object as a
Fred Drake
2001-08-16
1
-2/+2
*
I should add that the previous checkin also added a slight
Guido van Rossum
2001-08-16
0
-0/+0
*
Long time overdue: change sys.path defaults so that people will
Just van Rossum
2001-08-16
1
-1/+1
*
Use METH_O where possible (two functions). This does not lead to real
Fred Drake
2001-08-16
1
-29/+24
*
Updated to the current state of things (long overdue).
Jack Jansen
2001-08-16
1
-91/+61
*
Removed expat from the access paths, it isn't needed.
Jack Jansen
2001-08-16
1
-0/+0
*
[Patch #444854 from twburton]
Andrew M. Kuchling
2001-08-16
1
-1/+4
*
[Patch #442530 from twburton]
Andrew M. Kuchling
2001-08-16
1
-4/+4
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
17
-552/+430
*
Fix SF bug #442501: calculate __module__ properly.
Guido van Rossum
2001-08-16
1
-5/+71
*
Change the type names to xxsublist.<name>.
Guido van Rossum
2001-08-16
1
-2/+2
[next]