summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added optional delay argument to FileHandler and subclasses.Vinay Sajip2008-01-241-11/+14
* Added optional delay argument to FileHandler and subclasses.Vinay Sajip2008-01-241-5/+20
* Fix issue1789: The tutorial contained a misuse of the struct module.Gregory P. Smith2008-01-243-6/+8
* Fix the test_urllib2net failures that were caused by r58067.Neal Norwitz2008-01-241-2/+2
* Fix the tests by restoring __import__. I think the test is still valid.Neal Norwitz2008-01-241-4/+6
* CleanupRaymond Hettinger2008-01-241-3/+1
* Minor clean-up and more tests.Raymond Hettinger2008-01-242-2/+15
* Add first-cut at an approximation function (still needs rounding tweaks). Ad...Raymond Hettinger2008-01-242-0/+48
* Turn three recently fixed crashers into regular tests.Guido van Rossum2008-01-231-1/+70
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-01-232-1/+6
* Fix misleading comment reported in issue #1917.Guido van Rossum2008-01-231-1/+1
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-01-232-2/+10
* Fix two crashers.Guido van Rossum2008-01-234-44/+11
* Applied #1069410Christian Heimes2008-01-232-0/+13
* Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-234-4/+12
* patch 1754489 by vlahan:Armin Rigo2008-01-231-2/+2
* Use Py_TYPE() instead of ->ob_typeChristian Heimes2008-01-231-1/+1
* I'm tired of these tests breaking at Google due to our large number ofGuido van Rossum2008-01-232-0/+6
* Let pprint() support sets and frozensets (suggested by David Mertz).Raymond Hettinger2008-01-233-2/+20
* docstring and comment updates suggested by Giampaolo Rodola'Gregory P. Smith2008-01-221-3/+3
* Improve variable name in sample codeRaymond Hettinger2008-01-221-1/+1
* Give zip() the same guarantee as izip() for left-to-right evaluation.Raymond Hettinger2008-01-221-0/+4
* Fix for #1087741 patch.Georg Brandl2008-01-222-1/+8
* Document when to use izip_longest().Raymond Hettinger2008-01-221-16/+7
* Don't repeat yourselfChristian Heimes2008-01-222-3/+20
* Fixed a missing (X) in defineChristian Heimes2008-01-221-1/+1
* Fix \xhh specs, #1889.Georg Brandl2008-01-221-1/+1
* - Fix Issue #1703448: A joined thread could show up in theGregory P. Smith2008-01-223-5/+30
* Replace spam.acquire() try: ... finally: spam.release() with "with spam:"Gregory P. Smith2008-01-221-24/+8
* accepts and closes issue #1221598: adds an optional callback to ftplib.FTPGregory P. Smith2008-01-222-17/+55
* Make's MAKEFLAGS variable is set to a string containing the single-letterBrett Cannon2008-01-211-1/+1
* Reformat some ugly code.Georg Brandl2008-01-212-52/+66
* Patch #1720595: add T_BOOL to the range of structmember types.Georg Brandl2008-01-215-3/+32
* Add the correct build dir when building with pydebug.Georg Brandl2008-01-211-0/+2
* Add a "const" to make gcc happy.Georg Brandl2008-01-211-1/+1
* #1715: include sub-extension modules in pydoc text output.Georg Brandl2008-01-213-1/+21
* Adapt to latest doctools refactoring.Georg Brandl2008-01-212-6/+77
* Follow PEP 8 in module docstring.Walter Dörwald2008-01-211-5/+5
* Use original location of document, which has translations.Georg Brandl2008-01-211-1/+1
* Add NEWS entry for #1882.Georg Brandl2008-01-211-0/+3
* Issue #1882: when compiling code from a string, encoding cookies in theGeorg Brandl2008-01-212-3/+22
* Updated to include news on recent logging fixes and documentation changes.Vinay Sajip2008-01-211-14/+31
* #1530959: change distutils build dir for --with-pydebug python builds.Georg Brandl2008-01-212-0/+10
* Minor documentation change - hyperlink tidied up.Vinay Sajip2008-01-211-5/+8
* Clarify $ behavior in re docstring. #1631394.Georg Brandl2008-01-211-3/+6
* #1726198: replace while 1: fp.readline() with file iteration.Georg Brandl2008-01-214-14/+4
* Fix old link.Georg Brandl2008-01-211-3/+2
* Adapt pydoc to new doc URLs.Georg Brandl2008-01-213-9/+8
* Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...Vinay Sajip2008-01-211-2/+5
* #997912: acknowledge nested scopes in tutorial.Georg Brandl2008-01-211-4/+5