summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #15866: The xmlcharrefreplace error handler no more produces two XMLSerhiy Storchaka2013-08-061-1/+1
* Issue #18661: typo in grp.struct_group docstring.Mark Dickinson2013-08-051-1/+1
* Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.Eli Bendersky2013-08-042-0/+9
* Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-032-8/+8
* Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-021-0/+30
* Restore the data block size to 62.Raymond Hettinger2013-07-281-3/+6
* Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Raymond Hettinger2013-07-201-0/+7
* Backport c952f3d122ae: Tweak the deque struct by moving the least used fieldsRaymond Hettinger2013-07-161-1/+1
* Move the leftlink to the end of the block structure.Raymond Hettinger2013-07-161-1/+1
* Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+27
* Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-9/+48
* reapply f1dc30a1be72Benjamin Peterson2013-06-251-1/+1
* reapply 5accb0ac8bfbBenjamin Peterson2013-06-251-11/+7
* reapply f1dc30a1be72Benjamin Peterson2013-06-251-1/+1
* reapply f1dc30a1be72Benjamin Peterson2013-06-251-1/+1
* Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the inputVictor Stinner2013-06-241-6/+7
* also backout f1dc30a1be72 for not being a bugfixBenjamin Peterson2013-06-231-1/+1
* Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-231-1/+6
* backout 5accb0ac8bfb; needs more discussion on python-devBenjamin Peterson2013-06-221-7/+11
* #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-221-3/+8
* Arrange structure to match the common access patterns.Raymond Hettinger2013-06-221-1/+1
* Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-0/+3
* ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
* #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+4
* Fix comment blocks. Adjust blocksize to a power-of-two for better divmod com...Raymond Hettinger2013-06-141-11/+7
* Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+1
* Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+9
* Issue #17979: Fixed the re module in build with --disable-unicode.Serhiy Storchaka2013-05-211-2/+2
* - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
* #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-081-7/+7
* Issue #17928: Fix test_structmembers on 64-bit big-endian machines.Antoine Pitrou2013-05-081-1/+1
* Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.Antoine Pitrou2013-05-071-3/+5
* Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-061-8/+19
* Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-061-7/+28
* Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-3/+11
* This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
* Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-283-7/+7
* Issue #17710: Fix cPickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-4/+6
* Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-11/+11
* - Issue #17682: Add the _io module to Modules/Setup.dist (commented out).doko@ubuntu.com2013-04-091-0/+3
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-4/+19
* Issue #17662: fix socketmodule compilation with Setup.dist.Kristjan Valur Jonsson2013-04-081-1/+1
* Revert a premature patch for issue #14010 (changeset d17d10c84d27).Serhiy Storchaka2013-04-061-65/+10
* Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-10/+65
* always allow -1 as a uidBenjamin Peterson2013-03-231-4/+0
* undo PyInt -> PyLong change; that was wrongBenjamin Peterson2013-03-231-2/+2
* return int instead long when possible (#17531)Benjamin Peterson2013-03-231-2/+2
* Issue #10212: Support new buffer interface for struct.unpack andKristján Valur Jónsson2013-03-202-34/+44
* Issue #10296 : Don't handle BreakPoint exceptions usingKristján Valur Jónsson2013-03-191-0/+5
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-192-393/+745