summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adds a Thread.getIdent() method to provide the _get_ident() value forGregory P. Smith2008-06-014-2/+28
* Make the _H #define's match the header file names. Fix comments toGregory P. Smith2008-06-012-8/+8
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-018-8/+26
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-015-136/+284
* Spaces vs. tabs.Georg Brandl2008-06-011-1/+1
* add a warning about bgen being removedBenjamin Peterson2008-06-012-0/+3
* Fix test_sys.Robert Schuppenies2008-06-011-2/+0
* Fix test_descrtut.Georg Brandl2008-06-011-0/+1
* Some style nits. Also clarify in the docstrings what __sizeof__ does.Georg Brandl2008-06-017-18/+18
* Add plain text make target.Georg Brandl2008-06-012-0/+7
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-019-2/+271
* Typo: encoding -> codeset.Martin v. Löwis2008-06-011-1/+1
* Move sys_stream and sys_isatty out of the have-langinfo block.Martin v. Löwis2008-06-011-1/+1
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-0110-52/+153
* Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...Gerhard Häring2008-05-313-15/+20
* #3005: add explaining sentence to easydialogs docs.Georg Brandl2008-05-311-4/+6
* #3010: clarification about stdin/use_rawinput.Georg Brandl2008-05-311-1/+6
* Added a note to [] that special forms & special chars lose their meaningMark Summerfield2008-05-311-0/+6
* Fix bdist_wininst --user-access-control for win2kMark Hammond2008-05-315-7/+19
* Implement heapq in terms of less-than (to match list.sort()).Raymond Hettinger2008-05-313-20/+36
* Update the locale module alias table.Marc-André Lemburg2008-05-302-19/+163
* fix grammarBenjamin Peterson2008-05-301-1/+1
* Better quote with single quotes.Georg Brandl2008-05-301-2/+2
* getloadavg() is not available on Windows.Georg Brandl2008-05-301-1/+1
* * Mark intermedidate computes values (hi, lo, yr) as volatile.Raymond Hettinger2008-05-301-19/+31
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-3015-157/+176
* #2999: fix name of third parameter in unicode.replace()'s docstring.Georg Brandl2008-05-301-3/+3
* Issue 2903: Add __name__ in globals for namedtuple namespace.Raymond Hettinger2008-05-301-2/+3
* Issue 2855: Fix obscure crasher by slowing down the entire module. Mimics wh...Raymond Hettinger2008-05-301-0/+4
* Issue 2784: fix leaks in exception exit.Raymond Hettinger2008-05-301-2/+2
* Fix typo in testSumMark Dickinson2008-05-301-1/+1
* Note that UserList and UserString were moved to 'collections' in 3.0.Brett Cannon2008-05-291-0/+12
* Turn off debugging output for building bsddb.Brett Cannon2008-05-291-2/+3
* ctypes NULL function pointers have a boolean False value now.Thomas Heller2008-05-293-21/+32
* Fix compiler warning.Thomas Heller2008-05-291-1/+1
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-2924-179/+230
* Revert #2990 patch; it's not necessary as Armin showed.Georg Brandl2008-05-291-7/+5
* Fix two typos.Raymond Hettinger2008-05-291-2/+2
* #2985: allow i8 in XMLRPC responses.Georg Brandl2008-05-292-2/+6
* #2988: add note about catching CookieError when parsing untrusted cookie data.Georg Brandl2008-05-291-0/+6
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
* Two fixes in bytearray docs.Georg Brandl2008-05-291-1/+5
* UserString.MutableString has been removed in Python 3.0.Brett Cannon2008-05-295-2/+22
* #2990: prevent inconsistent state while updating method cache.Georg Brandl2008-05-281-5/+7
* fix spellingBenjamin Peterson2008-05-281-2/+2
* #2989: add PyType_Modified().Georg Brandl2008-05-284-12/+23
* bdist_wininst now works correctly when both --skip-build and --plat-name are ...Mark Hammond2008-05-281-0/+6
* update tutorial function with more appropiate one from Eric SmithBenjamin Peterson2008-05-281-2/+2
* Better integration between Python testing and bsddb3Jesus Cea2008-05-272-14/+17
* Do not close external file objects passed to tarfile.open(mode='w:bz2')Lars Gustäbel2008-05-273-3/+17