Neal Norwitz
|
0ac601995c
|
Add the new function object attribute names from py3k.
|
2007-05-27 04:08:54 +00:00 |
Peter Astrand
|
81a191b351
|
Applied patch 1669481, slightly modified: Support close_fds on Win32
|
2007-05-26 22:18:20 +00:00 |
Walter Dörwald
|
5f9b6c9a1b
|
Fix typo.
|
2007-05-26 21:04:13 +00:00 |
Kristján Valur Jónsson
|
629ec26f63
|
Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds.
|
2007-05-26 19:31:39 +00:00 |
Kristján Valur Jónsson
|
ba526438f8
|
Remove the rgbimgmodule from PCBuild8
|
2007-05-26 19:19:50 +00:00 |
Brett Cannon
|
6cef076ba5
|
Remove direct call's to file's constructor and replace them with calls to
open() as ths is considered best practice.
|
2007-05-25 20:17:15 +00:00 |
Vinay Sajip
|
cf99b65932
|
Updated documentation for SysLogHandler (#1720726).
|
2007-05-25 07:06:55 +00:00 |
Vinay Sajip
|
754a5fb640
|
Updated docstring for SysLogHandler (#1720726).
|
2007-05-25 07:05:59 +00:00 |
Neal Norwitz
|
38917f56fe
|
Get test passing again by commenting out the reference to the test class.
|
2007-05-25 05:13:40 +00:00 |
Facundo Batista
|
d9880d07fc
|
Commenting out the tests until find out who can test them in
one of the problematic enviroments.
|
2007-05-25 04:20:22 +00:00 |
Facundo Batista
|
e312416809
|
Fixing stupid error, and introducing a sleep, to see if the
other thread is awakened and finish sending data.
|
2007-05-25 03:47:19 +00:00 |
Facundo Batista
|
b4dfafaba6
|
Trying to make the tests work in Windows and Solaris, everywhere
else just works
|
2007-05-25 03:10:28 +00:00 |
Facundo Batista
|
62c744e7d1
|
Let's see if reading exactly what is written allow this live
test to pass (now I know why there were so few tests in ftp,
http, etc, :( ).
|
2007-05-24 20:51:19 +00:00 |
Facundo Batista
|
965fa24e8d
|
Removed the .recv() in the test, is not necessary, and was
causing problems that didn't have anything to do with was
actually being tested...
|
2007-05-24 20:01:59 +00:00 |
Facundo Batista
|
711a54ebde
|
Added an optional timeout parameter to urllib.ftpwrapper, with tests
(for this and a basic one, because there weren't any). Changed also
NEWS, but didn't find documentation for this function, assumed it
wasn't public...
|
2007-05-24 17:50:54 +00:00 |
Georg Brandl
|
dd96ca3d6b
|
Fix parameter passing.
|
2007-05-24 17:33:33 +00:00 |
Georg Brandl
|
c90bc75994
|
shlex.split() now has an optional "posix" parameter.
|
2007-05-24 16:49:29 +00:00 |
Neal Norwitz
|
df25efeae9
|
Add a bunch more deprecation warnings for builtins that are going away in 3.0
|
2007-05-23 06:58:36 +00:00 |
Neal Norwitz
|
c792629c83
|
Whitespace cleanup
|
2007-05-23 06:57:35 +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 |
Mark Hammond
|
5f2ba9f2b1
|
Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing the
definition in unicodeobject.h to be used, giving us the desired
wchar_t in place of 'unsigned short'. As discussed on python-dev.
|
2007-05-23 02:04:28 +00:00 |
Georg Brandl
|
a69c02ecd1
|
Remove the "panel" module doc file which has been ignored since 1994.
|
2007-05-22 14:28:17 +00:00 |
Neal Norwitz
|
a84dcd7546
|
Stop using METH_OLDARGS implicitly
|
2007-05-22 07:16:44 +00:00 |
Neal Norwitz
|
e2e447b6fb
|
Stop using METH_OLDARGS
|
2007-05-22 07:16:10 +00:00 |
Neal Norwitz
|
6f145fce06
|
Document new params to HTTPSConnection
|
2007-05-22 06:03:36 +00:00 |
Georg Brandl
|
2134e754f2
|
Patch #1686487: you can now pass any mapping after '**' in function calls.
|
2007-05-21 20:34:16 +00:00 |
Facundo Batista
|
70f996be24
|
Added timeout support to HTTPSConnection, through the
socket.create_connection function. Also added a small
test for this, and updated NEWS file.
|
2007-05-21 17:32:32 +00:00 |
Raymond Hettinger
|
767debb6aa
|
Allow all alphanumeric and underscores in type and field names.
|
2007-05-21 16:40:10 +00:00 |
Raymond Hettinger
|
0d6a8ccfb7
|
Replace assertion with straight error-checking.
|
2007-05-21 08:13:35 +00:00 |
George Yoshida
|
5faa75f3c1
|
fix against r55474 [Remove the macfs module]
Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
|
2007-05-21 04:41:21 +00:00 |
Martin v. Löwis
|
6f738162ae
|
Add Alexandre Vassalotti.
|
2007-05-21 04:35:47 +00:00 |
Andrew M. Kuchling
|
0f852e2740
|
Note removed modules
|
2007-05-21 00:03:15 +00:00 |
Brett Cannon
|
41bf2fad62
|
Cause posixfile to raise a DeprecationWarning. Documented as deprecated since
Ptyhon 1.5.
|
2007-05-20 23:57:38 +00:00 |
Brett Cannon
|
49da0ead95
|
Move imgfile import to the global namespace to trigger an import error ASAP to
prevent creation of a test file.
|
2007-05-20 23:56:18 +00:00 |
Brett Cannon
|
5e2635103c
|
Remove the macfs module. This led to the deprecation of macostools.touched();
it completely relied on macfs and is a no-op on OS X according to code
comments.
|
2007-05-20 23:17:38 +00:00 |
Brett Cannon
|
7e93587746
|
Try to remove rgbimg from Windows builds.
|
2007-05-20 19:05:06 +00:00 |
Neal Norwitz
|
f8519c4d3d
|
Update directories/files at the top-level.
|
2007-05-20 18:43:00 +00:00 |
Neal Norwitz
|
90340a183f
|
rotor is long gone.
|
2007-05-20 18:06:27 +00:00 |
Nick Coghlan
|
c568cc162a
|
Fix typo in example (should be backported, but my maintenance branch is woefully out of date)
|
2007-05-20 11:12:49 +00:00 |
Brett Cannon
|
dc48b74497
|
Remove the rgbimg module. It has been deprecated since Python 2.5.
|
2007-05-20 07:09:50 +00:00 |
Georg Brandl
|
8d76cca026
|
Fix docstring for add_package in site.py.
|
2007-05-19 18:09:26 +00:00 |
Neal Norwitz
|
d410b320ec
|
Give some clue as to what happened if the test fails.
|
2007-05-19 04:35:52 +00:00 |
Neal Norwitz
|
4868ef8832
|
Whoops, need to pay attention to those test failures.
Move the clear to *before* the first use, not after.
|
2007-05-19 04:34:55 +00:00 |
Neal Norwitz
|
59f58aaeed
|
Clear data so random memory does not get freed. Will backport.
|
2007-05-19 03:48:47 +00:00 |
Raymond Hettinger
|
f3241a3727
|
Fix beginner mistake -- don't mix spaces and tabs.
|
2007-05-19 01:50:11 +00:00 |
Raymond Hettinger
|
5a41daf096
|
Improvements to NamedTuple's implementation, tests, and documentation
|
2007-05-19 01:11:16 +00:00 |
Collin Winter
|
6290305e67
|
Backport PEP 3110's new 'except' syntax to 2.6.
|
2007-05-18 23:11:24 +00:00 |
Neal Norwitz
|
6eb7bede72
|
Verify neither dumps or loads overflow the stack and segfault.
|
2007-05-18 05:47:16 +00:00 |
Fred Drake
|
88d96ade59
|
fix argument name in documentation; match the implementation
|
2007-05-17 19:29:58 +00:00 |
Neal Norwitz
|
f6b0e4dca8
|
Last try for tweaking the max stack depth. 5000 was the original value,
4000 didn't work either. 1000 does work on Windows. If 2000 works,
that will hopefully be a reasonable balance.
|
2007-05-17 07:04:46 +00:00 |