summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix py3k warnings in the uuid moduleAntoine Pitrou2009-10-141-2/+2
* Fix py3k warnings in httplibAntoine Pitrou2009-10-141-4/+4
* Silence py3k warning claiming to affect the random moduleAntoine Pitrou2009-10-141-4/+6
* #7116: str.join() takes an iterable.Georg Brandl2009-10-143-7/+8
* Fix failures in test_profilehooks when run with -3Antoine Pitrou2009-10-141-13/+13
* Silence some py3k warnings claiming to affect _pyioAntoine Pitrou2009-10-141-2/+6
* Fix a py3k warning in the sndhdr module (found with test_email)Antoine Pitrou2009-10-141-2/+2
* Fix py3k warnings in the socket moduleAntoine Pitrou2009-10-141-9/+10
* Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)Antoine Pitrou2009-10-141-1/+1
* Silence a py3k warning claiming to affect Lib/calendar.pyAntoine Pitrou2009-10-141-3/+5
* Fix py3k warnings in bsddbAntoine Pitrou2009-10-144-119/+112
* Fix a test_atexit failure when run with -3Antoine Pitrou2009-10-141-0/+1
* Fix py3k warnings in the aifc moduleAntoine Pitrou2009-10-141-11/+11
* Issue #1754094: Improve the stack depth calculation in the compiler.Neil Schemenauer2009-10-142-12/+25
* #7126: os.environ changes *do* take effect in subprocesses started with os.sy...Georg Brandl2009-10-141-3/+3
* #7125: fix typo.Georg Brandl2009-10-141-3/+3
* Enhanced Issue 7058 patch, which will not be backported. Refactors theR. David Murray2009-10-142-39/+131
* #7112: Fix compilation warning in unicodetype_db.hAmaury Forgeot d'Arc2009-10-132-109/+114
* Fix markup.Georg Brandl2009-10-131-1/+1
* Various link, textual, and markup fixesAndrew M. Kuchling2009-10-131-25/+28
* Link to PEPAndrew M. Kuchling2009-10-131-0/+5
* platform we don't care aboutBenjamin Peterson2009-10-121-6/+6
* Update Misc/README.Georg Brandl2009-10-111-3/+11
* Add find_recursionlimit.py to README.Georg Brandl2009-10-111-5/+6
* Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.Georg Brandl2009-10-114-3/+2
* Issue #7084: Fix a (very unlikely) crash when printing a list from oneAntoine Pitrou2009-10-113-1/+10
* Fix broken links found by "make linkcheck". scipy.org seems to be done right...Georg Brandl2009-10-1119-89/+83
* Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Man...Georg Brandl2009-10-1112-0/+5388
* Overhaul of Demo/xml.Georg Brandl2009-10-113-39/+52
* Remove ftpstats script, the daemon whose log files it reads is long gone.Georg Brandl2009-10-112-146/+0
* Update lpwatch script.Georg Brandl2009-10-113-52/+44
* Fix variable.Georg Brandl2009-10-111-1/+1
* Use getopt in script.py demo.Georg Brandl2009-10-111-8/+17
* Set missing executable property on scriptsMark Dickinson2009-10-112-0/+0
* Fix 'primes 0 1'Mark Dickinson2009-10-111-1/+1
* Update primes script.Georg Brandl2009-10-112-15/+18
* Remove useless script "mkrcs" and update README.Georg Brandl2009-10-112-64/+3
* Update markov demo.Georg Brandl2009-10-112-31/+35
* Update morse script, avoid globals, use iterators.Georg Brandl2009-10-111-44/+33
* Fixed Issue6894, urllib2 doesn't respect "no_proxy" environmentSenthil Kumaran2009-10-113-1/+25
* Modernize all around (dont ask me how useful that script is nowadays...)Georg Brandl2009-10-101-71/+67
* Style fixes.Georg Brandl2009-10-101-6/+6
* Modernize factorisation demo (mostly augassign.)Georg Brandl2009-10-101-17/+19
* Show use of range() step argument nicely.Georg Brandl2009-10-101-5/+11
* Remove outdated comment and fix a few style issues.Georg Brandl2009-10-101-19/+16
* remove script which uses long gone moduleBenjamin Peterson2009-10-101-2/+0
* Remove unneeded "L" suffixes.Georg Brandl2009-10-101-5/+4
* Bring old demo up-to-date.Georg Brandl2009-10-101-32/+31
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-102-145/+83
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-105-77/+90