Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 13 | -56/+97 |
|\ | |||||
| * | Issue #25659: Merge ctypes fix from 3.5 | Martin Panter | 2016-11-20 | 1 | -0/+8 |
| |\ | |||||
| * \ | Merge test cleanup from 3.5 into 3.6 | Martin Panter | 2016-09-29 | 13 | -56/+97 |
| |\ \ | |||||
| | * \ | Issue #18893: Merge from 3.5 | Berker Peksag | 2016-09-26 | 13 | -56/+97 |
| | |\ \ | |||||
| | | * | | Issue #27355: Import no longer needed | Martin Panter | 2016-09-06 | 1 | -1/+1 |
| | | * | | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 5 | -35/+15 |
| | | * | | Closes #9998: Allowed find_library to search additional locations for libraries. | Vinay Sajip | 2016-08-17 | 2 | -1/+68 |
| | | * | | Closes #20160: Merged fix from 3.5. | Vinay Sajip | 2016-08-05 | 1 | -0/+35 |
| | | |\ \ | |||||
| | | * \ \ | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 2 | -2/+2 |
| | | |\ \ \ | |||||
| | | * | | | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-13 | 1 | -5/+5 |
| | | * | | | | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 9 | -22/+16 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Issue #22636: Merge ctypes.util from 3.5 | Martin Panter | 2016-06-14 | 9 | -22/+16 |
| | | | |\ \ \ \ | |||||
| | | | | * \ \ \ | Issue #22636: Merge ctypes.util shell injection fixes from 3.5 | Martin Panter | 2016-06-14 | 2 | -44/+82 |
| | | | | |\ \ \ \ | |||||
| | | | | * | | | | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -5/+5 |
| | | | | * | | | | | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 9 | -19/+13 |
| | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -3/+3 |
| | | | | | * | | | | | Issue #25533: Merge frozen module docs from 3.5 | Martin Panter | 2016-05-15 | 1 | -5/+6 |
| | | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | | Remove old Python 2 compatibility from ctypes test | Martin Panter | 2016-05-14 | 1 | -5/+2 |
| | | | | | * | | | | | | Issue #24114: Fix an uninitialized variable in `ctypes.util`. | Meador Inge | 2016-04-30 | 7 | -11/+8 |
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | Remove more unused imports in tests. | Serhiy Storchaka | 2016-04-25 | 2 | -2/+1 |
| | | | | | | * | | | | | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -3/+3 |
| | | | | | | * | | | | | | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 4 | -4/+2 |
| | | | | | | * | | | | | | Issue #21042: Revert Linux find_library() to return just filename | Martin Panter | 2016-03-17 | 2 | -25/+17 |
| | | | | | | * | | | | | | Issue #21042: Return full path in ctypes.util.find_library() on Linux | Martin Panter | 2016-03-10 | 2 | -18/+26 |
* | | | | | | | | | | | | | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 1 | -0/+4 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Issue #25659: Change assert to TypeError in from_buffer/_copy() | Martin Panter | 2016-11-20 | 1 | -0/+8 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Remove disabled ctypes test | Martin Panter | 2016-09-29 | 1 | -24/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py | Berker Peksag | 2016-09-26 | 1 | -2/+3 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Issue #20160: Merged fix from 3.4. | Vinay Sajip | 2016-08-05 | 1 | -0/+35 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Issue #20160: Merged fix from 3.3. | Vinay Sajip | 2016-08-05 | 1 | -0/+35 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Issue #20160: Handled passing of large structs to callbacks correctly. | Vinay Sajip | 2016-08-05 | 1 | -0/+35 |
* | | | | | | | | | | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 2 | -2/+2 |
| |_|/ / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 1 | -3/+3 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Issue #22636: Handle OSError from subprocess, e.g. if command not found | Martin Panter | 2016-06-14 | 1 | -19/+35 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Issue #22636: avoid using a shell in the ctypes.util module | Martin Panter | 2016-06-14 | 2 | -44/+82 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Issue #25533: Update documentation regarding the frozen modules table | Martin Panter | 2016-05-15 | 1 | -5/+6 |
| |_|/ / |/| | | | |||||
* | | | | Issue #24114: Fix an uninitialized variable in `ctypes.util`. | Meador Inge | 2016-04-30 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -2/+2 |
* | | | Issue #19023: Document ctypes array and pointer classes | Martin Panter | 2016-01-29 | 2 | -6/+15 |
* | | | #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieir... | Ezio Melotti | 2016-01-09 | 1 | -1/+1 |
* | | | Issue #25622: Use repr(bytes) to avoid BytesWarning | Martin Panter | 2015-11-26 | 1 | -1/+1 |
* | | | Issue #25622: Merge ctypes test from 3.4 into 3.5 | Martin Panter | 2015-11-26 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows | Martin Panter | 2015-11-26 | 1 | -2/+1 |
* | | | Issue #25498: Update error message for 3.5 | Martin Panter | 2015-11-13 | 1 | -1/+1 |
* | | | Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 | Martin Panter | 2015-11-13 | 1 | -2/+29 |
|\ \ \ | |/ / | |||||
| * | | Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview | Martin Panter | 2015-11-13 | 1 | -2/+29 |
* | | | Issue #25582: Fixed 100 MB memory leak in test_ctypes. | Serhiy Storchaka | 2015-11-09 | 9 | -21/+58 |
|\ \ \ | |/ / |/| | | |||||
| * | | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 9 | -21/+58 |
| |\ \ | |||||
| | * \ | Merge 3.4 (ctypes) | Victor Stinner | 2015-07-29 | 1 | -0/+28 |
| | |\ \ |