summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disable the use of BerkeleyDB 4.6 on platforms that appear to haveGregory P. Smith2008-05-271-5/+35
* Improvements for test_py3kwarnBenjamin Peterson2008-05-271-5/+5
* remove some __getslice__Benjamin Peterson2008-05-272-7/+1
* Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size isGregory P. Smith2008-05-261-1/+2
* remove duplication in test moduleBenjamin Peterson2008-05-261-27/+0
* Fix issue2589: there was a potential integer overflow leading toGregory P. Smith2008-05-261-4/+15
* fix minor grammar typoBenjamin Peterson2008-05-261-1/+2
* take Brett's advice on a few warningsBenjamin Peterson2008-05-262-8/+9
* Fixes issue2791: subprocess.Popen.communicate leaked a file descripton untilGregory P. Smith2008-05-262-5/+21
* warn about some members of the commands moduleBenjamin Peterson2008-05-263-1/+20
* wrap lineBenjamin Peterson2008-05-261-1/+2
* Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even haveGregory P. Smith2008-05-261-4/+1
* Define macros so that this still compiles on Python prior to r63675.Gregory P. Smith2008-05-261-0/+11
* turn PyErr_WarnPy3k into a macroBenjamin Peterson2008-05-263-12/+3
* add __all__ to test_supportBenjamin Peterson2008-05-262-0/+14
* add PyByteArray docsBenjamin Peterson2008-05-262-0/+75
* Add renaming notices to 3.0 http package members.Georg Brandl2008-05-266-5/+30
* fix typo (thank Georg)Benjamin Peterson2008-05-261-1/+1
* fix a minor typoBenjamin Peterson2008-05-261-1/+1
* note that PyString and has been aliased to PyBytesBenjamin Peterson2008-05-261-2/+6