Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integration of importdocs from the features/pep-420 repo. | Barry Warsaw | 2012-07-29 | 7 | -173/+694 |
| | |||||
* | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵ | Martin v. Löwis | 2012-07-28 | 5 | -4/+241 |
| | | | | | | Windows. Patch by Kristján Valur Jónsson. | ||||
* | Commit unsaved edits. | Martin v. Löwis | 2012-07-28 | 1 | -2/+2 |
| | |||||
* | Issue #15466: Stop using TYPE_INT64 in marshal, | Martin v. Löwis | 2012-07-28 | 3 | -2332/+2329 |
| | | | | | to make importlib.h (and other byte code files) equal between 32-bit and 64-bit systems. | ||||
* | Issue #1692335: Move initial args assignment to BaseException.__new__ | Richard Oudkerk | 2012-07-28 | 3 | -2/+28 |
| | | | | to help pickling of naive subclasses. | ||||
* | Add unused parameter to a METH_NOARGS function. | Stefan Krah | 2012-07-28 | 1 | -5/+5 |
| | |||||
* | Add unused parameter to a couple of METH_NOARGS functions. The previous | Stefan Krah | 2012-07-28 | 1 | -8/+8 |
| | | | | | form is used in many places in the source tree, but was found to be incorrect in a recent tracker discussion. | ||||
* | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. | Stefan Krah | 2012-07-28 | 8 | -68/+410 |
| | |||||
* | Issue #15364: Fix test_srcdir for the installed case. | Ned Deily | 2012-07-28 | 2 | -2/+4 |
| | |||||
* | Dummy merge. | Richard Oudkerk | 2012-07-27 | 0 | -0/+0 |
|\ | |||||
| * | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 4 | -1/+44 |
| | | | | | | | | Original patch by J Derek Wilson. | ||||
* | | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 4 | -1/+44 |
| | | | | | | | | Original patch by J Derek Wilson. | ||||
* | | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. | Richard Oudkerk | 2012-07-27 | 5 | -22/+92 |
| | | |||||
* | | Merged documentation update from 3.2. | Vinay Sajip | 2012-07-27 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Improved cookbook entry and fixed typo. | Vinay Sajip | 2012-07-27 | 1 | -3/+3 |
| | | |||||
* | | - Issue #15458: python-config gets a new option --configdir to print the | Barry Warsaw | 2012-07-26 | 2 | -1/+7 |
| | | | | | | | | $LIBPL value. | ||||
* | | Issue #15456: Fix code __sizeof__ after #12399 change. | Martin v. Löwis | 2012-07-26 | 3 | -1/+26 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Restored test by specifying that the symlink links to a target (currently ↵ | Jason R. Coombs | 2012-07-26 | 1 | -3/+2 |
| | | | | | | | | required for Windows symlinks). See issue15093 for details. | ||||
* | | Issue #15041: update "see also" list in tkinter documentation. | Andrew Svetlov | 2012-07-26 | 2 | -3/+20 |
|\ \ | |/ | |||||
| * | Issue #15041: update "see also" list in tkinter documentation. | Andrew Svetlov | 2012-07-26 | 2 | -3/+20 |
| | | |||||
* | | Issue #15320: Make iterating the list of tests thread-safe when running ↵ | Antoine Pitrou | 2012-07-25 | 2 | -13/+32 |
|\ \ | |/ | | | | | | | | | tests in multiprocess mode. Patch by Chris Jerdonek. | ||||
| * | Issue #15320: Make iterating the list of tests thread-safe when running ↵ | Antoine Pitrou | 2012-07-25 | 2 | -12/+31 |
| | | | | | | | | | | | | tests in multiprocess mode. Patch by Chris Jerdonek. | ||||
* | | Mention the *limit* argument of TextIO.readline(). | Antoine Pitrou | 2012-07-25 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Mention the *limit* argument of TextIO.readline(). | Antoine Pitrou | 2012-07-25 | 1 | -1/+3 |
| | | |||||
* | | Closes #15445: Merged documentation update from 3.2. | Vinay Sajip | 2012-07-25 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Issue #15445: Updated logging configuration documentation to highlight ↵ | Vinay Sajip | 2012-07-25 | 1 | -0/+19 |
| | | | | | | | | potential security risk posed by listen() in certain scenarios. | ||||
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 3 | -3/+7 |
|\ \ | |/ | |||||
| * | Issue #7163: Propagate return value of sys.stdout.write. | Martin v. Löwis | 2012-07-25 | 3 | -3/+7 |
| | | | | | | | | Patch by Roger Serwy. | ||||
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 3 | -5/+38 |
|\ \ | |/ | |||||
| * | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 3 | -5/+38 |
| | | | | | | | | Patch by Roger Serwy and myself. | ||||
* | | Issue #15413: os.times() had disappeared under Windows. | Antoine Pitrou | 2012-07-24 | 2 | -25/+27 |
| | | |||||
* | | #15232: make NEWS entry more accurate. | R David Murray | 2012-07-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #15232: make NEWS entry more accurate. | R David Murray | 2012-07-24 | 1 | -1/+1 |
| | | |||||
* | | Cleanup the doc a bit: remove useless example and sentence | Eli Bendersky | 2012-07-24 | 1 | -13/+1 |
| | | |||||
* | | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. ↵ | Eli Bendersky | 2012-07-24 | 1 | -1/+3 |
| | | | | | | | | Patch by Chris Jerdonek | ||||
* | | Clarify what happens if shallow is false. Also, the caching note is not ↵ | Eli Bendersky | 2012-07-24 | 1 | -5/+2 |
| | | | | | | | | really correct since the cache gets occasionally cleared; therefore I removed it. | ||||
* | | Issue #14197: merge | Ned Deily | 2012-07-24 | 3 | -1/+8 |
|\ \ | |/ | |||||
| * | Issue #14197: For OS X framework builds, ensure links to the shared | Ned Deily | 2012-07-24 | 3 | -1/+8 |
| | | | | | | | | library are created with the proper ABI suffix. | ||||
* | | MERGE: Rollback an incorrect Doc/ACKS.txt entry | Jesus Cea | 2012-07-23 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Rollback an incorrect Doc/ACKS.txt entry | Jesus Cea | 2012-07-23 | 1 | -1/+0 |
| | | |||||
* | | MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct | Jesus Cea | 2012-07-23 | 2 | -4/+5 |
|\ \ | |/ | |||||
| * | Better test for Issue #15402: Add a __sizeof__ method to struct.Struct | Jesus Cea | 2012-07-23 | 2 | -4/+5 |
| | | |||||
* | | Issue #15402: Add a __sizeof__ method to struct.Struct. | Meador Inge | 2012-07-23 | 3 | -0/+31 |
|\ \ | |/ | | | | | Initial patch by Serhiy Storchaka. | ||||
| * | Issue #15402: Add a __sizeof__ method to struct.Struct. | Meador Inge | 2012-07-23 | 3 | -0/+31 |
| | | | | | | | | Initial patch by Serhiy Storchaka. | ||||
* | | Putting the 3.2 -> default merge info in a happy place. | Meador Inge | 2012-07-23 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | merge heads. | Senthil Kumaran | 2012-07-23 | 3 | -2/+35 |
| |\ | |||||
* | | | Simplify the LaTeX section (only three escapes are needed for alltt) | Raymond Hettinger | 2012-07-23 | 1 | -11/+6 |
| | | | |||||
* | | | merge heads. | Senthil Kumaran | 2012-07-23 | 3 | -2/+35 |
|\ \ \ | |||||
| * \ \ | Merge #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 3 | -2/+35 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 3 | -2/+35 |
| | | | |