Georg Brandl
44a118af50
Patch #1470976 : don't NLST files when retrieving over FTP.
2006-04-30 09:23:59 +00:00
Georg Brandl
bffb0bc064
In stdlib, use hashlib instead of deprecated md5 and sha modules.
2006-04-30 08:57:35 +00:00
Georg Brandl
fa42bd7af4
Patch #1470846 : fix urllib2 ProxyBasicAuthHandler.
2006-04-30 07:06:11 +00:00
George Yoshida
5085fe2bcc
Use \versionchanged instead of \versionadded for new parameter support.
2006-04-30 03:49:56 +00:00
Andrew M. Kuchling
c9236111ed
Add two items
2006-04-30 01:07:09 +00:00
Gerhard Häring
eb2e1926ac
This is the start of documentation for the sqlite3 module. Please feel free to
...
find a better place for the link to it than alongside bsddb & friends.
2006-04-29 23:12:41 +00:00
Brett Cannon
1e01397533
Fix docstring for contextfactory; mentioned old contextmanager name.
2006-04-29 21:29:50 +00:00
Martin v. Löwis
b75d43d374
Further changes for #1471883 : Edit Misc/NEWS, and
...
add expat_config.h.
2006-04-29 12:37:25 +00:00
Andrew M. Kuchling
aa013da0b3
Add item
2006-04-29 12:10:43 +00:00
Andrew M. Kuchling
18db487692
Make case of 'ZIP' consistent
2006-04-29 12:10:28 +00:00
Andrew M. Kuchling
b37bcb59bc
Add item
2006-04-29 11:53:15 +00:00
Ronald Oussoren
988117fd63
Patch 1471883: --enable-universalsdk on Mac OS X
2006-04-29 11:31:35 +00:00
George Yoshida
f674939a2b
grammar fix
2006-04-29 02:43:30 +00:00
Georg Brandl
6d78a582ec
Bug #1478429 : make datetime.datetime.fromtimestamp accept every float,
...
possibly "rounding up" to the next whole second.
2006-04-28 19:09:24 +00:00
Thomas Heller
6a907d8b8e
Remove a duplicated test (the same test is in test_incomplete.py).
2006-04-28 17:02:18 +00:00
Georg Brandl
0f45a078a3
Bug #1478326 : don't allow '/' in distutils.util.get_platform machine names
...
since this value is used to name the build directory.
2006-04-28 16:58:52 +00:00
Georg Brandl
7a3fd89994
Bug #1472949 : stringify IOErrors in shutil.copytree when appending
...
them to the Error errors list.
2006-04-28 16:54:25 +00:00
George Yoshida
d77167286f
correct a dead link
2006-04-28 16:40:14 +00:00
Georg Brandl
677800723a
Bug #1475009 : clarify ntpath.join behavior with absolute components
2006-04-28 16:36:55 +00:00
Georg Brandl
314acacb52
Add SeaMonkey to the list of Mozilla browsers.
2006-04-28 16:31:17 +00:00
George Yoshida
9dea97a224
fix markup glitch
2006-04-28 16:09:45 +00:00
Neal Norwitz
abab1d44bb
Fix a warning on ppc (debian)
2006-04-28 05:28:54 +00:00
Neal Norwitz
237bf40746
Fix a warning on alpha
2006-04-28 05:28:30 +00:00
Neal Norwitz
82d4cc27c6
Fix some warnings on Mac OS X 10.4
2006-04-28 05:28:05 +00:00
Neal Norwitz
dd28d1c6c2
Try to really fix the slow buildbots this time.
...
Printing to stdout, doesn't mean the data was actually written.
It depends on the buffering, so we need to flush. This will hopefully
really fix the buildbots getting killed due to no output on the slow bots.
2006-04-28 04:34:43 +00:00
Neal Norwitz
0bbbb005c5
Add some whitespace to be more consistent.
2006-04-28 04:32:20 +00:00
Thomas Wouters
076ba2129b
Add more ignores of ImportWarnings; these are all just potential triggers
...
(since they won't trigger if zlib is already sucessfully imported); they
were found by grepping .py files, instead of looking at warning output :)
2006-04-27 23:41:27 +00:00
Thomas Wouters
9df4e6f673
- Add new Warning class, ImportWarning
...
- Warn-raise ImportWarning when importing would have picked up a directory
as package, if only it'd had an __init__.py. This swaps two tests (for
case-ness and __init__-ness), but case-test is not really more expensive,
and it's not in a speed-critical section.
- Test for the new warning by importing a common non-package directory on
sys.path: site-packages
- In regrtest.py, silence warnings generated by the build-environment
because Modules/ (which is added to sys.path for Setup-created modules)
has 'zlib' and '_ctypes' directories without __init__.py's.
2006-04-27 23:13:20 +00:00
David Goodger
2c1e63f8a4
Added SVN access for Steven Bethard and Talin, for PEP updating.
2006-04-27 22:53:05 +00:00
Thomas Wouters
137b1ad8a0
Do the small-memory run of big-meormy tests using a prime number, rather
...
than a convenient power-of-2-and-multiple-of-5, so incorrect testing
algorithms fail more easily.
2006-04-27 22:38:32 +00:00
Thomas Wouters
58ac820523
Some style fixes and size-calculation fixes. Also do the small-memory run
...
using a prime number, rather than a convenient power-of-2-and-multiple-of-5,
so incorrect testing algorithms fail more easily.
2006-04-27 22:37:50 +00:00
Thomas Heller
5e218b4454
Rerun the libffi configuration if any of the files used for that
...
are newer then fficonfig.py.
2006-04-27 15:50:42 +00:00
Thomas Wouters
2574f5cd8b
Some more size-estimate fixes, for large-list-tests.
2006-04-27 13:46:59 +00:00
George Yoshida
8bf939864b
markup fix
2006-04-27 13:41:07 +00:00
Andrew M. Kuchling
efd3a09fad
Mention the xmlrpclib.Error base class, which is used in one of the examples
2006-04-27 12:42:54 +00:00
Andrew M. Kuchling
356f938f94
[Bug #1477140 ] Import Error base class
2006-04-27 12:38:35 +00:00
Andrew M. Kuchling
7acb7b40ba
[Bug #1477102 ] Add necessary import to example
...
This may be a useful style question for the docs -- should examples show
the necessary imports, or should it be assumed that the reader will
figure it out? In the What's New, I'm not consistent but usually opt
for omitting the imports.
2006-04-27 12:34:39 +00:00
Andrew M. Kuchling
99714cf9d0
Bump document version
2006-04-27 12:23:07 +00:00
Andrew M. Kuchling
1e649be16e
Now that 2.5a2 is out, revert to the current date
2006-04-27 12:22:37 +00:00
Anthony Baxter
a5b51fa984
Tagging for release of Python 2.5a2
2006-04-27 02:13:47 +00:00
Anthony Baxter
3556b2db57
2.5a2
2006-04-27 02:13:13 +00:00
Anthony Baxter
c7d00327ab
2.5a2
2006-04-27 02:11:24 +00:00
Fred Drake
4b8ec63114
add missing word
2006-04-27 00:20:14 +00:00
Fred Drake
dbb8c4123f
- update version numbers in file names again, until we have a better way
...
- elaborate instructions for Cygwin support (closes SF #839709 )
2006-04-27 00:02:24 +00:00
Fred Drake
0999433f40
one more place to use the current Python version
2006-04-26 23:40:32 +00:00
Hye-Shik Chang
f4795c82df
Fix build on MIPS for libffi. I haven't tested this yet because I
...
don't have an access on MIPS machines. Will be tested by buildbot. :)
2006-04-26 19:20:26 +00:00
Thomas Wouters
b5ccd1416e
Some more test-size-estimate fixes: test_append and test_insert trigger a
...
list resize, which overallocates.
2006-04-26 19:14:46 +00:00
Thomas Wouters
cda404bf36
Add tests for += and *= on strings, and fix the memory-use estimate for the
...
list.extend tests (they were estimating half the actual use.)
2006-04-26 18:46:01 +00:00
Martin v. Löwis
79b0f85867
Use GS- and bufferoverlowU.lib where appropriate, for AMD64.
2006-04-26 17:19:44 +00:00
Tim Peters
687324918f
Whitespace normalization.
2006-04-26 17:11:16 +00:00