Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #15514: Correct __sizeof__ support for cpu_set | Jesus Cea | 2012-08-03 | 3 | -0/+24 |
| | |||||
* | Update the What's New details for importlib based on doc/ABC changes. | Brett Cannon | 2012-08-02 | 2 | -9/+25 |
| | |||||
* | Ditch the 'self' argument in importlib docs since it's implied. | Brett Cannon | 2012-08-02 | 1 | -8/+8 |
| | |||||
* | Close #15534: Fix a typo in the fast search function of the string library ↵ | Victor Stinner | 2012-08-02 | 3 | -6/+16 |
| | | | | | | (_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 | 3 | -2/+5 |
|\ | | | | | | | | | | | code. Patch by Philipp Hagemeister. | ||||
| * | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵ | Antoine Pitrou | 2012-08-02 | 3 | -2/+5 |
| | | | | | | | | | | | | code. Patch by Philipp Hagemeister. | ||||
| * | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py | Eli Bendersky | 2012-08-01 | 1 | -1/+5 |
| | | |||||
* | | Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ↵ | Nick Coghlan | 2012-08-02 | 4 | -1363/+1434 |
| | | | | | | | | with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue | ||||
* | | Clarify the import statement semantics, especially for implicit imports in ↵ | Nick Coghlan | 2012-08-02 | 1 | -29/+74 |
| | | | | | | | | the 'from X import Y' variant | ||||
* | | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring ↵ | Nick Coghlan | 2012-08-02 | 7 | -2497/+2510 |
| | | | | | | | | 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 | 5 | -54/+116 |
| | | | | | | | | the import protocols given PEP 420. Original patch by Eric Snow. | ||||
* | | Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) | Victor Stinner | 2012-08-01 | 2 | -5/+4 |
| | | |||||
* | | Fix findnocoding.p and pysource.py scripts | Victor Stinner | 2012-08-01 | 2 | -14/+14 |
| | | | | | | | | I suppose that these scripts didn't work since Python 3.0. | ||||
* | | Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows | Victor Stinner | 2012-08-01 | 1 | -3/+11 |
| | | | | | | | | if the bytes filenames cannot be encoded from the file system (ANSI) code page | ||||
* | | Issue #15463: Write a test for faulthandler truncating the name of functions | Victor Stinner | 2012-08-01 | 1 | -0/+24 |
| | | | | | | | | to 500 characters. | ||||
* | | Fix the user signal handler of faulthandler | Victor Stinner | 2012-08-01 | 1 | -3/+2 |
| | | | | | | | | | | Don't exit the tstate is NULL to restore the errno and chain the signal handler if needed. | ||||
* | | Issue #15525: Increase timeout when TerminateProcess() fails | Richard Oudkerk | 2012-08-01 | 1 | -2/+2 |
| | | |||||
* | | Improve wording for __hash__ | Antoine Pitrou | 2012-08-01 | 1 | -4/+4 |
| | | |||||
* | | Clarify that hash randomization is on by default | Antoine Pitrou | 2012-08-01 | 1 | -17/+16 |
| | | |||||
* | | Issue #8847: Merge with 3.2 | Martin v. Löwis | 2012-08-01 | 4 | -1/+19 |
|\ \ | |/ | |||||
| * | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 4 | -1/+19 |
| | | | | | | | | Analysis by Victor Stinner. Patch by Stefan Krah. | ||||
* | | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 3 | -12/+12 |
| | | | | | | | | Patch by Stefan Krah. | ||||
* | | merge heads | Benjamin Peterson | 2012-08-01 | 2 | -10/+10 |
|\ \ | |||||
| * | | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser | Jesus Cea | 2012-08-01 | 2 | -10/+10 |
| | | | |||||
* | | | construct fields in the right order (closes #15517) | Benjamin Peterson | 2012-08-01 | 2 | -9/+3 |
|/ / | | | | | | | Patch from Taihyun Hwang. | ||||
* | | abc fixes. | Barry Warsaw | 2012-07-31 | 2 | -0/+13 |
| | | |||||
* | | Typo. | Barry Warsaw | 2012-07-31 | 1 | -2/+2 |
| | | |||||
* | | - 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 | 14 | -3675/+3722 |
|\ \ | |||||
| * \ | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 2 | -2/+5 |
| |\ \ | | |/ | | | | | | | Patch by Roger Serwy. | ||||
| | * | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 2 | -2/+5 |
| | | | | | | | | | | | | Patch by Roger Serwy. | ||||
| * | | Issue #14814: fix some typos in howto/ipaddress.rst | Eli Bendersky | 2012-07-31 | 1 | -4/+4 |
| | | | |||||
| * | | Issue #14814: reorganize ipaddress documentation and document all attributes ↵ | Eli Bendersky | 2012-07-31 | 1 | -56/+192 |
| | | | | | | | | | | | | of IPv[46]Address objects | ||||
| * | | Issue #15425: Don't rely on the assumption that the current working ↵ | Nick Coghlan | 2012-07-31 | 1 | -7/+5 |
| | | | | | | | | | | | | directory is on sys.path (this will hopefully appease the XP buildbots) | ||||
| * | | Close #15486: Simplify the mechanism used to remove importlib frames from ↵ | Nick Coghlan | 2012-07-31 | 4 | -3596/+3483 |
| | | | | | | | | | | | | tracebacks when they just introduce irrelevant noise | ||||
| * | | Issue #15231: rephrase the last paragraph slightly | Eli Bendersky | 2012-07-31 | 1 | -2/+4 |
| | | | |||||
| * | | Update the string limit in the faulthandler documentations | Victor Stinner | 2012-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Fix initialization of the faulthandler module | Victor Stinner | 2012-07-31 | 2 | -4/+19 |
| | | | | | | | | | | | | | | | | | | | | | faulthandler requires the importlib if "-X faulthandler" option is present on the command line, so initialize faulthandler after importlib. Add also an unit test. | ||||
| * | | Minor markup tweak. | Brett Cannon | 2012-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | Add a versionchanged mention to __import__ in regards to negative level values. | Brett Cannon | 2012-07-30 | 1 | -0/+3 |
| | | | |||||
| * | | Issue #15508: Fix the docstring for __import__ to not mention negative | Brett Cannon | 2012-07-30 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | 'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug. | ||||
* | | | 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 |