summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-162-0/+4
|\
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-162-0/+4
* | Issue #15202: Consistently use the name "follow_symlinks" forLarry Hastings2012-07-151-0/+3
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-0/+2
|\ \ | |/
| * #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-0/+2
* | Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-151-0/+4
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-151-1/+9
* | - Issue #15233: Python now guarantees that callables registered withLarry Hastings2012-07-151-0/+3
* | - Issue #15238: shutil.copystat now copies Linux "extended attributes".Larry Hastings2012-07-151-0/+2
* | Merge #15230 doc updates from 3.2Nick Coghlan2012-07-141-1/+4
|\ \ | |/
| * Issue #15230: Update runpy docs to clarify a couple of points that came up in...Nick Coghlan2012-07-141-0/+3
* | Merge fix for #15230 from 3.2Nick Coghlan2012-07-141-0/+5
|\ \ | |/
| * Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-141-0/+5
| * Remove duplicate entry and fix orderAntoine Pitrou2012-07-131-2/+1
| * Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1
* | Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() useBrett Cannon2012-07-131-0/+9
* | Issue #15053: Make sure all functions related to the import lock haveBrett Cannon2012-07-131-0/+3
* | Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-112-0/+5
|\ \ | |/
| * Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-112-0/+5
* | Issue #15111: When a module was imported using a 'from import'Brett Cannon2012-07-101-0/+4
* | Issue #15315: Support VS 2010 in distutils cygwincompiler.Martin v. Löwis2012-07-101-0/+2
* | Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested ...Antoine Pitrou2012-07-091-0/+3
* | Issue #15288: Clarify that pkgutil.walk_packages() and friends will noBrett Cannon2012-07-091-0/+5
* | Issue #15056: imp.cache_from_source() and source_from_cache() raiseBrett Cannon2012-07-091-0/+3
* | Issue #15256: Re-use the ImportError exception message as defined byBrett Cannon2012-07-091-0/+2
* | revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-5/+0
|\ \ | |/
| * revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-5/+0
* | Merge 3.2 closes issue 13557Terry Jan Reedy2012-07-081-0/+6
|\ \ | |/
| * Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-081-3/+3
* | add news note for 85cccc38d01cBenjamin Peterson2012-07-081-0/+2
* | Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.Antoine Pitrou2012-07-081-0/+3
* | Issue #15110: Fix the tracebacks generated by "import xxx" to not show the im...Antoine Pitrou2012-07-081-0/+3
* | issue 14826 - Address the buildbot failure quote of url is the required chang...Senthil Kumaran2012-07-081-2/+2
|\ \ | |/
| * issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-081-2/+2
* | #15284: Skip {send,recv}msg tests with disabled IPv6Ross Lagerwall2012-07-081-0/+3
* | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+5
|\ \ | |/
| * Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+5
* | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-071-0/+3
* | Merge with remote.Ross Lagerwall2012-07-071-0/+6
|\ \
| * | #15277: Fix a resource leak in support.py when IPv6 is disabled.Ross Lagerwall2012-07-071-0/+6
* | | Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWrite...Florent Xicluna2012-07-071-0/+3
* | | Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.Florent Xicluna2012-07-071-0/+2
* | | Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress...Nick Coghlan2012-07-071-0/+3
|/ /
* | Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__Nick Coghlan2012-07-071-0/+3
* | Merge branchFlorent Xicluna2012-07-071-0/+3
|\ \ | |/
| * Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-071-0/+3
* | Issue 14814: Provide more informative error messages in ipaddress, and ensure...Nick Coghlan2012-07-071-0/+4
* | - Issue #15268: Search curses.h in /usr/include/ncursesw.doko@ubuntu.com2012-07-071-0/+2
* | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+3
|\ \ | |/
| * Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+3