summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.Georg Brandl2008-07-051-2/+2
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-0/+8
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-021-0/+3
* Issue 3190: pydoc now hides module __package__ attributesNick Coghlan2008-07-021-0/+3
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-0/+13
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-011-0/+4
* #3219 repeated keyword arguments aren't allowed in function calls anymoreBenjamin Peterson2008-07-011-0/+4
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-06-301-0/+4
* Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pydMartin v. Löwis2008-06-301-0/+5
* Updated to reflect change in logging.config to remove out-of-date comment in ...Vinay Sajip2008-06-291-0/+3
* Add Jean Brouwers for his work on math.sumMark Dickinson2008-06-271-0/+1
* warnings.warn_explicit() did not have the proper TypeErrors in place to preventBrett Cannon2008-06-271-0/+5
* Revert 64424, 64438, and 64439.Raymond Hettinger2008-06-241-6/+0
* Wording fixAndrew M. Kuchling2008-06-221-1/+1
* Issue #2722. Now the char buffer to support the path string hasFacundo Batista2008-06-221-0/+2
* Now a from submitted via POST that also has a query stringFacundo Batista2008-06-211-0/+2
* Fixed issue #2888. Now the behaviour of pprint when working with nestedFacundo Batista2008-06-211-0/+4
* Issue 3008: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-211-0/+3
* Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) nowMark Dickinson2008-06-201-0/+7
* Make bin() implementation parallel oct() and hex() so that int/long subclasse...Raymond Hettinger2008-06-201-0/+9
* Updated with fix for #3136.Vinay Sajip2008-06-191-0/+5
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-192-2/+2
* Updated with fix for #3126.Vinay Sajip2008-06-171-2/+6
* Add Jesse Noller to the developers list.Georg Brandl2008-06-161-0/+3
* Issue 3110: Crash with weakref subclass,Amaury Forgeot d'Arc2008-06-161-0/+3
* Issue 3116: fix quadratic behavior in marshal.dumps().Raymond Hettinger2008-06-161-0/+2
* Switch to SQLite 3.5.9.Martin v. Löwis2008-06-131-1/+1
* Switch to bzip2 1.0.5.Martin v. Löwis2008-06-131-1/+1
* platform.uname now tries to fill empty values even when os.uname is presentBenjamin Peterson2008-06-132-0/+4
* add py3k warnings to rfc822Benjamin Peterson2008-06-121-0/+2
* Switch to Tcl/Tk 8.5.Martin v. Löwis2008-06-121-0/+2
* deprecated mimetoolsBenjamin Peterson2008-06-121-0/+2
* Can we agree to put dots at entry ends? Thanks.Georg Brandl2008-06-111-4/+4
* update ACKS and NEWs for multiprocessingBenjamin Peterson2008-06-112-0/+4
* Add future_builtins.ascii().Georg Brandl2008-06-111-0/+2
* add aliases to threading moduleBenjamin Peterson2008-06-111-0/+1
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-0/+1
* Multi-arg form for set.difference() and set.difference_update().Raymond Hettinger2008-06-111-1/+1
* Merge in release25-maint r60793:Gregory P. Smith2008-06-111-0/+5
* NEWS entry for:Thomas Heller2008-06-101-0/+4
* Add Arnaud for his efforts on multi-arg set operations.Raymond Hettinger2008-06-101-0/+1
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-102-0/+3
* Add Gregor Lingl.Martin v. Löwis2008-06-101-0/+3
* Let set.intersection() and set.intersection_update() take multiple input argu...Raymond Hettinger2008-06-091-1/+2
* Let set.union() and set.update() accept multiple inputs.Raymond Hettinger2008-06-091-0/+2
* Issue #2138: Add math.factorial().Raymond Hettinger2008-06-091-0/+2
* Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()Georg Brandl2008-06-071-0/+3
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-061-0/+3
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-051-0/+2
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+25