summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-041-3/+0
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-041-0/+3
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-0/+1
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-021-0/+3
* Fix issue 2782: be less strict about the format string type in strftime.Gregory P. Smith2008-06-021-0/+3
* Adds a Thread.getIdent() method to provide the _get_ident() value forGregory P. Smith2008-06-011-0/+2
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-011-2/+5
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-011-0/+2
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+2
* Implement heapq in terms of less-than (to match list.sort()).Raymond Hettinger2008-05-311-0/+3
* Update the locale module alias table.Marc-André Lemburg2008-05-301-0/+3
* ctypes NULL function pointers have a boolean False value now.Thomas Heller2008-05-291-0/+3
* #2985: allow i8 in XMLRPC responses.Georg Brandl2008-05-291-2/+5
* UserString.MutableString has been removed in Python 3.0.Brett Cannon2008-05-291-0/+3
* #2989: add PyType_Modified().Georg Brandl2008-05-281-1/+3
* Do not close external file objects passed to tarfile.open(mode='w:bz2')Lars Gustäbel2008-05-271-0/+3
* turn PyErr_WarnPy3k into a macroBenjamin Peterson2008-05-261-2/+1
* Updated NEWSChristian Heimes2008-05-261-0/+9
* note about r63617Gregory P. Smith2008-05-251-0/+4
* #2959: allow multiple close() calls for GzipFile.Georg Brandl2008-05-251-0/+4
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-252-6/+3
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-2/+2
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-242-4/+1
* Issue #1390: Raise ValueError in toxml when an invalid comment wouldMartin v. Löwis2008-05-231-0/+3
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-231-0/+2
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-3/+0
* Issue #2819: Add math.sum, a function that sums a sequence of floatsMark Dickinson2008-05-231-0/+3
* bsddb module updated to version 4.7.0Jesus Cea2008-05-221-1/+2