Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 subprocess.Popen() documentation improvements from 3.3. | Chris Jerdonek | 2012-10-09 | 2 | -30/+38 |
|\ \ \ | |/ / | |||||
| * | | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. | Chris Jerdonek | 2012-10-09 | 2 | -30/+38 |
| |\ \ | | |/ | |||||
| | * | Issue #16115: Improve subprocess.Popen() documentation around args, shell, ↵ | Chris Jerdonek | 2012-10-09 | 2 | -30/+38 |
| | | | | | | | | | | | | and executable arguments. | ||||
* | | | 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 | 2 | -10/+30 |
|\ \ \ | |/ / | |||||
| * | | Issue #16115: Improve testing of the executable argument to subprocess.Popen(). | Chris Jerdonek | 2012-10-08 | 2 | -10/+30 |
| | | | |||||
* | | | 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. | ||||
* | | | Merge 3.3 | Hynek Schlawack | 2012-10-08 | 2 | -8/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.2 | Hynek Schlawack | 2012-10-08 | 2 | -8/+14 |
| |\ \ | | |/ | |||||
| | * | #13498: Clarify docs of os.makedirs()'s exist_ok argument. | Hynek Schlawack | 2012-10-07 | 2 | -8/+14 |
| | | | | | | | | | | | | Done with great native-speaker help from R. David Murray. | ||||
* | | | Issue #14783: Merge changes from 3.3. | Chris Jerdonek | 2012-10-07 | 6 | -11/+25 |
|\ \ \ | |/ / | |||||
| * | | Issue #14783: Merge changes from 3.2. | Chris Jerdonek | 2012-10-07 | 6 | -11/+25 |
| |\ \ | | |/ | |||||
| | * | Issue #14783: Improve int() docstring and also str(), range(), and slice(). | Chris Jerdonek | 2012-10-07 | 6 | -10/+24 |
| | | | | | | | | | | | | | | | | | | This commit rewrites the docstring for int() to incorporate the documentation changes made in issue #16036. It also switches the docstrings for int(), str(), range(), and slice() to use multi-line signatures. | ||||
* | | | brg_endian.h is back again | Christian Heimes | 2012-10-07 | 1 | -1/+0 |
| | | | |||||
* | | | merge | Christian Heimes | 2012-10-07 | 5 | -28/+20 |
|\ \ \ | |||||
| * | | | Issue #16120: Use |yield from| in stdlib. | Andrew Svetlov | 2012-10-07 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Patch by Berker Peksag. | ||||
| * | | | Get rid of circular import and eliminate unprefixed exported symbols | Richard Oudkerk | 2012-10-07 | 3 | -26/+15 |
| | | | | | | | | | | | | | | | | from _multiprocessing. | ||||
| * | | | merge heads | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * \ \ | merge heads | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
| | |\ \ \ | |||||
| | | * \ \ | 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. | ||||
* | | | | | | re-add brg_endian.h to debug issue in big endian SPARC machine | Christian Heimes | 2012-10-07 | 5 | -7/+150 |
|/ / / / / | |||||
* | | | | | correct build configuration of sha3 project for debug builds | Christian Heimes | 2012-10-07 | 1 | -3/+4 |
|/ / / / | |||||
* | | | | _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. ↵ | Christian Heimes | 2012-10-07 | 1 | -25/+46 |
|/ / / | | | | | | | | | | The project is now a copy of _multiprocessing.vcxproj with new GUID and without BaseAddress and ws2_32.lib | ||||
* | | | Issue #14900: Distuguish call count and primitive call count in pstat output. | Andrew Svetlov | 2012-10-07 | 2 | -1/+2 |
|\ \ \ | |/ / | | | | | | | Patch by Arne Babenhauserheide. | ||||
| * | | Merge issue #14900: Distuguish call count and primitive call count in pstat ↵ | Andrew Svetlov | 2012-10-07 | 2 | -1/+2 |
| |\ \ | | |/ | | | | | | | | | | | | | output. Patch by Arne Babenhauserheide. | ||||
| | * | Issue #14900: Distuguish call count and primitive call count in pstat output. | Andrew Svetlov | 2012-10-07 | 2 | -1/+2 |
| | | | | | | | | | | | | Patch by Arne Babenhauserheide. | ||||
* | | | merge 3.3 | Eli Bendersky | 2012-10-07 | 3 | -21/+34 |
|\ \ \ | |/ / | |||||
| * | | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek | Eli Bendersky | 2012-10-07 | 3 | -21/+34 |
| | | | |||||
* | | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError | Hynek Schlawack | 2012-10-07 | 4 | -5/+35 |
| | | | | | | | | | | | | Patch by Atsuo Ishimoto. | ||||
* | | | Remove unused functions from _tkinter. | Andrew Svetlov | 2012-10-07 | 1 | -21/+0 |
| | | | |||||
* | | | Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter. | Andrew Svetlov | 2012-10-07 | 1 | -19/+19 |
| | | | |||||
* | | | Fix markup. | Ezio Melotti | 2012-10-07 | 2 | -3/+3 |
| | | | |||||
* | | | Utilize Py_RETURN_NONE in _tkinter module. | Andrew Svetlov | 2012-10-07 | 1 | -26/+13 |
| | | | |||||
* | | | Issue #16148: Small improvements and cleanup. Added version information | Armin Ronacher | 2012-10-07 | 6 | -9/+24 |
| | | | | | | | | | | | | to docs. | ||||
* | | | Merge: More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 2 | -16/+26 |
|\ \ \ | |/ / | |||||
| * | | More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 2 | -16/+26 |
| | | | |||||
* | | | Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 2 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 2 | -2/+9 |
| | | | |||||
* | | | Merge: More whatsnew updates. Also move a C-API NEWS item out of library ↵ | R David Murray | 2012-10-07 | 2 | -5/+30 |
|\ \ \ | |/ / | | | | | | | section. | ||||
| * | | More whatsnew updates. Also move a C-API NEWS item out of library section. | R David Murray | 2012-10-07 | 2 | -5/+30 |
| | | |