summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #5393: typo in cmath.cos and cmath.cosh docstringMark Dickinson2009-02-281-2/+2
* Issue #1733986: Fixed mmap crash in accessing elements of second map objectHirokazu Yamamoto2009-02-281-1/+1
* Issue #5386: mmap.write_byte didn't check map size, so it could cause bufferHirokazu Yamamoto2009-02-281-4/+11
* fix compiler warningsBenjamin Peterson2009-02-211-6/+6
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-217-16/+16
* Fix keyword arguments for itertools.count().Raymond Hettinger2009-02-211-28/+43
* Add keyword arg support to itertools.repeat().Raymond Hettinger2009-02-191-7/+6
* Add keyword arg support to itertools.compress().Raymond Hettinger2009-02-191-6/+4
* Py3k warnings now automatically include -Qwarn for division.Raymond Hettinger2009-02-181-0/+2
* Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,Hirokazu Yamamoto2009-02-171-2/+2
* Issue #5292: Fixed mmap crash on its boundary access m[len(m)].Hirokazu Yamamoto2009-02-171-2/+2
* PyList_Append() can failBenjamin Peterson2009-02-161-2/+4
* fix compiler warningsBenjamin Peterson2009-02-161-5/+5
* Add GC support to count() objects. Backport candidate.Raymond Hettinger2009-02-161-4/+14
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-6/+5
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-6/+8
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-138-98/+218
* Fix spaces/tabs in example.Raymond Hettinger2009-02-121-4/+3
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-33/+86
* Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes evenGregory P. Smith2009-02-111-2/+8
* Issue#5203: ctypes segfaults when passing a unicode string to aThomas Heller2009-02-101-0/+1
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-1/+17
* Issue 4804. Add a function to test the validity of file descriptors on Windo...Kristján Valur Jónsson2009-02-102-2/+126
* Enforcing Tk 8.3.1 requirement.Guilherme Polo2009-02-091-2/+2
* Fixed issue #5122: Synchronize tk load failure check to prevent aGuilherme Polo2009-02-093-30/+122
* Issue 5171: itertools.product docstring missing 'repeat' argumentRaymond Hettinger2009-02-091-0/+3
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-3/+3
* Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that willGuilherme Polo2009-02-061-17/+25
* Partial fix to issue #1731706: memory leak in Tkapp_Call when callingGuilherme Polo2009-02-061-1/+3
* issue 4804: Provide checks for the format string of strftime, and for the "m...Kristján Valur Jónsson2009-02-041-0/+17
* This refactoring should make it easier to add new calling conventions.Thomas Heller2009-02-033-400/+29
* Fix for issue #1581476Guilherme Polo2009-02-021-2/+1
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-311-3/+27
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-301-1/+3
* Fix typo.Raymond Hettinger2009-01-291-1/+1
* Update itertools.__doc__ to include all tools.Raymond Hettinger2009-01-291-5/+12
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-271-2/+251
* Fix signed/unsigned mismatch.Raymond Hettinger2009-01-261-1/+1
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-0/+157
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-251-0/+2
* Issue #1672332: Fix unpickling of subnormal floats, which was raisingMark Dickinson2009-01-241-1/+2
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+13
* backport r68802 (bugfix)Benjamin Peterson2009-01-201-1/+1
* issue 5002: fix windows warning that I intro'ed with r68768Jesse Noller2009-01-201-3/+1
* simplify codeBenjamin Peterson2009-01-191-4/+2
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-192-2/+14
* Issue 4957Kristján Valur Jónsson2009-01-191-1/+1
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-191-0/+20
* #4077: No need to append \n when calling Py_FatalErrorAmaury Forgeot d'Arc2009-01-171-1/+1
* Fix refcount leak in error cases. Bug found by coverity.Thomas Heller2009-01-131-1/+4