Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e9e20a98381bd7689f6813ac66e3400e1069757e
/
Lib
/
lib-old
79e75e1
Use string.ascii_letters instead of string.letters (SF bug #226706).
by Fred Drake
· 23 years ago
a94414a
Remove all remaining uses of the FCNTL module from the standard library.
by Fred Drake
· 23 years ago
62f1a23
Fixed syntax error.
by Sjoerd Mullender
· 24 years ago
13b3ba4
splitfields -> split
by Eric S. Raymond
· 24 years ago
fc170b1
String method conversion.
by Eric S. Raymond
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
0b095bc
Deleted the stdwin-based test() function.
by Guido van Rossum
· 25 years ago
d28de23
Fixed a multi-arg append() call, discovered by Mark Favas.
by Guido van Rossum
· 25 years ago
ae3d7920
no real change -- testing syncmail
by Jeremy Hylton
· 25 years ago
d89ffeb
These modules are now declared obsolete.
by Fred Drake
· 25 years ago
11a8d0b
Dang. Even though this is obsolete code, somebody found a bug, and I
by Guido van Rossum
· 26 years ago
e0fbe1c
Declaring zmod and poly obsolete. They have problems.
by Guido van Rossum
· 26 years ago
068ad97
Untabified -- to satisfy the tab nanny.
by Guido van Rossum
· 26 years ago
9c93a69
Put quotes around the filename, so spaces in filenames work. (Jack)
by Guido van Rossum
· 27 years ago
153165c
Restore ni as an obsolete module.
by Fred Drake
· 27 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
8566e47
Added pgrep() function, which is like grep/egrep/emgrep but uses Perl
by Guido van Rossum
· 27 years ago
6af6d35
Turns out whatsound.py and sndhdr.py were identical modules.
by Guido van Rossum
· 27 years ago
f15d159
Use sys.exc_info() where needed.
by Guido van Rossum
· 27 years ago
f357d3e
This module is now completely obsolete.
by Guido van Rossum
· 27 years ago
2715bb2
Changes to always call list.append with a single argument.
by Guido van Rossum
· 28 years ago
b7f48e3
Change to always call list.append with a single argument.
by Guido van Rossum
· 28 years ago
a62b100
noted obsolescence; exec() -> exec
by Guido van Rossum
· 29 years ago
f68ec39
added note about obsolescence
by Guido van Rossum
· 29 years ago
7c750e1
added html parser and supporting cast
by Guido van Rossum
· 30 years ago
c7acf2a
handle class exceptions
by Guido van Rossum
· 30 years ago
7e4b2de
changes for the Mac
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
19806f4
Module to lock open files using fcntl()
by Guido van Rossum
· 31 years ago
d1df83b
urlopen: add basejoin() function.
by Guido van Rossum
· 31 years ago
5cfa5df
* calendar.py: all libC functionality now moved to built-in time module
by Guido van Rossum
· 31 years ago
17ed1ae
* toaiff.py: import whatsound instead of sndhdr
by Guido van Rossum
· 31 years ago
fff3a1ee
Added help() fn; use os.sep
by Guido van Rossum
· 33 years ago
6a1f089
Use *args syntax instead of +args
by Guido van Rossum
· 33 years ago
7084ec8
getattr() is now built-in; no longer need a class to simulate varargs.
by Guido van Rossum
· 33 years ago
d9596e3
mac -> os
by Guido van Rossum
· 33 years ago
cb7ce34
Add a function to return just the line number of a code object.
by Guido van Rossum
· 33 years ago
babe2bf
Initial revision
by Guido van Rossum
· 33 years ago
e9cde31
Now uses varargs syntax to grep more than one file.
by Guido van Rossum
· 33 years ago
9542c58
Use module os. Split off file cache to module 'linecache'.
by Guido van Rossum
· 33 years ago
bdfcfcc
New == syntax
by Guido van Rossum
· 33 years ago
5fca8a1
Adapted to new "regex" module.
by Guido van Rossum
· 33 years ago
decc4b9
Use ImportError
by Guido van Rossum
· 33 years ago
946749f
Use AttributeError
by Guido van Rossum
· 33 years ago
eee9498
Initial revision
by Guido van Rossum
· 33 years ago
668317d
Added warning comment
by Guido van Rossum
· 33 years ago
fbe0a8e
macpath.cat --> join
by Guido van Rossum
· 33 years ago
dff8404
save match function instead of regexp object
by Guido van Rossum
· 33 years ago
ab2885e
Clarify comment.
by Guido van Rossum
· 34 years ago
d9d2c82
This is no longer needed, since all these functions are now built-in
by Guido van Rossum
· 34 years ago
fa54064
Support packing whole trees.
by Guido van Rossum
· 34 years ago
17d82ce
Added readfile() and readopenfile() functions.
by Guido van Rossum
· 34 years ago
217a5fa
Initial revision
by Guido van Rossum
· 34 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago