Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21775: shutil.copytree(): fix crash when copying to VFAT | Berker Peksag | 2014-12-10 | 3 | -1/+22 |
|\ | | | | | | | | | | | | | | | | | An exception handler assumed that that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward. | ||||
| * | Issue #21775: shutil.copytree(): fix crash when copying to VFAT | Berker Peksag | 2014-12-10 | 3 | -1/+22 |
| | | | | | | | | | | | | | | | | | | An exception handler assumed that that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward. | ||||
* | | Issue #17554: Print "fetching <url> ..." messages only in verbose mode. | Berker Peksag | 2014-12-10 | 1 | -1/+2 |
| | | | | | | | | Patch by Ezio Melotti. | ||||
* | | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-09 | 3 | -7/+20 |
|\ \ | |/ | | | | | Patch by Éric Araujo. | ||||
| * | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-09 | 3 | -7/+20 |
| | | | | | | | | Patch by Éric Araujo. | ||||
* | | null merge with 3.4 | Yury Selivanov | 2014-12-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | inspect: Fix getsource() to load updated source of reloaded module | Yury Selivanov | 2014-12-08 | 3 | -6/+46 |
| | | | | | | | | Issue #1218234. Initial patch by Berker Peksag. | ||||
* | | inspect: Fix getsource() to load updated source of reloaded module | Yury Selivanov | 2014-12-08 | 3 | -6/+46 |
| | | | | | | | | Issue #1218234. Initial patch by Berker Peksag. | ||||
* | | Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. | Yury Selivanov | 2014-12-08 | 3 | -2/+22 |
| | | |||||
* | | null merge with 3.4. | Yury Selivanov | 2014-12-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | NEWS: Remove duplicate entry | Yury Selivanov | 2014-12-08 | 1 | -3/+0 |
| | | |||||
* | | NEWS: Add news entry for issue #23009. | Yury Selivanov | 2014-12-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | NEWS: Add news entry for issue #23009. | Yury Selivanov | 2014-12-08 | 1 | -0/+6 |
| | | |||||
* | | selectors: Fix typo in comment. | Yury Selivanov | 2014-12-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | selectors: Fix typo in comment. | Yury Selivanov | 2014-12-08 | 1 | -1/+1 |
| | | |||||
* | | selectors: Make sure EpollSelecrtor.select() works when no FD is registered. | Yury Selivanov | 2014-12-08 | 2 | -1/+11 |
|\ \ | |/ | | | | | Closes issue #23009. | ||||
| * | selectors: Make sure EpollSelecrtor.select() works when no FD is registered. | Yury Selivanov | 2014-12-08 | 2 | -1/+11 |
| | | | | | | | | Closes issue #23009. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix reference by adding module name | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-12-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | use context's check_hostname attribute rather than the HTTPSHandler ↵ | Benjamin Peterson | 2014-12-07 | 1 | -2/+2 |
| | | | | | | | | check_hostname parameter | ||||
* | | merge 3.4 (#22959) | Benjamin Peterson | 2014-12-07 | 4 | -10/+22 |
|\ \ | |/ | |||||
| * | HTTPSConnection: prefer the context's check_hostname attribute over the ↵ | Benjamin Peterson | 2014-12-07 | 4 | -10/+22 |
| | | | | | | | | constructor parameter (#22959) | ||||
* | | Issue #22696: Add function :func:`sys.is_finalizing` to know about ↵ | Antoine Pitrou | 2014-12-07 | 7 | -6/+62 |
| | | | | | | | | interpreter shutdown. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 |
| | | |||||
* | | merge 3.4 (#22935) | Benjamin Peterson | 2014-12-06 | 4 | -8/+24 |
|\ \ | |/ | |||||
| * | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 4 | -8/+24 |
| | | | | | | | | Patch by Kurt Roeckx. | ||||
* | | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+24 |
| | | |||||
* | | merge 3.4 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -4/+37 |
|\ \ | |/ | |||||
| * | merge 3.3 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -4/+37 |
| |\ | |||||
| | * | merge 3.2 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -3/+36 |
| | |\ | |||||
| | | * | add a default limit for the amount of data xmlrpclib.gzip_decode will return ↵ | Benjamin Peterson | 2014-12-06 | 3 | -3/+36 |
| | | | | | | | | | | | | | | | | (closes #16043) | ||||
* | | | | Merge with 3.4. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16893: Update Idle doc chapter to match current Idle and add new | Terry Jan Reedy | 2014-12-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | information. | ||||
* | | | | Merge with 3.4 | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix a bad link | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #9647: os.confstr() ensures that the second call to confstr() returns the | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | same length. | ||||
* | | | | Merge heads | Serhiy Storchaka | 2014-12-05 | 4 | -8/+13 |
|\ \ \ \ | |||||
| * | | | | Issue #22394: Add a 'venv' command to Doc/Makefile. | Brett Cannon | 2014-12-05 | 4 | -8/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will create a venv using the interpreter specified by the PYTHON variable for the Makefile that also install Sphinx. Typical usage is expected to be: cd Doc make venv PYTHON=../python make html PYTHON=venv/bin/python3 | ||||
* | | | | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 12 | -37/+39 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 12 | -37/+39 |
| | | | | |||||
* | | | | Merge with 3.4 | Brett Cannon | 2014-12-05 | 1 | -584/+343 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #22914: Update the Python 2/3 porting HOWTO to describe a more | Brett Cannon | 2014-12-05 | 2 | -584/+346 |
| | | | | | | | | | | | | | | | | automated process. | ||||
* | | | | (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during | Victor Stinner | 2014-12-05 | 2 | -3/+37 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning. | ||||
| * | | | Issue #22599: Enhance tokenize.open() to be able to call it during Python | Victor Stinner | 2014-12-05 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning. | ||||
* | | | | Merge with 3.4. Edit Menus section of Idle doc. | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
|\ \ \ \ | |/ / / | |||||
| * | | | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
| | | | | | | | | | | | | | | | | and case. Edit some of the explanatory sentences and end all with a period. | ||||
* | | | | Merge from 3.4 after patch separately committed as 697adefaba6b. | Terry Jan Reedy | 2014-12-05 | 0 | -0/+0 |
|\ \ \ \ | |/ / / |