summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Closes #16168: Merged SysLogHandler update from 3.3.Vinay Sajip2012-10-091-8/+2
|\
| * Issue #16168: Merged SysLogHandler update from 3.2.Vinay Sajip2012-10-091-8/+2
| |\
| | * Issue #16168: Use specified socket type for domain sockets in SysLogHandler.Vinay Sajip2012-10-091-8/+2
| | |
* | | Issue #16141: replaced old-style exception handling code in logging with the ↵Vinay Sajip2012-10-093-30/+12
| | | | | | | | | | | | modern idiom.
* | | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.Chris Jerdonek2012-10-092-30/+38
|\ \ \ | |/ /
| * | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-092-30/+38
| |\ \ | | |/
| | * Issue #16115: Improve subprocess.Popen() documentation around args, shell, ↵Chris Jerdonek2012-10-092-30/+38
| | | | | | | | | | | | and executable arguments.
* | | Issue #16115: Merge test skip from 3.3.Chris Jerdonek2012-10-091-0/+4
|\ \ \ | |/ /
| * | Issue #16115: Skip a newly added subprocess.Popen() test on Linux.Chris Jerdonek2012-10-091-0/+4
| | |
* | | Issue #16115: Merge test improvements from 3.3.Chris Jerdonek2012-10-082-10/+30
|\ \ \ | |/ /
| * | Issue #16115: Improve testing of the executable argument to subprocess.Popen().Chris Jerdonek2012-10-082-10/+30
| | |
* | | bz2 module: Rewrap docstrings at 72 columns, as per PEP 8.Nadeem Vawda2012-10-081-15/+16
| | |
* | | Stylistic tweaks to the bz2 module to make it easier to transplant changes fromNadeem Vawda2012-10-082-74/+75
| | | | | | | | | | | | it to http://pypi.python.org/pypi/bz2file.
* | | Use setUpClass() and tearDownClass() in test_multiprocessing.Richard Oudkerk2012-10-081-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 simplifyRichard Oudkerk2012-10-082-16/+13
| | | | | | | | | | | | pickling of classes defined in main module.
* | | Merge 3.3Hynek Schlawack2012-10-082-8/+14
|\ \ \ | |/ /
| * | Merge 3.2Hynek Schlawack2012-10-082-8/+14
| |\ \ | | |/
| | * #13498: Clarify docs of os.makedirs()'s exist_ok argument.Hynek Schlawack2012-10-072-8/+14
| | | | | | | | | | | | Done with great native-speaker help from R. David Murray.
* | | Issue #14783: Merge changes from 3.3.Chris Jerdonek2012-10-076-11/+25
|\ \ \ | |/ /
| * | Issue #14783: Merge changes from 3.2.Chris Jerdonek2012-10-076-11/+25
| |\ \ | | |/
| | * Issue #14783: Improve int() docstring and also str(), range(), and slice().Chris Jerdonek2012-10-076-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 againChristian Heimes2012-10-071-1/+0
| | |
* | | mergeChristian Heimes2012-10-075-28/+20
|\ \ \
| * | | Issue #16120: Use |yield from| in stdlib.Andrew Svetlov2012-10-071-2/+1
| | | | | | | | | | | | | | | | Patch by Berker Peksag.
| * | | Get rid of circular import and eliminate unprefixed exported symbolsRichard Oudkerk2012-10-073-26/+15
| | | | | | | | | | | | | | | | from _multiprocessing.
| * | | merge headsAndrew Svetlov2012-10-071-0/+4
| |\ \ \
| | * \ \ merge headsAndrew Svetlov2012-10-071-0/+4
| | |\ \ \
| | | * \ \ Merge issue #14900: Add aliases for sorting params for pstat to follow ↵Andrew Svetlov2012-10-071-0/+4
| | | |\ \ \ | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | column names from pstat output. Patch by Arne Babenhauserheide.
| | | | * | Merge issue #14900: Add aliases for sorting params for pstat to follow ↵Andrew Svetlov2012-10-071-0/+4
| | | | |\ \ | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | column names from pstat output. Patch by Arne Babenhauserheide.
| | | | | * Issue #14900: Add aliases for sorting params for pstat to follow column ↵Andrew Svetlov2012-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | names from pstat output. Patch by Arne Babenhauserheide.
* | | | | | re-add brg_endian.h to debug issue in big endian SPARC machineChristian Heimes2012-10-075-7/+150
|/ / / / /
* | | | | correct build configuration of sha3 project for debug buildsChristian Heimes2012-10-071-3/+4
|/ / / /
* | | | _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. ↵Christian Heimes2012-10-071-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 Svetlov2012-10-072-1/+2
|\ \ \ | |/ / | | | | | | Patch by Arne Babenhauserheide.
| * | Merge issue #14900: Distuguish call count and primitive call count in pstat ↵Andrew Svetlov2012-10-072-1/+2
| |\ \ | | |/ | | | | | | | | | | | | output. Patch by Arne Babenhauserheide.
| | * Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-072-1/+2
| | | | | | | | | | | | Patch by Arne Babenhauserheide.
* | | merge 3.3Eli Bendersky2012-10-073-21/+34
|\ \ \ | |/ /
| * | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris JerdonekEli Bendersky2012-10-073-21/+34
| | |
* | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-10-074-5/+35
| | | | | | | | | | | | Patch by Atsuo Ishimoto.
* | | Remove unused functions from _tkinter.Andrew Svetlov2012-10-071-21/+0
| | |
* | | Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.Andrew Svetlov2012-10-071-19/+19
| | |
* | | Fix markup.Ezio Melotti2012-10-072-3/+3
| | |
* | | Utilize Py_RETURN_NONE in _tkinter module.Andrew Svetlov2012-10-071-26/+13
| | |
* | | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-076-9/+24
| | | | | | | | | | | | to docs.
* | | Merge: More whatsnew updates, move some doc NEWS items into the doc section.R David Murray2012-10-072-16/+26
|\ \ \ | |/ /
| * | More whatsnew updates, move some doc NEWS items into the doc section.R David Murray2012-10-072-16/+26
| | |
* | | Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.R David Murray2012-10-072-2/+9
|\ \ \ | |/ /
| * | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.R David Murray2012-10-072-2/+9
| | |
* | | Merge: More whatsnew updates. Also move a C-API NEWS item out of library ↵R David Murray2012-10-072-5/+30
|\ \ \ | |/ / | | | | | | section.
| * | More whatsnew updates. Also move a C-API NEWS item out of library section.R David Murray2012-10-072-5/+30
| | |