summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Add a NEWS entry for r59076.Amaury Forgeot d'Arc2007-11-211-0/+3
* Added NEWS entryChristian Heimes2007-11-211-0/+1
* doctest assumed that a package's __loader__.get_data() method used universalBrett Cannon2007-11-211-0/+3
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-0/+4
* Merge from py3k branch:Amaury Forgeot d'Arc2007-11-131-0/+4
* Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.Martin v. Löwis2007-11-121-0/+2
* Add Amaury Forgeot d'Arc.Martin v. Löwis2007-11-091-0/+3
* Add set.isdisjoint()Raymond Hettinger2007-11-081-0/+2
* Add missing NEWS entryNick Coghlan2007-11-071-0/+3
* Add build option for faster loop execution.Raymond Hettinger2007-11-071-0/+5
* Fix marshal's incorrect handling of subclasses of builtin types (backport can...Raymond Hettinger2007-11-071-0/+4
* Fixes Issue 1385: The hmac module now computes the correct hmac when usingGregory P. Smith2007-11-061-0/+3
* Add the bsddb.db.DBEnv.lock_id_free method.Gregory P. Smith2007-11-051-0/+2
* Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags andGregory P. Smith2007-11-051-0/+8
* Issue #1292: On alpha, arm, ppc, and s390 linux systems theThomas Heller2007-11-021-0/+3
* false "fix" undone as correct problem was found and fixed.Gregory P. Smith2007-11-011-4/+0
* Adding Christian Heimes.Martin v. Löwis2007-10-311-0/+3
* - Add support for FreeBSD 8 which is recently forked from FreeBSD 7.Hye-Shik Chang2007-10-281-0/+3
* Bug #1287: make os.environ.pop() work as expected.Georg Brandl2007-10-241-1/+4
* - Build using system ffi library on arm*-linux*.Matthias Klose2007-10-241-0/+2
* Optimize sum() for integer and float inputs.Raymond Hettinger2007-10-241-0/+2
* Fixup news entryRaymond Hettinger2007-10-231-3/+1
* Shorter name for namedtuple()Raymond Hettinger2007-10-231-0/+2
* Add Chris Monson so he can edit PEPs.Neal Norwitz2007-10-221-0/+3
* Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.Thomas Heller2007-10-191-0/+3
* mention bsddb fixes.Gregory P. Smith2007-10-181-0/+7
* Bug #1216: Restore support for Visual Studio 2002.Martin v. Löwis2007-10-121-0/+2
* On OS X, use os.uname() instead of gestalt.sysv(...) to get theThomas Heller2007-10-111-0/+3
* Eliminate camelcase function nameRaymond Hettinger2007-10-081-1/+1
* Add a note about fixing some more warnings found by Coverity.Neal Norwitz2007-10-051-0/+2
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-051-0/+2
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-041-0/+3
* enumerate() is no longer bounded to using sequences shorter than LONG_MAX. T...Raymond Hettinger2007-10-031-0/+4
* tuple.__repr__ did not consider a reference loop as it is not possible fromBrett Cannon2007-09-301-0/+6
* Patch #1541463: optimize performance of cgi.FieldStorage operations.Georg Brandl2007-09-201-0/+2
* Annotated the correction to urllib.py, issue #1177Facundo Batista2007-09-191-1/+1
* Decimal is updated, :)Facundo Batista2007-09-171-0/+2
* Add a bunch of GIL release/acquire points in tp_print implementations and forBrett Cannon2007-09-171-0/+5
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-121-0/+3
* Generators had their throw() method allowing string exceptions. That's aBrett Cannon2007-09-111-0/+3
* Fix a possible segfault from recursing too deep to get the repr of a list.Brett Cannon2007-09-101-0/+3
* Add a 'c_longdouble' type to the ctypes module.Thomas Heller2007-09-071-0/+2
* Fix a crasher where Python code managed to infinitely recurse in C code withoutBrett Cannon2007-09-071-0/+6
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-051-0/+3
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-041-0/+2
* - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identifyMatthias Klose2007-09-041-0/+3
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-042-0/+4
* Patch #1388440: Add set_completion_display_matches_hook andMartin v. Löwis2007-09-042-0/+4
* - Added support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-031-1/+2
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-0/+2