summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* rename MathcObject to match object in doctrings for re module (#16760)Andrew Svetlov2012-12-251-1/+1
* Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-231-9/+49
* ctypes: DECREF error_object _after_ re-acquiring GILKristjan Valur Jonsson2012-12-211-1/+1
* #8853: Allow port to be of type long for socket.getaddrinfo()Petri Lehtinen2012-12-201-3/+7
* call close on the underlying stream even if flush raises (#16597)Benjamin Peterson2012-12-202-9/+33
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-183-5/+5
* remove dead codeBenjamin Peterson2012-12-151-2/+0
* #16681: use "bidirectional class" instead of "bidirectional category" in the ...Ezio Melotti2012-12-141-1/+1
* 1 << 31 is invalid for signed integers, fix it by making 1 unsigned.Gregory P. Smith2012-12-111-2/+2
* Issue #16628: Fix a memory leak in ctypes.resize().Antoine Pitrou2012-12-083-2/+3
* Issue #10182: The re module doesn't truncate indices to 32 bits anymore.Antoine Pitrou2012-12-021-5/+5
* Plug a leak in timemodule. The module dictionary is saved duringGregory P. Smith2012-11-271-3/+6
* #16306: report only the first unknown option and add more tests. Patch by Se...Ezio Melotti2012-11-231-0/+1
* Issue #1160: Fix compiling large regular expressions on UCS2 builds.Antoine Pitrou2012-11-202-9/+8
* Issue #15677: Also fix docstrings in zlib module.Nadeem Vawda2012-11-111-3/+3
* Fixes issue #9535: Fix pending signals that have been received but not yetGregory P. Smith2012-11-111-0/+16
* Fix typo in backporting fix of issue #16411 to 2.7.Nadeem Vawda2012-11-111-2/+2
* Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+2
* Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-45/+55
* Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-041-6/+23
* Issue #16230: Fix a crash in select.select() when one the lists changes size ...Antoine Pitrou2012-11-011-4/+1
* Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-011-7/+3
* Fix docstring for deque ctor to mark iterable parameter optionalAndrew Svetlov2012-10-311-1/+1
* initialize more global type objects (closes #16369)Benjamin Peterson2012-10-311-0/+3
* #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-291-4/+14
* Issue #14398: Fix size truncation and overflow bugs in bz2 module.Nadeem Vawda2012-10-211-137/+179
* Fixes Issue #12268 for the io module - File readline, readlines andGregory P. Smith2012-10-125-8/+49
* Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-031-7/+35
* 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters...Senthil Kumaran2012-09-251-3/+7
* Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()Christian Heimes2012-09-241-1/+1
* #15796: Fix \n in readline docstring.Ezio Melotti2012-09-181-1/+1
* #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-0/+1
* #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-0/+5
* Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**...Jesus Cea2012-09-102-4/+30
* Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than...Jesus Cea2012-09-101-3/+16
* - Mention _heapq in Setup.dist.doko@ubuntu.com2012-09-101-0/+1
* Closes #15676: mmap: add empty file check prior to offset checkJesus Cea2012-09-091-0/+5
* Issue #15841: The readable(), writable() and seekable() methods of io.BytesIOAntoine Pitrou2012-09-052-8/+31
* Issue #15765: Fix quirky NetBSD getcwd() behaviour.Trent Nelson2012-08-291-1/+3
* Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...Ronald Oussoren2012-08-254-7/+125
* Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-182-6/+25
* Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-157-39/+75
* Modules/socketmodule.c: netdb_lock: define static.Matthias Klose2012-08-141-1/+1
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+15
* Make TextIOWrapper's documentation clearer by copying the newline argument's ...Antoine Pitrou2012-08-031-9/+16
* #15512: Declarations reorganizationJesus Cea2012-08-031-21/+23
* Closes #15469: Correct __sizeof__ support for dequeJesus Cea2012-08-031-1/+20
* Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-2/+21
* Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ...Antoine Pitrou2012-08-022-2/+2
* Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-291-0/+12