summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF bug #902037: relative on-disk SYSTEM id handling is incorrectRaymond Hettinger2004-10-201-4/+5
* SF patch #1038388: __main__ for whichdb.pyRaymond Hettinger2004-10-201-0/+5
* SF bug #1048728: Bug fixes and cleanup for decimal.pyRaymond Hettinger2004-10-201-13/+7
* Display helpful message; print repr() of return value so the whitespace is cl...Andrew M. Kuchling2004-10-191-1/+2
* [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St...Andrew M. Kuchling2004-10-191-0/+2
* Make magic coordinates more readableAndrew M. Kuchling2004-10-191-3/+7
* Fix comments.Brett Cannon2004-10-181-2/+4
* Add support for %U and %W to contribute to calculating the date when the yearBrett Cannon2004-10-182-1/+65
* SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()Hye-Shik Chang2004-10-172-2/+13
* Fix and test weak referencing of itertools.tee objects.Raymond Hettinger2004-10-171-0/+8
* Fix docstring formatting of escape sequences.Raymond Hettinger2004-10-171-1/+1
* Invalid patterns to substitute and safe_substitute would crash since patternNeal Norwitz2004-10-172-2/+16
* Use proper value for FalseNeal Norwitz2004-10-171-1/+1
* Remove unnecessary importsNeal Norwitz2004-10-171-2/+2
* return codes are available on all platforms, not just on UnixFredrik Lundh2004-10-171-4/+3
* release shenanigansAnthony Baxter2004-10-151-0/+6
* make sure to check for this limit even if we're running with -OFredrik Lundh2004-10-151-2/+4
* SF bug #1046855: httplib index out of rangeRaymond Hettinger2004-10-141-1/+1
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-143-5/+29
* remove_stderr_debug_decorations(): Always try the substitution. ElseTim Peters2004-10-141-3/+1
* Get test to pass on amd64 (opteron). This is pretty hacky, butNeal Norwitz2004-10-141-2/+7
* Require minimally PyXML 0.8.4.Martin v. Löwis2004-10-131-1/+1
* Replace dynamic try/except with "if 0", to keep py2exe happy. If youFredrik Lundh2004-10-131-10/+10
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-131-0/+2
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-133-3/+26
* oops. how did _that_ happen?Anthony Baxter2004-10-131-0/+1
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-135-145/+3
* Don't spend quite as much time looking for leaks on Windows, whereFredrik Lundh2004-10-131-2/+4
* normalize case when comparing directory names (problem reported byFredrik Lundh2004-10-131-1/+2
* removed info@pythonware.com referenceFredrik Lundh2004-10-131-2/+1
* Add a comment explaining -kb.Martin v. Löwis2004-10-131-0/+1
* New helper remove_stderr_debug_decorations(). This test passes in aTim Peters2004-10-131-7/+24
* Kill several problems at once: test_poll() failed sometimes for me.Tim Peters2004-10-132-8/+11
* test_stdout_none(): Don't print "banana" to the screen in the middleTim Peters2004-10-131-2/+5
* Windows test_creationflags() test: print msg to stderr informing theTim Peters2004-10-131-1/+2
* Folded long lines.Tim Peters2004-10-131-23/+42
* XXX about extreme expense of test_no_leaking() on Windows. I'm not sureTim Peters2004-10-131-0/+1
* Experience with Zope2's tests showed it's a Bad Idea to make unittestTim Peters2004-10-121-45/+35
* Wrap long lines.Tim Peters2004-10-121-43/+67
* Whitespace normalization.Tim Peters2004-10-124-47/+43
* Improvements when running pdb as a script.Johannes Gijsbers2004-10-121-16/+81
* Typo fixAndrew M. Kuchling2004-10-121-1/+1
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-123-0/+1657
* Don't use mutable values for method defaults.Raymond Hettinger2004-10-121-2/+6
* Document that on Unix, the 'cmd' argument to the os.popen2/3/4 andJohannes Gijsbers2004-10-112-22/+62
* This is jiwon's patch to fix:Michael W. Hudson2004-10-111-1/+6
* Open source files in universal newlines mode.Michael W. Hudson2004-10-111-1/+1
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-114-6/+22
* All known bugs are closed, and Python 2.4b1 is coming out soon, so bumpBarry Warsaw2004-10-091-1/+1
* Fix SF bug # 1030941. In _parsegen(), in the clause where we'reBarry Warsaw2004-10-091-3/+7