summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of aVictor Stinner2014-07-211-3/+11
* Issue #22018: Add _testcapi.raise_signal()Victor Stinner2014-07-212-26/+21
* Call PyErr_NoMemory() when PyMem_Malloc() fails.Serhiy Storchaka2014-07-141-1/+3
|\
| * Call PyErr_NoMemory() when PyMem_Malloc() fails.Serhiy Storchaka2014-07-141-1/+3
* | Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead ofVictor Stinner2014-07-111-6/+13
* | Fix compilation failure (followup to #21803)Antoine Pitrou2014-07-071-3/+3
* | (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" formatVictor Stinner2014-07-071-1/+1
|\ \ | |/
| * Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requiresVictor Stinner2014-07-071-1/+1
| * properly decref the return value of close()Benjamin Peterson2014-07-041-3/+5
* | upgrade to unicode 7.0.0Benjamin Peterson2014-07-062-22467/+25009
* | properly decref the return value of close()Benjamin Peterson2014-07-041-3/+5
* | (Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errorsVictor Stinner2014-07-021-2/+2
|\ \ | |/
| * Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,Victor Stinner2014-07-021-2/+2
* | (Merge 3.4) Issue #8677: make the zlib module "ssize_t clean" for parsingVictor Stinner2014-07-011-0/+1
|\ \ | |/
| * Issue #8677: make the zlib module "ssize_t clean" for parsing parametersVictor Stinner2014-07-011-0/+1
* | (Merge 3.4) Closes #21780: make the unicodedata module "ssize_t clean" forVictor Stinner2014-07-011-2/+8
|\ \ | |/
| * Closes #21780: make the unicodedata module "ssize_t clean" for parsing parame...Victor Stinner2014-07-011-2/+8
* | (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsingVictor Stinner2014-07-011-2/+9
|\ \ | |/
| * Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters.Victor Stinner2014-07-011-2/+9
* | (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zuVictor Stinner2014-07-011-2/+3
|\ \ | |/
| * Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format CVictor Stinner2014-07-011-2/+3
* | Fix typo in socket.getaddrinfo() docstring.Berker Peksag2014-06-301-4/+4
|\ \ | |/
| * Fix typo in socket.getaddrinfo() docstring.Berker Peksag2014-06-301-4/+4
* | Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...Antoine Pitrou2014-06-292-40/+34
* | Issue #21863: cProfile now displays the module name of C extension functions,...Antoine Pitrou2014-06-271-2/+9
* | (Merge 3.4) Issue #21858: Better handling of Python exceptions in the sqlite3Victor Stinner2014-06-261-16/+26
|\ \ | |/
| * Issue #21858: Better handling of Python exceptions in the sqlite3 module.Victor Stinner2014-06-261-16/+26
* | mergeRaymond Hettinger2014-06-241-2/+5
|\ \ | |/
| * Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-241-2/+5
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-221-6/+60
* | Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-192-0/+52
* | Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in aVictor Stinner2014-06-171-3/+3
* | Factor common code into internal functions.Raymond Hettinger2014-06-141-41/+55
* | PyErr_NormalizeException doesn't like being called with an exception setSerhiy Storchaka2014-06-113-12/+12
|\ \ | |/
| * PyErr_NormalizeException doesn't like being called with an exception setSerhiy Storchaka2014-06-113-12/+12
* | Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-9/+27
|\ \ | |/
| * Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-9/+27
* | Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.Serhiy Storchaka2014-06-092-0/+2
|\ \ | |/
| * Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.Serhiy Storchaka2014-06-092-0/+2
* | backout 0fb7789b5eeb for test breakage (#20578)Benjamin Peterson2014-06-071-61/+6
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-071-6/+61
* | All modern compilers provide a offsetof() functionVictor Stinner2014-06-031-4/+0
* | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-022-13/+13
* | Issue #21639: Fix a division by zero in tracemalloc on calloc(0, 0). TheVictor Stinner2014-06-021-1/+1
|\ \ | |/
* | (Merge 3.4) Issue #21639: Fix name of _testcapi test functionsVictor Stinner2014-06-021-2/+2
|\ \ | |/
| * Issue #21639: Fix name of _testcapi test functionsVictor Stinner2014-06-021-2/+2
* | Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-022-6/+16
|\ \ | |/
| * Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-022-6/+16
* | merge the end_fd comment fix and explicit wait() for the child.Gregory P. Smith2014-06-011-2/+2
|\ \ | |/
| * Fix the comment to not refer to the removed end_fd parameter.Gregory P. Smith2014-06-011-2/+2