summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add...Eli Bendersky2012-07-172-0/+15
* one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-161-3/+6
|\
| * one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-161-3/+6
* | Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-161-5/+7
|\ \ | |/
| * Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-161-5/+7
* | Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
|\ \ | |/
| * Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
* | Closes #15367: Corrected computation of include locations for source builds o...Vinay Sajip2012-07-161-1/+5
* | Closes #15366: Corrected computation of include location for source builds. T...Vinay Sajip2012-07-161-3/+4
* | #15238: Fix xattr related shutil.copystat testsHynek Schlawack2012-07-161-2/+1
* | Fix typoRaymond Hettinger2012-07-161-1/+1
* | Clean-up exampleRaymond Hettinger2012-07-161-5/+11
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-164-7/+223
|\ \ | |/
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-164-7/+223
* | cm.parents is property, not a methodRaymond Hettinger2012-07-161-8/+9
* | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-07-163-23/+33
* | Doc fix: the text role is called "func", not "funk".Larry Hastings2012-07-161-1/+1
* | #4640: Add optparse tests for '-xxx' invalid when defining options.R David Murray2012-07-161-0/+16
* | Issue #15202: Additional documentation fixes inadvertently omittedLarry Hastings2012-07-151-41/+31
* | Closes #15361: Corrected venv prompt in PowerShell activation script.Vinay Sajip2012-07-151-1/+1
* | Issue #15202: Consistently use the name "follow_symlinks" forLarry Hastings2012-07-157-59/+65
* | Issue #15307: Skipped test_venv:test_prefixes when run from a venv.Vinay Sajip2012-07-151-0/+2
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-153-8/+25
|\ \ | |/
| * #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-153-8/+24
* | Refcounting fixesNick Coghlan2012-07-151-3/+7
* | Make set_main_loader static (noticed by Antoine Pitrou)Nick Coghlan2012-07-151-1/+1
* | Fix typo in a comment (noticed by Terry Reedy)Nick Coghlan2012-07-151-1/+1
* | Update the pkgutil porting section in What's New. This should cause significa...Nick Coghlan2012-07-151-5/+7
* | Issue #9319: Remove the workaround for this since fixed problem from pydocNick Coghlan2012-07-151-8/+0
* | Issue #15343: A lot more than just unicode decoding can go wrong when retriev...Nick Coghlan2012-07-153-2107/+2135
* | Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-155-19/+106
* | Actually initialize __main__.__loader__ with loader instances, not the corres...Nick Coghlan2012-07-152-3/+8
* | Remove a statement that was only added for debugging purposesNick Coghlan2012-07-151-1/+0
* | Note why we can't write an automated test for the code path that brings up th...Nick Coghlan2012-07-151-0/+3
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-157-145/+263
* | Issue #9458: clarify the documentation of ElementTree.write with regards to t...Eli Bendersky2012-07-151-7/+17
* | Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Stor...Eli Bendersky2012-07-153-122/+257
* | - Issue #15233: Python now guarantees that callables registered withLarry Hastings2012-07-152-7/+11
* | Fix-up latex stylingRaymond Hettinger2012-07-151-12/+15
* | - Issue #15238: shutil.copystat now copies Linux "extended attributes".Larry Hastings2012-07-154-24/+37
* | Update the embedded copy of the expat XML parser to 2.1.0. It bringsGregory P. Smith2012-07-1412-258/+374
* | Minor grammatical tweaks.Brett Cannon2012-07-141-4/+6
* | Some small fixes and clarifications to the io documentationEli Bendersky2012-07-141-42/+44
* | Merge #15230 doc updates from 3.2Nick Coghlan2012-07-142-1/+15
|\ \ | |/
| * Issue #15230: Update runpy docs to clarify a couple of points that came up in...Nick Coghlan2012-07-142-0/+14
* | Merge fix for #15230 from 3.2Nick Coghlan2012-07-143-158/+277
|\ \ | |/
| * Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-143-158/+277
* | Issue #15241: Fix test_prefixes failure in test_venv due to symlink inNed Deily2012-07-131-1/+1
* | Try other approach to fix issue #15334.Antoine Pitrou2012-07-131-3/+8
|\ \ | |/
| * Try other approach to fix issue #15334.Antoine Pitrou2012-07-131-3/+8