Georg Brandl
|
f18d5cea53
|
Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-73596,73693-73694,73704-73705,73707,73713,73937-73940,73945,73951,73979 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73286 | georg.brandl | 2009-06-08 09:57:35 +0200 (Mo, 08 Jun 2009) | 1 line
Remove period from end of headings.
........
r73294 | georg.brandl | 2009-06-08 15:34:52 +0200 (Mo, 08 Jun 2009) | 1 line
#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
........
r73296 | georg.brandl | 2009-06-08 18:03:41 +0200 (Mo, 08 Jun 2009) | 1 line
#6238: add fillchar to string.just function family.
........
r73459 | raymond.hettinger | 2009-06-17 03:43:47 +0200 (Mi, 17 Jun 2009) | 1 line
Add usage note.
........
r73462 | georg.brandl | 2009-06-17 11:36:21 +0200 (Mi, 17 Jun 2009) | 1 line
#6295: clarify blocking behavior of getch().
........
r73463 | georg.brandl | 2009-06-17 11:43:31 +0200 (Mi, 17 Jun 2009) | 1 line
#6255: document PyInt_FromSize_t.
........
r73544 | georg.brandl | 2009-06-24 08:41:19 +0200 (Mi, 24 Jun 2009) | 1 line
#6332: fix word dupes throughout the source.
........
r73576 | benjamin.peterson | 2009-06-27 01:37:06 +0200 (Sa, 27 Jun 2009) | 1 line
document is_declared_global()
........
r73577 | benjamin.peterson | 2009-06-27 16:16:23 +0200 (Sa, 27 Jun 2009) | 1 line
link to extensive generator docs in the reference manual
........
r73595 | ezio.melotti | 2009-06-28 01:45:39 +0200 (So, 28 Jun 2009) | 1 line
stmt and setup can contain multiple statements, see #5896
........
r73596 | ezio.melotti | 2009-06-28 02:07:45 +0200 (So, 28 Jun 2009) | 1 line
Fixed a wrong apostrophe
........
r73693 | jesse.noller | 2009-06-29 20:20:34 +0200 (Mo, 29 Jun 2009) | 1 line
Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
........
r73694 | jesse.noller | 2009-06-29 20:24:26 +0200 (Mo, 29 Jun 2009) | 1 line
Issue 5740: multiprocessing.connection.* authkey fixes
........
r73704 | georg.brandl | 2009-06-30 18:15:43 +0200 (Di, 30 Jun 2009) | 1 line
#6376: fix copy-n-paste oversight.
........
r73705 | georg.brandl | 2009-06-30 18:17:28 +0200 (Di, 30 Jun 2009) | 1 line
#6374: add a bit of explanation about shell=True on Windows.
........
r73707 | georg.brandl | 2009-06-30 18:35:11 +0200 (Di, 30 Jun 2009) | 1 line
#6371: fix link targets.
........
r73713 | ezio.melotti | 2009-07-01 00:56:16 +0200 (Mi, 01 Jul 2009) | 1 line
Fixed a backslash that was not supposed to be there
........
r73937 | georg.brandl | 2009-07-11 12:12:36 +0200 (Sa, 11 Jul 2009) | 1 line
Fix style.
........
r73938 | georg.brandl | 2009-07-11 12:14:54 +0200 (Sa, 11 Jul 2009) | 1 line
#6446: fix import_spam() function to use correct error and reference handling.
........
r73939 | georg.brandl | 2009-07-11 12:18:10 +0200 (Sa, 11 Jul 2009) | 1 line
#6448: clarify docs for find_module().
........
r73940 | georg.brandl | 2009-07-11 12:37:38 +0200 (Sa, 11 Jul 2009) | 1 line
#6430: add note about size of "u" type.
........
r73945 | georg.brandl | 2009-07-11 12:51:31 +0200 (Sa, 11 Jul 2009) | 1 line
#6456: clarify the meaning of constants used as arguments to nl_langinfo().
........
r73951 | georg.brandl | 2009-07-11 16:23:38 +0200 (Sa, 11 Jul 2009) | 2 lines
array.array is actually a class.
........
r73979 | benjamin.peterson | 2009-07-12 18:56:54 +0200 (So, 12 Jul 2009) | 1 line
add versionadded
........
|
2009-10-27 14:29:22 +00:00 |
Jesus Cea
|
585ad8ae5e
|
Merged revisions 69846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines
Issue #5341: Fix a variety of spelling errors.
........
|
2009-07-02 15:37:21 +00:00 |
Georg Brandl
|
392c6fc02d
|
ConfigParser renaming reversal part 3: move module into place and adapt imports.
|
2008-05-25 07:25:25 +00:00 |
Georg Brandl
|
a6168f9e0a
|
Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
|
2008-05-25 07:20:14 +00:00 |
Georg Brandl
|
e152a77d96
|
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
|
2008-05-24 18:31:28 +00:00 |
Georg Brandl
|
dffbf5f542
|
Revert copy_reg -> copyreg rename.
|
2008-05-20 07:49:57 +00:00 |
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 |