56010 Commits (426e248febc4b86ea4512baaaa81966ab54c83da)
 

Author SHA1 Message Date
Eli Bendersky 426e248feb Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working 14 years ago
Gregory P. Smith daa4c6b2e6 one more test fix for systems without select.poll. tested by deleting 14 years ago
Gregory P. Smith 954d46b2cc one more test fix for systems without select.poll. tested by deleting 14 years ago
Gregory P. Smith 49be9ed976 Fix unchecked select.poll reference in setUp and tearDown for 14 years ago
Gregory P. Smith ac14aa5187 Fix unchecked select.poll reference in setUp and tearDown for 14 years ago
Gregory P. Smith 2a86b25323 Fix the with_poll tests for platforms without poll. missing import. 14 years ago
Gregory P. Smith 5bcd005a0b Fix the with_poll tests for platforms without poll. missing import. 14 years ago
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. 14 years ago
Vinay Sajip 048b063780 Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch. 14 years ago
Hynek Schlawack c2d481fbcd #15238: Fix xattr related shutil.copystat tests 14 years ago
Raymond Hettinger b22ba046ae Fix typo 14 years ago
Raymond Hettinger b2269baca3 Clean-up example 14 years ago
Gregory P. Smith 4866266bf4 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible 14 years ago
Gregory P. Smith dad5711677 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible 14 years ago
Raymond Hettinger 2a61c451f2 cm.parents is property, not a method 14 years ago
Ned Deily 274717757d Issue #13590: Improve support for OS X Xcode 4: 14 years ago
Larry Hastings 950b76ab1a Doc fix: the text role is called "func", not "funk". 14 years ago
R David Murray 6159e0956c #4640: Add optparse tests for '-xxx' invalid when defining options. 14 years ago
Larry Hastings 7aa2c8baae Issue #15202: Additional documentation fixes inadvertently omitted 14 years ago
Vinay Sajip e554f8b858 Closes #15361: Corrected venv prompt in PowerShell activation script. 14 years ago
Larry Hastings b40380667c Issue #15202: Consistently use the name "follow_symlinks" for 14 years ago
Vinay Sajip 509d87d4a0 Issue #15307: Skipped test_venv:test_prefixes when run from a venv. 14 years ago
Hynek Schlawack 9ac4d8808f #15180: Clarify posixpath.join() error message when mixing str & bytes 14 years ago
Hynek Schlawack 4774946c3b #15180: Clarify posixpath.join() error message when mixing str & bytes 14 years ago
Nick Coghlan b7a5894c64 Refcounting fixes 14 years ago
Nick Coghlan ceda83c6a9 Make set_main_loader static (noticed by Antoine Pitrou) 14 years ago
Nick Coghlan 8e6e7d39d3 Fix typo in a comment (noticed by Terry Reedy) 14 years ago
Nick Coghlan 6061000d01 Update the pkgutil porting section in What's New. This should cause significantly fewer problems after today's updates 14 years ago
Nick Coghlan 9deaa06fe1 Issue #9319: Remove the workaround for this since fixed problem from pydoc 14 years ago
Nick Coghlan 2824cb507d Issue #15343: A lot more than just unicode decoding can go wrong when retrieving a source file 14 years ago
Nick Coghlan 8ecf50474c Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) 14 years ago
Nick Coghlan 3f94cbf9eb Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects 14 years ago
Nick Coghlan 8dbe5b5568 Remove a statement that was only added for debugging purposes 14 years ago
Nick Coghlan 37b3b90b02 Note why we can't write an automated test for the code path that brings up the REPL for a bare 'python' call 14 years ago
Nick Coghlan 85e729ec3b Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357) 14 years ago
Eli Bendersky f96cf911a0 Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding 14 years ago
Eli Bendersky 00f402bfcb Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me 14 years ago
Larry Hastings 1191709b13 - Issue #15233: Python now guarantees that callables registered with 14 years ago
Raymond Hettinger c4ac789be7 Fix-up latex styling 14 years ago
Larry Hastings ad5ae0456e - Issue #15238: shutil.copystat now copies Linux "extended attributes". 14 years ago
Gregory P. Smith 7c6309c6af Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
Brett Cannon 15810673dc Minor grammatical tweaks. 14 years ago
Eli Bendersky f877a7cce1 Some small fixes and clarifications to the io documentation 14 years ago
Nick Coghlan 24711c4fac Merge #15230 doc updates from 3.2 14 years ago
Nick Coghlan a3d1cac4b2 Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue 14 years ago
Nick Coghlan 2f54b98c8c Merge fix for #15230 from 3.2 14 years ago
Nick Coghlan 761bb11374 Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach 14 years ago
Ned Deily 045bd5340f Issue #15241: Fix test_prefixes failure in test_venv due to symlink in 14 years ago
Antoine Pitrou 26c01d7e05 Try other approach to fix issue #15334. 14 years ago
Antoine Pitrou 2bb3021837 Try other approach to fix issue #15334. 14 years ago