Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #3561. Add an option to place the Python installation into the Windows ↵ | Brian Curtin | 2012-04-25 | 1 | -0/+3 |
| | | | | Path environment variable. | ||||
* | Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test ↵ | Antoine Pitrou | 2012-04-25 | 1 | -0/+3 |
|\ | | | | | | | class that doesn't inherit from TestCase (i.e. a mixin). | ||||
| * | Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test ↵ | Antoine Pitrou | 2012-04-25 | 1 | -0/+3 |
| | | | | | | | | class that doesn't inherit from TestCase (i.e. a mixin). | ||||
* | | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
| | | | | | | | | | | This time also recreating the Python/importlib.h file to make make happy. See the ticket for details. | ||||
* | | Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
| | | | | | | | | the buildbots to fail. | ||||
* | | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader | Marc-Andre Lemburg | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #4892: multiprocessing Connections can now be transferred over ↵ | Antoine Pitrou | 2012-04-24 | 1 | -0/+3 |
| | | | | | | | | | | | | multiprocessing Connections. Patch by Richard Oudkerk (sbt). | ||||
* | | Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic | Lars Gustäbel | 2012-04-24 | 1 | -0/+3 |
|\ \ | |/ | | | | | links when the links were not located in an archive subdirectory. | ||||
| * | Issue #14160: TarFile.extractfile() failed to resolve symbolic links | Lars Gustäbel | 2012-04-24 | 1 | -0/+3 |
| | | | | | | | | when the links were not located in an archive subdirectory. | ||||
* | | merge 3.2 (#14658) | Benjamin Peterson | 2012-04-24 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | don't use a slot wrapper from a different special method (closes #14658) | Benjamin Peterson | 2012-04-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct. | ||||
* | | merge #14638: pydoc now treats non-str __name__ as None instead of raising | R David Murray | 2012-04-23 | 1 | -0/+3 |
|\ \ | |/ | | | | | Original patch by Peter Otten. | ||||
| * | #14638: pydoc now treats non-str __name__ as None instead of raising | R David Murray | 2012-04-23 | 1 | -0/+3 |
| | | | | | | | | Original patch by Peter Otten. | ||||
* | | news for issue13684 | Senthil Kumaran | 2012-04-23 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | news for issue13684 | Senthil Kumaran | 2012-04-23 | 1 | -0/+3 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2012-04-23 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | add Mark Shannon | Benjamin Peterson | 2012-04-23 | 1 | -0/+1 |
| | | |||||
* | | Implement PEP 412: Key-sharing dictionaries (closes #13903) | Benjamin Peterson | 2012-04-23 | 1 | -0/+4 |
| | | | | | | | | Patch from Mark Shannon. | ||||
* | | Issue #14605: Expose importlib.abc.FileLoader and | Brett Cannon | 2012-04-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | importlib.machinery.(FileFinder, SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader). This exposes all of importlib's mechanisms that will become public on the sys module. | ||||
* | | Resolve #14026 (Merge from 3.2) | Nick Coghlan | 2012-04-22 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Close issue #14026 by better testing sys.argv handling in ↵ | Nick Coghlan | 2012-04-22 | 1 | -0/+3 |
| | | | | | | | | test_cmd_line_script (patch by Jason Yeo) | ||||
* | | Mention the backwards-incompatible change to ↵ | Brett Cannon | 2012-04-22 | 1 | -0/+5 |
| | | | | | | | | imp.cache_from_source()/source_from_cache(). | ||||
* | | Fix Issue2193 - Allow ":" character in Cookie NAME values | Senthil Kumaran | 2012-04-22 | 1 | -0/+2 |
| | | |||||
* | | Issue #14630: Merge fix from 3.2. | Mark Dickinson | 2012-04-20 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of ↵ | Mark Dickinson | 2012-04-20 | 1 | -0/+3 |
| | | | | | | | | an int subclass. | ||||
* | | Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy ↵ | Mark Dickinson | 2012-04-20 | 1 | -0/+3 |
| | | | | | | | | Storchaka (with minor modifications). | ||||
* | | Issue #14629: Mention the filename in SyntaxError exceptions from | Brett Cannon | 2012-04-20 | 1 | -0/+3 |
| | | | | | | | | tokenizer.detect_encoding() (when available). | ||||
* | | merge 3.2: issue 14629 | Martin v. Löwis | 2012-04-20 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14629: Raise SyntaxError in tokenizer.detect_encoding | Martin v. Löwis | 2012-04-20 | 1 | -0/+3 |
| | | | | | | | | if the first two lines have non-UTF-8 characters without an encoding declaration. | ||||
* | | Issue #14308: Fix an exception when a dummy thread is in the threading ↵ | Antoine Pitrou | 2012-04-19 | 1 | -0/+3 |
|\ \ | |/ | | | | | module's active list after a fork(). | ||||
| * | Issue #14308: Fix an exception when a "dummy" thread is in the threading ↵ | Antoine Pitrou | 2012-04-19 | 1 | -0/+3 |
| | | | | | | | | module's active list after a fork(). | ||||
* | | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. | Martin v. Löwis | 2012-04-19 | 1 | -0/+3 |
| | | | | | | | | Patch by Stefan Behnel. | ||||
* | | Merge from 3.2 | Nick Coghlan | 2012-04-19 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Close #14032: fix incorrect variable reference in test_cmd_line_script | Nick Coghlan | 2012-04-19 | 2 | -0/+4 |
| | | |||||
* | | #14538: merge with 3.2. | Ezio Melotti | 2012-04-19 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #14538: HTMLParser can now parse correctly start tags that contain a bare /. | Ezio Melotti | 2012-04-19 | 1 | -0/+3 |
| | | |||||
* | | Issue #14385: Support other types than dict for __builtins__ | Victor Stinner | 2012-04-18 | 1 | -0/+5 |
| | | | | | | | | | | | | It is now possible to use a custom type for the __builtins__ namespace, instead of a dict. It can be used for sandboxing for example. Raise also a NameError instead of ImportError if __build_class__ name if not found in __builtins__. | ||||
* | | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 1 | -0/+4 |
| | | | | | | | | | | _multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt. | ||||
* | | merge 3.2 | Benjamin Peterson | 2012-04-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | improve | Benjamin Peterson | 2012-04-18 | 1 | -1/+1 |
| | | |||||
* | | merge 3.2 (#14612) | Benjamin Peterson | 2012-04-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno ↵ | Benjamin Peterson | 2012-04-18 | 1 | -0/+2 |
| | | | | | | | | (closes #14612) | ||||
* | | rollback 005fd1fe31ab (see #14609 and #14582) | Benjamin Peterson | 2012-04-18 | 1 | -3/+0 |
| | | | | | | | | | | Being able to overload a sys.module entry during import of a module was broken by this changeset. | ||||
* | | Merge | Brett Cannon | 2012-04-18 | 1 | -0/+2 |
|\ \ | |||||
| * \ | merge 3.2 (#14607) | Benjamin Peterson | 2012-04-17 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | mangle keyword-only argname when loading defaults (closes #14607) | Benjamin Peterson | 2012-04-17 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #12599: Be more strict in accepting None vs. a false-like object | Brett Cannon | 2012-04-18 | 1 | -0/+4 |
|/ / | | | | | | | | | | | | | in importlib. Thanks to PJE for pointing out the issue and Nick Coghlan for filing the bug. | ||||
* | | Issue #14592: A relative import will raise a KeyError if __package__ | Brett Cannon | 2012-04-17 | 1 | -0/+3 |
| | | | | | | | | | | | | or __name__ are not set in globals. Thanks to Stefan Behnel for the bug report. | ||||
* | | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. | Charles-François Natali | 2012-04-17 | 1 | -0/+2 |
| | | |||||
* | | Add an explicit mention of a backwards-incompatible fix that importlib ↵ | Brett Cannon | 2012-04-16 | 1 | -0/+3 |
| | | | | | | | | implicitly fixed. |