summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-161-0/+3
* #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...Antoine Pitrou2008-08-151-0/+4
* Issue #3476: make BufferedReader and BufferedWriter thread-safeAntoine Pitrou2008-08-141-0/+3
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-141-0/+4
* Silence the DeprecationWarning of rfc822 triggered by its importation inBrett Cannon2008-08-141-0/+4
* Add Hirokazu Yamamoto.Martin v. Löwis2008-08-121-0/+3
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-0/+4
* #3134: shutil referenced undefined WindowsError symbolAntoine Pitrou2008-08-111-0/+2
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-111-0/+3
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+3
* Silence warnings in csv about using reduce() when run under -3 by usingBrett Cannon2008-08-091-4/+4
* Use functools.reduce() in difflib instead of __builtin__.reduce() to silenceBrett Cannon2008-08-091-5/+5
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-091-0/+3
* Suppress the warning in asynchat from using buffer() when running udner -3.Brett Cannon2008-08-091-1/+1
* move NEWS entry to the appropriate section (oops!)Antoine Pitrou2008-08-091-3/+3
* #3205: bz2 iterator fails silently on MemoryErrorAntoine Pitrou2008-08-091-0/+3
* Add news item about _sre.compile() re-bytecode validator.Guido van Rossum2008-08-091-0/+4
* Fix slightly misleading statement in the NEWS file.Antoine Pitrou2008-08-091-1/+2
* accept issue 3436Skip Montanaro2008-08-081-0/+4
* Remove buffer() usage in the socket module by just slicing directly on theBrett Cannon2008-08-081-1/+1
* Remove warnings generated for the suprocess module when run under -3. RequiredBrett Cannon2008-08-081-2/+3
* Add imp.reload(). This to help with transitioning to 3.0 the reload() built-inBrett Cannon2008-08-061-0/+3
* Add a note about all the modules/packages changed to silence -3 warnings. MoreBrett Cannon2008-08-041-0/+7
* Issue #1481296: (again!) Make conversion of a float NaN to an int orMark Dickinson2008-08-041-0/+3
* Add missing NEWS entry for r65487Nick Coghlan2008-08-041-0/+8
* - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keywordGregory P. Smith2008-08-041-0/+4
* Note the removal of several committers.Georg Brandl2008-08-031-5/+12
* Issue #3039: Fix TarFileCompat.writestr() which always raised anLars Gustäbel2008-08-021-0/+3
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-0/+2
* Generate the PatternGrammar pickle during "make install".Martin v. Löwis2008-08-011-0/+5
* #3479: unichr(2**32) used to return u'\x00'.Amaury Forgeot d'Arc2008-07-311-0/+4
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-311-0/+2
* #2542: now that issubclass() may call arbitrary code,Amaury Forgeot d'Arc2008-07-311-0/+3
* backport r65264Benjamin Peterson2008-07-281-0/+3
* Issue #3449: Update decimal module to use most recent specificationMark Dickinson2008-07-271-0/+3
* note robotparser bug fix.Skip Montanaro2008-07-271-0/+2
* add a NEWS entryAntoine Pitrou2008-07-251-0/+3
* #3394: zipfile.writestr doesn't set external attributes, so files are extract...Antoine Pitrou2008-07-251-0/+4
* Issue 1592: Better error reporting for operations on closed shelves.Raymond Hettinger2008-07-251-0/+3
* 3k-warn about parser's "ast" aliases.Georg Brandl2008-07-231-0/+2
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-0/+7
* Issue2378: pdb would delete free variables when stepping into a class statement.Amaury Forgeot d'Arc2008-07-211-0/+4
* Increment version number in NEWS file, and move items that were added after 2...Amaury Forgeot d'Arc2008-07-211-13/+27
* fix issue3120 - don't truncate handles on 64-bit Windows.Gregory P. Smith2008-07-201-0/+2
* #3303: fix crash with invalid Py_DECREF in strcoll().Georg Brandl2008-07-191-7/+9
* #3302: fix segfaults when passing None for arguments that can'tGeorg Brandl2008-07-191-0/+3
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...Brett Cannon2008-07-181-0/+2
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-3/+6
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-181-1/+1
* Fix issue 3395, update _debugInfo to be _debug_infoJesse Noller2008-07-171-0/+2