summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* issue #9090 : Take the same approach for socketmodule as daytimemoduleKristján Valur Jónsson2013-03-192-24/+5
* #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-1/+3
* issue #9090 : Limit the fix to windows since getting a portable simpleKristján Valur Jónsson2013-03-191-1/+20
* Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeoutKristján Valur Jónsson2013-03-192-15/+96
* Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-18241-8021/+34714
* Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-119-18/+18
* Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...Antoine Pitrou2013-03-041-6/+34
* Issue #13555: Fix an integer overflow check.Serhiy Storchaka2013-02-261-1/+1
* #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-2/+2
* Issue #13153: Tkinter functions now raise TclError instead of ValueError whenSerhiy Storchaka2013-02-181-2/+4
* Issue #9669: Protect re against infinite loops on zero-width matching inSerhiy Storchaka2013-02-161-2/+7
* Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-162-8/+24
* Issue #16743: Fix mmap overflow check on 32 bit WindowsRichard Oudkerk2013-02-131-11/+11
* Issue #13555: cPickle now supports files larger than 2 GiB.Serhiy Storchaka2013-02-122-123/+154
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-124-138/+260
* Clean trailing whitespaces in Makefile.pre.in and grpmodule.c.Serhiy Storchaka2013-02-121-3/+3
* Minor cleanups.Raymond Hettinger2013-02-091-19/+19
* Issue #7358: cStringIO.StringIO now supports writing to and reading fromSerhiy Storchaka2013-02-091-32/+53
* Issue #16686: Fixed a lot of bugs in audioop module.Serhiy Storchaka2013-02-091-154/+166
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-075-63/+134
* #17091: update docstring for _thread.Lock.acquire.R David Murray2013-02-041-2/+2
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-043-14/+49
* Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-031-19/+44
* Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-1/+1
* Issue 16398: Use memcpy() in deque.rotate().Raymond Hettinger2013-02-021-50/+60
* Update the embedded copy of the expat XML parser to 2.1.0. It bringsGregory P. Smith2012-07-1412-253/+373
* In the _hashlib module, only initialize the static data for OpenSSL'sGregory P. Smith2013-02-021-5/+8
* Additional fix for Issue #12268: The io module file object writelines() methodsGregory P. Smith2013-02-012-3/+9
* Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robe...Serhiy Storchaka2013-01-281-0/+1
* Issue #11729: Backport commit bff052d9 from libffi upstream in order to fixStefan Krah2013-01-272-6/+6
* Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-1/+1
* Issue #1602133: 'environ' is not really available with shared libraries on OSXRonald Oussoren2013-01-251-3/+4
* Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()Serhiy Storchaka2013-01-251-1/+20
* Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.Charles-François Natali2013-01-191-2/+2
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-195-12/+17
* Show the function signature in the docstringRaymond Hettinger2013-01-191-3/+3
* check windows fd validity (closes #16992)Benjamin Peterson2013-01-181-1/+1
* Issue #10527: Use poll() instead of select() for multiprocessing pipesRichard Oudkerk2013-01-141-0/+33
* make deque_clear void, since it's infallibleBenjamin Peterson2013-01-131-6/+2
* Issue #16398: Optimize deque.rotate()Raymond Hettinger2013-01-121-14/+58
* use PyInt_FromSsize_t instead of PyLong_FromSsize_t (#10182)Benjamin Peterson2013-01-101-4/+4
* Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GBVictor Stinner2013-01-031-2/+11
* Issue #16828: Fix error incorrectly raised by bz2.compress('').Nadeem Vawda2013-01-021-1/+1
* get the core to compile --disable-unicodeBenjamin Peterson2013-01-021-0/+4