Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15239: Make mkstringprep.py work again on Python 3. | Serhiy Storchaka | 2013-06-09 | 2 | -17/+25 |
|\ | |||||
| * | Issue #15239: Make mkstringprep.py work again on Python 3. | Serhiy Storchaka | 2013-06-09 | 2 | -17/+28 |
| | | |||||
* | | Issue #18038: SyntaxError raised during compilation sources with illegal | Serhiy Storchaka | 2013-06-09 | 3 | -7/+28 |
|\ \ | |/ | | | | | encoding now always contains an encoding name. | ||||
| * | Issue #18038: SyntaxError raised during compilation sources with illegal | Serhiy Storchaka | 2013-06-09 | 3 | -7/+28 |
| | | | | | | | | encoding now always contains an encoding name. | ||||
* | | #18126: merge with 3.3. | Ezio Melotti | 2013-06-08 | 3 | -5/+4 |
|\ \ | |/ | |||||
| * | #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. | Ezio Melotti | 2013-06-08 | 3 | -5/+4 |
| | | |||||
* | | #17691: merge with 3.3. | Ezio Melotti | 2013-06-08 | 2 | -21/+19 |
|\ \ | |/ | |||||
| * | #17691: test_univnewlines now works with unittest test discovery. Patch by ↵ | Ezio Melotti | 2013-06-08 | 2 | -21/+19 |
| | | | | | | | | Zachary Ware. | ||||
* | | Issue #15528: Delay importing atexit until weakref.finalize() used. | Richard Oudkerk | 2013-06-08 | 1 | -3/+7 |
| | | |||||
* | | #18151 null merge with 3.3. | Terry Jan Reedy | 2013-06-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch | Terry Jan Reedy | 2013-06-08 | 8 | -22/+18 |
| | | | | | | | | changing IOError to OSError (#16715). | ||||
* | | moved the single-dispatch generic function definitions to the glossary | Łukasz Langa | 2013-06-07 | 2 | -6/+15 |
| | | |||||
* | | Fixed #18150: duplicate test inside TestSingleDispatch | Łukasz Langa | 2013-06-07 | 2 | -19/+15 |
| | | | | | | | | Thanks to Vajrasky Kok for the patch | ||||
* | | Issue #7732: Move an imp.find_module test from test_import to | Brett Cannon | 2013-06-07 | 2 | -10/+11 |
| | | | | | | | | test_imp. | ||||
* | | merge w/ 3.3 for issue #18055 | Brett Cannon | 2013-06-07 | 2 | -38/+21 |
|\ \ | |/ | |||||
| * | Issue #18055: Move to importlib from imp for IDLE. | Brett Cannon | 2013-06-07 | 2 | -38/+21 |
| | | |||||
* | | Issue #17314: Stop using imp in multiprocessing.forking and move over | Brett Cannon | 2013-06-07 | 2 | -10/+14 |
| | | | | | | | | to importlib. | ||||
* | | Issue #17903: Added path search changes to launcher. | Vinay Sajip | 2013-06-07 | 1 | -15/+41 |
| | | |||||
* | | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of ↵ | Vinay Sajip | 2013-06-07 | 4 | -68/+30 |
| | | | | | | | | which avoids affecting global state. | ||||
* | | tweak exception message (again) | Brett Cannon | 2013-06-05 | 2 | -2306/+2307 |
| | | |||||
* | | Issue #17931: Resolve confusion on Windows between pids and process handles. | Richard Oudkerk | 2013-06-05 | 5 | -23/+29 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-05 | 2 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue 18130: delete extra spaces | Terry Jan Reedy | 2013-06-05 | 2 | -6/+6 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-05 | 3 | -51/+198 |
|\ \ | |/ | |||||
| * | Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. | Terry Jan Reedy | 2013-06-05 | 3 | -51/+198 |
| | | | | | | | | | | | | | | Fix bug in existing human test and add instructions; fix two bugs in tested code; remove redundancies, add spaces, and change two internal method names. Add mock_tk with mocks for tkinter.Variable subclasses and tkinter.messagebox. Use mocks in test_config_name to unittest methods that are otherwise gui-free. | ||||
* | | Add reference implementation for PEP 443 | Łukasz Langa | 2013-06-05 | 6 | -54/+613 |
| | | | | | | | | PEP accepted: http://mail.python.org/pipermail/python-dev/2013-June/126734.html | ||||
* | | Issue #13772: Use syntax for literal wchar_t character | Victor Stinner | 2013-06-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #13772: Mark helper functions as private (static) | Victor Stinner | 2013-06-04 | 1 | -34/+41 |
| | | | | | | | | Cleanup also the code to follow the Python coding style (PEP 7). | ||||
* | | Issue #13772: Fix a compiler warning on Windows | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #9566: Fix compilater warnings on Windows 64-bit | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #9566: Fix compiler warning on Windows 64-bit | Victor Stinner | 2013-06-04 | 1 | -1/+2 |
| | | |||||
* | | Issue #9566: Fix compiler warning on Windows 64-bit | Victor Stinner | 2013-06-04 | 1 | -1/+2 |
| | | |||||
* | | Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions | Victor Stinner | 2013-06-04 | 1 | -2/+2 |
| | | |||||
* | | Issue #13772: Fix compiler warnings on Windows | Victor Stinner | 2013-06-04 | 1 | -3/+3 |
| | | |||||
* | | Issue #9566: Fix compiler warning on Windows 64-bit | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #9566: Fix compiler warning on Windows 64-bit | Victor Stinner | 2013-06-04 | 1 | -3/+5 |
| | | |||||
* | | Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | The result type is int, return -1 to avoid a compiler warning (cast Py_ssize_t to int). PyObject_Size() can only fail with -1, and anyway a constructor should return -1 on error, not an arbitrary negative number. | ||||
* | | Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple | Victor Stinner | 2013-06-04 | 1 | -1/+1 |
| | | | | | | | | | | iterators: change the C type of tupleiterobject.it_index from long to Py_ssize_t. | ||||
* | | Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified | Victor Stinner | 2013-06-04 | 3 | -4/+7 |
| | | | | | | | | by their HANDLE which is a pointer (and not a long, which is smaller). | ||||
* | | Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c | Victor Stinner | 2013-06-04 | 1 | -7/+7 |
| | | |||||
* | | merge | Brett Cannon | 2013-06-04 | 11 | -67/+29 |
|\ \ | |||||
| * | | Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros | Victor Stinner | 2013-06-04 | 9 | -66/+25 |
| | | | | | | | | | | | | multiprocessing.h: remove unused MIN and MAX macros | ||||
| * | | Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: | Victor Stinner | 2013-06-04 | 2 | -1/+4 |
| | | | | | | | | | | | | change the C type of seqiterobject.it_index from long to Py_ssize_t. | ||||
* | | | Tweak at the suggestion of Ezio Melotti for exception messages when | Brett Cannon | 2013-06-04 | 3 | -2302/+2307 |
|/ / | | | | | | | EOF is hit while trying to read the header of a bytecode file. | ||||
* | | (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale | Victor Stinner | 2013-06-03 | 3 | -10/+14 |
|\ \ | |/ | | | | | | | encoding, and socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode. | ||||
| * | Close #18109: os.uname() now decodes fields from the locale encoding, and | Victor Stinner | 2013-06-03 | 3 | -10/+14 |
| | | | | | | | | | | socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode. | ||||
* | | Fix compilater warnings on Windows 64-bit | Victor Stinner | 2013-05-16 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-06-02 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | Fix #17967 - Fix related to regression on Windows. os.path.join(*self.dirs) produces an invalid path on windows. ftp paths are always forward-slash seperated like this. /pub/dir. | ||||
| * | Fix #17967 - Fix related to regression on Windows. | Senthil Kumaran | 2013-06-02 | 1 | -1/+2 |
| | | | | | | | | | | os.path.join(*self.dirs) produces an invalid path on windows. ftp paths are always forward-slash seperated like this. /pub/dir. | ||||
* | | merge | Raymond Hettinger | 2013-06-02 | 1 | -10/+10 |
|\ \ | |/ |