Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally, a coherent set of terminology for all the lil' beasties involved. | Barry Warsaw | 2012-07-31 | 5 | -174/+207 |
| | |||||
* | Another XXX. | Barry Warsaw | 2012-07-30 | 1 | -0/+5 |
| | |||||
* | Address substantially all of Eric Snow's comments in issue #15295, except for | Barry Warsaw | 2012-07-30 | 3 | -83/+137 |
| | | | | those which now have additional XXX's here. I'll get to those later. :) | ||||
* | merge | Barry Warsaw | 2012-07-30 | 10 | -22/+99 |
|\ | |||||
| * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 3 | -1/+5 |
| |\ | | | | | | | | | | SimpleDialog. | ||||
| | * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 3 | -1/+5 |
| | | | | | | | | | | | | SimpleDialog. | ||||
| * | | Better test for BytesIO.__sizeof__, now that the struct module supports ↵ | Antoine Pitrou | 2012-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | (s)size_t. Followup to issue #15489. | ||||
| * | | merge | Ned Deily | 2012-07-30 | 2 | -1/+4 |
| |\ \ | |||||
| | * | | Issue #15463: the faulthandler module truncates strings to 500 characters, | Victor Stinner | 2012-07-30 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | instead of 100, to be able to display long file paths | ||||
| * | | | null merge | Ned Deily | 2012-07-30 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. | Ned Deily | 2012-07-30 | 2 | -0/+5 |
| | | | |||||
| * | | Issue #14018: merge | Ned Deily | 2012-07-30 | 2 | -6/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include | Ned Deily | 2012-07-30 | 2 | -6/+14 |
| | | | | | | | | | | | | | | | the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash. | ||||
| * | | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. | Ned Deily | 2012-07-30 | 3 | -13/+50 |
| | | | | | | | | | | | | | | | | | | Also add tests in the OS X installer build to ensure that the desired dynamic linking with an optional newer Tcl/Tk in /Library actually happens. | ||||
| * | | Fix invalid UTF-8 encoding in commit message. | Ned Deily | 2012-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #15489: Add a __sizeof__ implementation for BytesIO objects. | Antoine Pitrou | 2012-07-29 | 3 | -0/+26 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #15489: Add a __sizeof__ implementation for BytesIO objects. | Antoine Pitrou | 2012-07-29 | 3 | -0/+26 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | merged | Barry Warsaw | 2012-07-29 | 14 | -4068/+4474 |
|\ \ \ | |/ / | |||||
| * | | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. | Antoine Pitrou | 2012-07-29 | 3 | -3/+34 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. | Antoine Pitrou | 2012-07-29 | 3 | -3/+34 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Issue #15467: Merge 3.2 | Martin v. Löwis | 2012-07-29 | 5 | -171/+138 |
| |\ \ | | |/ | |||||
| | * | Issue #15467: Move helpers for __sizeof__ tests into test_support. | Martin v. Löwis | 2012-07-29 | 4 | -148/+124 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Close #15425: Eliminate more importlib related traceback noise | Nick Coghlan | 2012-07-29 | 5 | -4109/+4234 |
| | | | |||||
| * | | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. | Meador Inge | 2012-07-29 | 2 | -16/+43 |
| |\ \ | | |/ | |||||
| | * | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. | Meador Inge | 2012-07-29 | 2 | -16/+43 |
| | | | |||||
| * | | Issue #15431: Drop _freeze_importlib from all build configurations, | Martin v. Löwis | 2012-07-28 | 1 | -6/+0 |
| | | | | | | | | | | | | to prevent constant regeneration of importlib.h. | ||||
| * | | Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. | Martin v. Löwis | 2012-07-28 | 1 | -2/+9 |
| | | | |||||
| * | | Issue #14578: Support modules registered in the Windows registry again. | Martin v. Löwis | 2012-07-28 | 3 | -3948/+4203 |
| | | | | | | | | | | | | Patch by Amaury Forgeot d'Arc. | ||||
* | | | Add NEWS | Barry Warsaw | 2012-07-29 | 1 | -0/+3 |
| | | | |||||
* | | | 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. |