Eli Bendersky
|
426e248feb
|
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
|
2012-07-17 05:45:11 +03:00 |
|
Gregory P. Smith
|
daa4c6b2e6
|
one more test fix for systems without select.poll. tested by deleting
select.poll before running. works both ways (finally). this should
fix the windows build.
|
2012-07-16 15:49:19 -07:00 |
|
Gregory P. Smith
|
954d46b2cc
|
one more test fix for systems without select.poll. tested by deleting
select.poll before running. works both ways (finally). this should fix
the windows build.
|
2012-07-16 15:48:30 -07:00 |
|
Gregory P. Smith
|
49be9ed976
|
Fix unchecked select.poll reference in setUp and tearDown for
platforms that don't have it.
|
2012-07-16 13:39:10 -07:00 |
|
Gregory P. Smith
|
ac14aa5187
|
Fix unchecked select.poll reference in setUp and tearDown for
platforms that don't have it.
|
2012-07-16 13:38:45 -07:00 |
|
Gregory P. Smith
|
2a86b25323
|
Fix the with_poll tests for platforms without poll. missing import.
|
2012-07-16 13:35:20 -07:00 |
|
Gregory P. Smith
|
5bcd005a0b
|
Fix the with_poll tests for platforms without poll. missing import.
|
2012-07-16 13:34:50 -07:00 |
|
Vinay Sajip
|
8cffdd9ca2
|
Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
|
2012-07-16 18:30:03 +01:00 |
|
Vinay Sajip
|
048b063780
|
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
|
2012-07-16 18:24:55 +01:00 |
|
Hynek Schlawack
|
c2d481fbcd
|
#15238: Fix xattr related shutil.copystat tests
- Loosen up test as Fedora has implicit xattrs
- Actually test the destination for xattrs
Should make Fedora buildbot green again.
|
2012-07-16 17:11:10 +02:00 |
|
Gregory P. Smith
|
4866266bf4
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.
|
2012-07-15 23:44:49 -07:00 |
|
Gregory P. Smith
|
dad5711677
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.
|
2012-07-15 23:42:26 -07:00 |
|
Ned Deily
|
274717757d
|
Issue #13590: Improve support for OS X Xcode 4:
- fix test_distutils and test_sysconfig test failures by
aligning sysconfig and distutils.sysconfig tailoring of
configure variables (as in 2.7)
|
2012-07-15 21:30:03 -07:00 |
|
R David Murray
|
6159e0956c
|
#4640: Add optparse tests for '-xxx' invalid when defining options.
Patch by Aaron (hac.man).
|
2012-07-15 20:12:24 -04:00 |
|
Vinay Sajip
|
e554f8b858
|
Closes #15361: Corrected venv prompt in PowerShell activation script.
|
2012-07-15 21:58:13 +01:00 |
|
Larry Hastings
|
b40380667c
|
Issue #15202: Consistently use the name "follow_symlinks" for
new parameters in os and shutil functions. Patch by Serhiy Storchaka.
|
2012-07-15 10:57:38 -07:00 |
|
Vinay Sajip
|
509d87d4a0
|
Issue #15307: Skipped test_venv:test_prefixes when run from a venv.
|
2012-07-15 16:12:54 +01:00 |
|
Hynek Schlawack
|
9ac4d8808f
|
#15180: Clarify posixpath.join() error message when mixing str & bytes
|
2012-07-15 16:46:23 +02:00 |
|
Hynek Schlawack
|
4774946c3b
|
#15180: Clarify posixpath.join() error message when mixing str & bytes
|
2012-07-15 16:21:30 +02:00 |
|
Nick Coghlan
|
8e6e7d39d3
|
Fix typo in a comment (noticed by Terry Reedy)
|
2012-07-15 23:13:18 +10:00 |
|
Nick Coghlan
|
9deaa06fe1
|
Issue #9319: Remove the workaround for this since fixed problem from pydoc
|
2012-07-15 22:17:02 +10:00 |
|
Nick Coghlan
|
2824cb507d
|
Issue #15343: A lot more than just unicode decoding can go wrong when retrieving a source file
|
2012-07-15 22:12:14 +10:00 |
|
Nick Coghlan
|
8ecf50474c
|
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al)
|
2012-07-15 21:19:18 +10:00 |
|
Nick Coghlan
|
3f94cbf9eb
|
Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects
|
2012-07-15 19:10:39 +10:00 |
|
Nick Coghlan
|
8dbe5b5568
|
Remove a statement that was only added for debugging purposes
|
2012-07-15 18:29:24 +10:00 |
|