Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #15514: Correct __sizeof__ support for cpu_set | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
| | |||||
* | Close #15534: Fix a typo in the fast search function of the string library ↵ | Victor Stinner | 2012-08-02 | 1 | -1/+3 |
| | | | | | | (_s => s) Replace _s with ptr to avoid future confusion. Add also non regression tests. | ||||
* | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵ | Antoine Pitrou | 2012-08-02 | 1 | -0/+3 |
|\ | | | | | | | | | | | code. Patch by Philipp Hagemeister. | ||||
| * | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵ | Antoine Pitrou | 2012-08-02 | 1 | -0/+3 |
| | | | | | | | | | | | | code. Patch by Philipp Hagemeister. | ||||
* | | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring ↵ | Nick Coghlan | 2012-08-02 | 1 | -0/+3 |
| | | | | | | | | the name into line with normal import terminology. Original patch by Eric Snow | ||||
* | | Issue #15502: Bring the importlib ABCs into line with the current state of ↵ | Nick Coghlan | 2012-08-02 | 1 | -0/+3 |
| | | | | | | | | the import protocols given PEP 420. Original patch by Eric Snow. | ||||
* | | Issue #8847: Merge with 3.2 | Martin v. Löwis | 2012-08-01 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 1 | -0/+2 |
| | | | | | | | | Analysis by Victor Stinner. Patch by Stefan Krah. | ||||
* | | merge heads | Benjamin Peterson | 2012-08-01 | 1 | -0/+3 |
|\ \ | |||||
| * | | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser | Jesus Cea | 2012-08-01 | 1 | -0/+3 |
| | | | |||||
* | | | construct fields in the right order (closes #15517) | Benjamin Peterson | 2012-08-01 | 1 | -1/+1 |
|/ / | | | | | | | Patch from Taihyun Hwang. | ||||
* | | - Issue #15295: Reorganize and rewrite the documentation on the import system. | Barry Warsaw | 2012-07-31 | 1 | -2/+1 |
| | | |||||
* | | merge | Barry Warsaw | 2012-07-31 | 1 | -0/+7 |
|\ \ | |||||
| * \ | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | Patch by Roger Serwy. | ||||
| | * | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Roger Serwy. | ||||
| * | | Issue #15508: Fix the docstring for __import__ to not mention negative | Brett Cannon | 2012-07-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | 'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug. | ||||
* | | | merge | Barry Warsaw | 2012-07-30 | 2 | -1/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 2 | -0/+4 |
| |\ \ | | |/ | | | | | | | SimpleDialog. | ||||
| | * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 2 | -0/+4 |
| | | | | | | | | | | | | SimpleDialog. | ||||
| | * | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. | Ned Deily | 2012-07-30 | 1 | -0/+2 |
| | | | |||||
| * | | Issue #15463: the faulthandler module truncates strings to 500 characters, | Victor Stinner | 2012-07-30 | 1 | -0/+3 |
| | | | | | | | | | | | | instead of 100, to be able to display long file paths | ||||
| * | | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. | Ned Deily | 2012-07-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #15489: Add a __sizeof__ implementation for BytesIO objects. | Antoine Pitrou | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | merged | Barry Warsaw | 2012-07-29 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. | Antoine Pitrou | 2012-07-29 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. | Antoine Pitrou | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Issue #15467: Merge 3.2 | Martin v. Löwis | 2012-07-29 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #15467: Move helpers for __sizeof__ tests into test_support. | Martin v. Löwis | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 2 | -0/+4 |
| | | | | | | | | | | | | Original patch by J Derek Wilson. | ||||
| * | | Close #15425: Eliminate more importlib related traceback noise | Nick Coghlan | 2012-07-29 | 1 | -0/+3 |
| | | | |||||
| * | | Issue #14578: Support modules registered in the Windows registry again. | Martin v. Löwis | 2012-07-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Patch by Amaury Forgeot d'Arc. | ||||
* | | | Add NEWS | Barry Warsaw | 2012-07-29 | 1 | -0/+3 |
|/ / | |||||
* | | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵ | Martin v. Löwis | 2012-07-28 | 1 | -0/+3 |
| | | | | | | | | | | | | 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 | 1 | -0/+3 |
| | | | | | | | | | | 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 | 1 | -0/+3 |
| | | | | | | | | to help pickling of naive subclasses. | ||||
* | | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. | Stefan Krah | 2012-07-28 | 1 | -0/+2 |
| | | |||||
* | | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. | Richard Oudkerk | 2012-07-27 | 2 | -0/+4 |
| | | | | | | | | Original patch by J Derek Wilson. | ||||
* | | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. | Richard Oudkerk | 2012-07-27 | 1 | -0/+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 | 1 | -0/+3 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Issue #15041: update "see also" list in tkinter documentation. | Andrew Svetlov | 2012-07-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #15041: update "see also" list in tkinter documentation. | Andrew Svetlov | 2012-07-26 | 1 | -0/+2 |
| | | |||||
* | | Issue #15320: Make iterating the list of tests thread-safe when running ↵ | Antoine Pitrou | 2012-07-25 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | 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 | 1 | -0/+3 |
| | | | | | | | | | | | | tests in multiprocess mode. Patch by Chris Jerdonek. | ||||
* | | Issue #15413: os.times() had disappeared under Windows. | Antoine Pitrou | 2012-07-24 | 1 | -0/+2 |
| | | |||||
* | | #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 |
| | |