Alexandre Vassalotti
|
ea0b22a167
|
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and
socketserver renaming.
|
2008-05-16 18:03:52 +00:00 |
Alexandre Vassalotti
|
d192c925ac
|
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation.
Renamed documentation references.
|
2008-05-12 02:11:22 +00:00 |
Neal Norwitz
|
114dd944de
|
Fix typo of hexidecimal
|
2008-02-24 08:27:49 +00:00 |
Neal Norwitz
|
adf694bd95
|
Fix typo in doc
|
2007-05-29 07:51:39 +00:00 |
Neal Norwitz
|
8b2bfbc198
|
Add -3 option to the interpreter to warn about features that are
deprecated and will be changed/removed in Python 3.0.
This patch is mostly from Anthony. I tweaked some format and added
a little doc.
|
2007-05-23 06:35:32 +00:00 |
Neal Norwitz
|
25e4461666
|
Remove references to stdwin which was removed long ago.
|
2007-05-13 20:54:19 +00:00 |
Georg Brandl
|
aa1919d2b0
|
Remove remaining references to OverflowWarning.
|
2006-07-05 08:21:00 +00:00 |
Neal Norwitz
|
10be10cbe7
|
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
|
2006-03-16 06:50:13 +00:00 |
Fred Drake
|
db390c1ad8
|
fix typos, mostly in comments
|
2005-10-28 14:39:47 +00:00 |
Georg Brandl
|
f33d01d304
|
bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
|
2005-08-22 19:35:18 +00:00 |
Andrew M. Kuchling
|
55be9eab38
|
Typo fix: 'comparisions' is not a word
|
2004-09-10 12:59:54 +00:00 |
Andrew M. Kuchling
|
5a9618e069
|
Remove mpz, rotor
|
2004-08-31 13:43:19 +00:00 |
Raymond Hettinger
|
2d95f1ad57
|
SF patch #911431: robot.txt must be robots.txt
(Contributed by George Yoshida.)
|
2004-03-13 20:27:23 +00:00 |
Raymond Hettinger
|
ca60cac3a4
|
Update for new module and new builtin.
|
2003-07-12 23:55:57 +00:00 |
Skip Montanaro
|
eec26f982a
|
Correct documentation of check interval - it's 100 by default, not 10 any
longer. Pointed out by Alex Martelli.
|
2003-07-02 21:38:34 +00:00 |
Raymond Hettinger
|
e685f9438d
|
Part 3 of Py2.3 update
|
2003-01-26 03:29:15 +00:00 |
Raymond Hettinger
|
5a772d32f4
|
Part II of Python2.3 update
|
2003-01-25 22:35:42 +00:00 |
Raymond Hettinger
|
7234884f61
|
Part I of an update for Python 2.3.
|
2003-01-25 21:22:52 +00:00 |
Andrew M. Kuchling
|
13423f337d
|
Update cheatsheet to 2.0 from Brunning/Gruet's quick reference
|
2001-08-06 17:43:49 +00:00 |
Guido van Rossum
|
c8180cca25
|
Very useful file!
|
1994-08-05 15:57:31 +00:00 |