Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #13266: Add inspect.unwrap | Nick Coghlan | 2013-07-28 | 1 | -0/+3 |
| | | | | Initial patch by Daniel Urban and Aaron Iles | ||||
* | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). | Christian Heimes | 2013-07-26 | 1 | -0/+3 |
|\ | |||||
| * | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). | Christian Heimes | 2013-07-26 | 1 | -0/+3 |
| | | |||||
* | | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. | Christian Heimes | 2013-07-26 | 1 | -0/+2 |
|\ \ | |/ | | | | | CID 486199 | ||||
| * | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. | Christian Heimes | 2013-07-26 | 1 | -0/+2 |
| | | | | | | | | CID 486199 | ||||
* | | Issue #18560: Fix potential NULL pointer dereference in sum() | Christian Heimes | 2013-07-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18560: Fix potential NULL pointer dereference in sum() | Christian Heimes | 2013-07-26 | 1 | -0/+2 |
| | | |||||
* | | Issue #18559: Fix NULL pointer dereference error in _pickle module | Christian Heimes | 2013-07-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18559: Fix NULL pointer dereference error in _pickle module | Christian Heimes | 2013-07-26 | 1 | -0/+2 |
| | | |||||
* | | Coverity: model PyLong_From*() functions | Christian Heimes | 2013-07-26 | 1 | -5/+30 |
| | | |||||
* | | merge for issue #18556 | Brett Cannon | 2013-07-25 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #18556: Check the return value for PyUnicode_AsWideChar() in | Brett Cannon | 2013-07-25 | 1 | -0/+3 |
| | | | | | | | | | | | | U_set() from ctypes. CID #486657 | ||||
* | | #17818: aifc.getparams now returns a namedtuple. | R David Murray | 2013-07-25 | 1 | -0/+2 |
| | | | | | | | | Patch by Claudiu Popa. | ||||
* | | Issue #18549: Eliminate dead code in socket_ntohl(). | Christian Heimes | 2013-07-25 | 1 | -0/+2 |
|\ \ | |/ | | | | | CID 982369 | ||||
| * | Issue #18549: Eliminate dead code in socket_ntohl(). | Christian Heimes | 2013-07-25 | 1 | -0/+2 |
| | | | | | | | | CID 982369 | ||||
* | | #16937: merge with 3.3. | Ezio Melotti | 2013-07-25 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | #16937: document that stdin is always buffered, even when -u is used. Patch ↵ | Ezio Melotti | 2013-07-25 | 2 | -1/+3 |
| | | | | | | | | by Elena Oat. | ||||
* | | Remove duplicate entry for sdigit. | Christian Heimes | 2013-07-23 | 1 | -5/+0 |
| | | | | | | | | I fixed it before the checkin but forgot to save... :wq | ||||
* | | Add modeling file for Coverity Scan. | Christian Heimes | 2013-07-22 | 1 | -0/+112 |
| | | | | | | | | The modeling file avoids false positive reports. | ||||
* | | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | PyStructSequence_InitType() except that it has a return value (0 on success, -1 on error). * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure * Fix also some calls to PyDict_SetItemString(): handle error | ||||
* | | Merge | Brian Curtin | 2013-07-22 | 1 | -0/+4 |
|\ \ | |||||
| * \ | Issue #17944: test_zipfile now discoverable and uses subclassing to | Serhiy Storchaka | 2013-07-22 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | | | | generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators. | ||||
| | * | Issue #17944: test_zipfile now discoverable and uses subclassing to | Serhiy Storchaka | 2013-07-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators. | ||||
* | | | Fix #18530. Remove extra stat call from posixpath.ismount | Brian Curtin | 2013-07-22 | 1 | -0/+3 |
|/ / | |||||
* | | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | Christian Heimes | 2013-07-22 | 1 | -0/+3 |
|\ \ | |/ | | | | | prefix and exec_prefix if the operation system does not obey MAXPATHLEN. | ||||
| * | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | Christian Heimes | 2013-07-22 | 1 | -0/+3 |
| | | | | | | | | prefix and exec_prefix if the operation system does not obey MAXPATHLEN. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-07-22 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. | Terry Jan Reedy | 2013-07-22 | 1 | -0/+2 |
| | | |||||
* | | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() | Christian Heimes | 2013-07-21 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() | Christian Heimes | 2013-07-21 | 1 | -0/+2 |
| | | |||||
* | | Issue #9177: Calling read() or write() now raises ValueError, not ↵ | Antoine Pitrou | 2013-07-20 | 2 | -0/+4 |
| | | | | | | | | | | | | AttributeError, on a closed SSL socket. Patch by Senko Rasic. | ||||
* | | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong ↵ | Mark Dickinson | 2013-07-20 | 1 | -0/+3 |
|\ \ | |/ | | | | | cmath.rect(0.0,-0.0) results. | ||||
| * | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong ↵ | Mark Dickinson | 2013-07-20 | 1 | -0/+3 |
| | | | | | | | | cmath.rect(0.0,-0.0) results. | ||||
* | | Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and ↵ | Vinay Sajip | 2013-07-19 | 1 | -0/+3 |
| | | | | | | | | removed Deactivate.ps1. | ||||
* | | (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 1 | -0/+2 |
| | | |||||
* | | Issue #18266: test_largefile now works with unittest test discovery and | Serhiy Storchaka | 2013-07-17 | 1 | -0/+3 |
|\ \ | |/ | | | | | supports running only selected tests. Patch by Zachary Ware. | ||||
| * | Issue #18266: test_largefile now works with unittest test discovery and | Serhiy Storchaka | 2013-07-17 | 1 | -0/+3 |
| | | | | | | | | supports running only selected tests. Patch by Zachary Ware. | ||||
* | | Issue #17767: test_locale now works with unittest test discovery. | Serhiy Storchaka | 2013-07-17 | 1 | -0/+3 |
|\ \ | |/ | | | | | Original patch by Zachary Ware. | ||||
| * | Issue #17767: test_locale now works with unittest test discovery. | Serhiy Storchaka | 2013-07-17 | 1 | -0/+3 |
| | | | | | | | | Original patch by Zachary Ware. | ||||
* | | Issue #18408: Mention changes in Misc/NEWS | Victor Stinner | 2013-07-16 | 1 | -0/+3 |
| | | |||||
* | | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 1 | -0/+2 |
| | | |||||
* | | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | Useed context managers for file I/O. Removed out-of-dated code and misleading comments. | ||||
| * | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 1 | -0/+3 |
| | | | | | | | | | | Useed context managers for file I/O. Removed out-of-dated code and misleading comments. | ||||
* | | Issue #17778: Fix test discovery for test_multiprocessing. (Patch by | Richard Oudkerk | 2013-07-16 | 1 | -3/+7 |
|\ \ | |/ | | | | | Zachary Ware.) | ||||
| * | Issue #17778: Fix test discovery for test_multiprocessing. (Patch by | Richard Oudkerk | 2013-07-16 | 1 | -0/+3 |
| | | | | | | | | Zachary Ware.) | ||||
* | | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 1 | -0/+3 |
|\ \ | |/ | | | | | object's custom `__hash__()` method. | ||||
| * | - Issue #18440: Clarify that `hash()` can truncate the value returned from an | Barry Warsaw | 2013-07-15 | 1 | -0/+3 |
| | | | | | | | | object's custom `__hash__()` method. | ||||
* | | Issue #18393: Remove use of deprecated API on OSX | Ronald Oussoren | 2013-07-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | The "Gestalt" function on OSX is deprecated (starting with OSX 10.8), remove its usage from the stdlib. The patch removes a number of private functions and a private module, but does not change the public API. The removed code was effectively dead, the platform module has used other code to fetch the OSX version for years and could only use on the Gestalt-based code as a fallback. That fallback can only trigger on broken OSX installs (that is, someone has removed parts of the system install) |