Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some warnings in test suite output. | Nadeem Vawda | 2012-10-13 | 2 | -5/+6 |
| | |||||
* | merge heads | Benjamin Peterson | 2012-10-13 | 1 | -15/+16 |
|\ | |||||
| * | lzma module: Rewrap docstrings at 72 columns, as per PEP 8. | Nadeem Vawda | 2012-10-13 | 1 | -15/+16 |
| | | |||||
* | | When not optimized function stack sizes are much larger and may cause this ↵ | Benjamin Peterson | 2012-10-13 | 1 | -1/+2 |
|/ | | | | test to fail. | ||||
* | skip if __doc__ is gone | Benjamin Peterson | 2012-10-12 | 1 | -0/+1 |
| | |||||
* | fix to work if __doc__ is removed | Benjamin Peterson | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Remove uses of % with str.format. | Brett Cannon | 2012-10-12 | 1 | -3/+3 |
| | |||||
* | Merge 3.2 | Brian Curtin | 2012-10-11 | 1 | -1/+6 |
|\ | |||||
| * | Fix #16176. Properly identify Windows 8 via platform.platform() | Brian Curtin | 2012-10-11 | 1 | -1/+6 |
| | | | | | | | | Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server. | ||||
* | | Closes #15776: pyvenv now works with existing directories. | Vinay Sajip | 2012-10-11 | 2 | -10/+72 |
| | | |||||
* | | code smell. remove pdb | Senthil Kumaran | 2012-10-11 | 1 | -1/+0 |
| | | |||||
* | | Issue #16088: BaseHTTPRequestHandler's send_error method includes a | Senthil Kumaran | 2012-10-11 | 2 | -1/+15 |
| | | | | | | | | Content-Length header. Patch by Antoine Pitrou. | ||||
* | | Closes #16135: Removal of OS/2 support (distutils) (II) | Jesus Cea | 2012-10-10 | 1 | -1/+0 |
| | | |||||
* | | Closes #16135: Removal of OS/2 support (distutils) | Jesus Cea | 2012-10-10 | 12 | -425/+7 |
| | | |||||
* | | Merge fix for issue #15111. | Brett Cannon | 2012-10-10 | 2 | -7/+20 |
|\ \ | |||||
| * | | Closes issue #15111: Calling __import__ with a module specified in | Brett Cannon | 2012-10-10 | 2 | -7/+20 |
| | | | | | | | | | | | | | | | fromlist which causes its own ImportError (e.g. the module tries to import a non-existent module) should have that exception propagate. | ||||
* | | | Fixes Issue #16114: The subprocess module no longer provides a | Gregory P. Smith | 2012-10-10 | 2 | -8/+49 |
|\ \ \ | |/ / | | | | | | | | | | | | | misleading error message stating that args[0] did not exist when either the cwd or executable keyword arguments specified a path that did not exist. | ||||
| * | | Fixes Issue #16114: The subprocess module no longer provides a | Gregory P. Smith | 2012-10-10 | 2 | -8/+49 |
| |\ \ | | |/ | | | | | | | | | | | | | misleading error message stating that args[0] did not exist when either the cwd or executable keyword arguments specified a path that did not exist. | ||||
| | * | Fixes Issue #16114: The subprocess module no longer provides a | Gregory P. Smith | 2012-10-10 | 2 | -8/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | misleading error message stating that args[0] did not exist when either the cwd or executable keyword arguments specified a path that did not exist. It now keeps track of if the child got as far as preexec and reports it if not back to the parent via a special "noexec" error message value in the error pipe so that the cwd can be blamed for a failed chdir instead of the exec of the executable being blamed instead. The executable is also always reported accurately when exec fails. Unittests enhanced to cover these cases. | ||||
* | | | Issue #16170: Merge subprocess test unskip from 3.3. | Chris Jerdonek | 2012-10-09 | 1 | -5/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #16170: Remove Linux skip from test_subprocess's test_executable test. | Chris Jerdonek | 2012-10-09 | 1 | -5/+8 |
| | | | |||||
| * | | merge heads | Benjamin Peterson | 2012-10-09 | 18 | -92/+318 |
| |\ \ | |||||
* | \ \ | merge 3.3 | Benjamin Peterson | 2012-10-09 | 8 | -15/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | compare singletons by identity not equality (closes #16712) | Benjamin Peterson | 2012-10-09 | 7 | -9/+9 |
| | | | | | | | | | | | | | | | | Patch from Serhiy Storchaka. | ||||
| * | | | compare with equality not identity (issue #16172) | Benjamin Peterson | 2012-10-09 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | Patch from Serhiy Storchaka. | ||||
* | | | | Issue #16169: Merge | Richard Oudkerk | 2012-10-09 | 2 | -1/+23 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror | Richard Oudkerk | 2012-10-09 | 2 | -1/+23 |
| | | | | |||||
* | | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. | Vinay Sajip | 2012-10-09 | 2 | -4/+26 |
| | | | | |||||
* | | | | Closes #16168: Merged SysLogHandler update from 3.3. | Vinay Sajip | 2012-10-09 | 1 | -8/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16168: Merged SysLogHandler update from 3.2. | Vinay Sajip | 2012-10-09 | 1 | -8/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #16168: Use specified socket type for domain sockets in SysLogHandler. | Vinay Sajip | 2012-10-09 | 1 | -8/+2 |
| | | | | |||||
* | | | | Issue #16141: replaced old-style exception handling code in logging with the ↵ | Vinay Sajip | 2012-10-09 | 3 | -30/+12 |
| | | | | | | | | | | | | | | | | modern idiom. | ||||
* | | | | Issue #16115: Merge test skip from 3.3. | Chris Jerdonek | 2012-10-09 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16115: Skip a newly added subprocess.Popen() test on Linux. | Chris Jerdonek | 2012-10-09 | 1 | -0/+4 |
| | | | | |||||
* | | | | Issue #16115: Merge test improvements from 3.3. | Chris Jerdonek | 2012-10-08 | 1 | -10/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16115: Improve testing of the executable argument to subprocess.Popen(). | Chris Jerdonek | 2012-10-08 | 1 | -10/+27 |
| | | | | |||||
* | | | | bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. | Nadeem Vawda | 2012-10-08 | 1 | -15/+16 |
| | | | | |||||
* | | | | Stylistic tweaks to the bz2 module to make it easier to transplant changes from | Nadeem Vawda | 2012-10-08 | 2 | -74/+75 |
| | | | | | | | | | | | | | | | | it to http://pypi.python.org/pypi/bz2file. | ||||
* | | | | Use setUpClass() and tearDownClass() in test_multiprocessing. | Richard Oudkerk | 2012-10-08 | 1 | -85/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each manager test class now uses a separate manager. Also, process pools are no longer created before starting any tests. Note that warnings are written if the manager for a test case still has live objects when it is shutdown. This is true for a few test cases which fail to wait for all child processes to end. | ||||
* | | | | Make __mp_main__ an alias for __main__ in all processes to simplify | Richard Oudkerk | 2012-10-08 | 2 | -16/+13 |
| | | | | | | | | | | | | | | | | pickling of classes defined in main module. | ||||
* | | | | Issue #16120: Use |yield from| in stdlib. | Andrew Svetlov | 2012-10-07 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Patch by Berker Peksag. | ||||
* | | | | Merge issue #14900: Add aliases for sorting params for pstat to follow ↵ | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | column names from pstat output. Patch by Arne Babenhauserheide. | ||||
| * | | | Merge issue #14900: Add aliases for sorting params for pstat to follow ↵ | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | column names from pstat output. Patch by Arne Babenhauserheide. | ||||
| | * | | Issue #14900: Add aliases for sorting params for pstat to follow column ↵ | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | names from pstat output. Patch by Arne Babenhauserheide. | ||||
* | | | | Issue #14900: Distuguish call count and primitive call count in pstat output. | Andrew Svetlov | 2012-10-07 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Arne Babenhauserheide. | ||||
| * | | | Merge issue #14900: Distuguish call count and primitive call count in pstat ↵ | Andrew Svetlov | 2012-10-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | output. Patch by Arne Babenhauserheide. | ||||
| | * | | Issue #14900: Distuguish call count and primitive call count in pstat output. | Andrew Svetlov | 2012-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch by Arne Babenhauserheide. | ||||
* | | | | merge 3.3 | Eli Bendersky | 2012-10-07 | 1 | -3/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek | Eli Bendersky | 2012-10-07 | 1 | -3/+4 |
| | | | | |||||
* | | | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError | Hynek Schlawack | 2012-10-07 | 2 | -4/+19 |
| | | | | | | | | | | | | | | | | Patch by Atsuo Ishimoto. |