Raymond Hettinger
eaac4f0d30
Issue 13870: Fix out of date comment.
14 years ago
Vinay Sajip
a50c284076
Closes #13859 : Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
14 years ago
Antoine Pitrou
33d15f7c85
Port import fixes from 2.7.
14 years ago
Antoine Pitrou
dd21f68963
Port remaining test fixes, and fix test_importlib too.
14 years ago
Antoine Pitrou
05f29b7a3a
Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py
(rather than `-m test.regrtest`)
14 years ago
Antoine Pitrou
2be60afb7e
Issue #11235 : Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
14 years ago
Antoine Pitrou
5311c1d7ab
Issue #13772 : In os.symlink() under Windows, do not try to guess the link
target's type (file or directory). The detection was buggy and made the
call non-atomic (therefore prone to race conditions).
14 years ago
Gregory P. Smith
886455cc4e
Fix a unittest error seen on NetBSD 5.
14 years ago
Gregory P. Smith
8facece99a
Fixes issue #8052 : The posix subprocess module's close_fds behavior was
suboptimal by closing all possible file descriptors rather than just
the open ones in the child process before exec().
It now closes only the open fds when it is possible to safely determine what
those are.
14 years ago
Senthil Kumaran
3800ea9f65
Fix Issue6631 - Disallow relative file paths in urllib urlopen
14 years ago
Łukasz Langa
002890861f
#13760 : picklability tests for configparser exceptions
14 years ago
Vinay Sajip
889bb2969d
Closes #13807 : Now checks for sys.stderr being there before writing to it.
14 years ago
Antoine Pitrou
0c60381749
Add part of test_inspect test from 2.7
14 years ago
Nadeem Vawda
892b0b928d
Issue #13781 : Fix GzipFile to work with os.fdopen()'d file objects.
14 years ago
Jesus Cea
031605ad99
And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
14 years ago
Jesus Cea
1aa1cf3548
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
14 years ago
Jesus Cea
6e35d417f7
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
14 years ago
Jesus Cea
8874fd6bb0
Closes #13803 : Under Solaris, distutils doesn't include bitness in the directory name
14 years ago
Antoine Pitrou
2f828f2c88
Test running of code in a sub-interpreter
(prelude to issue #6531 ).
14 years ago
Antoine Pitrou
03757ec4a5
Issue #13589 : Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
14 years ago
Terry Jan Reedy
dc224f82c0
#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
14 years ago
Benjamin Peterson
a846d0ac5e
explain why we need this grammar file ( closes #13766 )
14 years ago
Meador Inge
3388060127
Issue #13629 : Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
14 years ago
Terry Jan Reedy
7f53aea53b
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
14 years ago
Meador Inge
b0ae0ac668
Issue #13786 : Remove unimplemented 'trace' long option from regrtest.py.
14 years ago
Meador Inge
3f55e59282
Issue #13725 : regrtest does not recognize -d flag.
Patch by Erno Tukia.
14 years ago
Senthil Kumaran
3ffd7ca041
Fix issue13726: -S accepts an argument just as --start.
14 years ago
Senthil Kumaran
c5c5a14577
Fix Issue #13642 : Unquote before b64encoding user:password during Basic Authentication.
14 years ago
Senthil Kumaran
9bbcb254db
Adding the -o option for Issue13726
14 years ago
Senthil Kumaran
bcfe56d77c
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test.
14 years ago
Antoine Pitrou
bbf53614b7
test_strlit was never run
14 years ago
Antoine Pitrou
f7bfff0e42
Remove unused certificate from the test directory.
14 years ago
Terry Jan Reedy
ee91e0990a
#11906 Make test_argparse work interactively by removing extra space
in comparison string that argparse does not add when program name is blank.
14 years ago
Ross Lagerwall
66e2fb68ac
Issue #12364 : Fix a hang in concurrent.futures.ProcessPoolExecutor.
14 years ago
Charles-François Natali
ded0348c08
Issue #13502 : threading: Fix a race condition in Event.wait() that made it
return False when the event was set and cleared right after.
14 years ago
Lars Gustäbel
dee45e20f6
Issue #12926 : Fix a bug in tarfile's link extraction.
On platforms that do not support (symbolic) links, tarfile offers a
work-around and extracts a link in an archive as the regular file the link is
pointing to. On other platforms, this code was accidentally executed even
after the link had been successfully extracted which failed due to the already
existing link.
14 years ago
Vinay Sajip
cdf6cd9ff3
Closes #13699 . Skipped two tests if Python is optimised.
14 years ago
Senthil Kumaran
6497aa3e00
Issue13696 - Fix 302 Redirection for Relative urls.
14 years ago
Benjamin Peterson
b462da8c0a
fix this to not depend on dictionary order
14 years ago
Antoine Pitrou
8f85f907e3
Issue #13636 : Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).
14 years ago
Charles-François Natali
366999a011
Issue #9975 : socket: Fix incorrect use of flowinfo and scope_id. Patch by
Vilmos Nebehaj.
14 years ago
Sandro Tosi
70efbefcc5
Issue #13594 : various fixes to aifc module; patch by Oleg Plakhotnyuk
14 years ago
Sandro Tosi
bdd5354700
Issue #13680 : add lowecase compression type to write header; patch by Oleg Plakhotnyuk
14 years ago
Antoine Pitrou
7c9907e565
Fix no-op tests in importlib.
14 years ago
Benjamin Peterson
0e61350d3a
propgate error in other conditions
14 years ago
Charles-François Natali
fe8039b3e5
Issue #13565 : Increase multiprocessing's server socket backlog, to avoid
dropped connections in case of simultaneous connection requests.
14 years ago
Senthil Kumaran
3075549d53
Minor code style improvements in http.server suggested in Issue13294.
14 years ago
Michael Foord
3ba95f8bd9
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static.
Closes issue 11829.
14 years ago
Antoine Pitrou
65a3f4b8c5
Use context managers in test_ssl to simplify test writing.
14 years ago
Antoine Pitrou
28f8bee5c8
Issue #13645 : fix test_import failure when run immediately after test_coding.
14 years ago