summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* An example message for SF bug # 1030941.Barry Warsaw2004-10-091-0/+20
* test_missing_start_boundary(): A test for SF bug # 1030941.Barry Warsaw2004-10-091-0/+15
* Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.Barry Warsaw2004-10-091-1/+1
* __init__(): Coerce the input_charset to unicode (with ascii encoding) beforeBarry Warsaw2004-10-091-2/+3
* SF patch #1043218Raymond Hettinger2004-10-091-52/+39
* Fix bug in _checkquote that raised an exception on empty "arg".Piers Lauder2004-10-081-2/+2
* Rewrite rmtree using os.walk to fix bug #1025127:Johannes Gijsbers2004-10-071-15/+15
* Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() toBrett Cannon2004-10-061-2/+1
* Convert a listcomp to a gencomp (was already editing code).Brett Cannon2004-10-061-2/+2
* Locale data that contains regex metacharacters are now properly escaped.Brett Cannon2004-10-062-2/+17
* Fix a small typo in the docstring for system_methodSignature .Brett Cannon2004-10-031-1/+1
* Changes made to maintain 1.5.2 compatibility.Vinay Sajip2004-10-031-6/+27
* Version number updated to 0.4.9.5Vinay Sajip2004-10-031-2/+2
* Whitespace normalization.Tim Peters2004-10-031-1/+1
* SF bug #997050: Document, test, & check for non-string values in ConfigParser...David Goodger2004-10-032-15/+52
* SF bug #1017864: ConfigParser now correctly handles default keys, processing ...David Goodger2004-10-032-7/+19
* Fix test for FeedParser results.Barry Warsaw2004-10-031-2/+2
* as_string(): Indicate that this mangles From_ lines.Barry Warsaw2004-10-031-1/+2
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-0324-371/+230
* removed 2.2 supportJust van Rossum2004-10-021-74/+3
* use new readPlist() and writePlist() functionsJust van Rossum2004-10-021-7/+7
* Upon insertion, if memory runs out, the deque was left in a corrupted state.Armin Rigo2004-10-021-0/+9
* Which reminds me, I've had a much improved plistlib.py lying around forJust van Rossum2004-10-021-85/+113
* deque_traverse(): If the deque had one block, and its rightindex wasTim Peters2004-10-011-0/+9
* Add tests for syntax errors.Raymond Hettinger2004-09-301-0/+13
* Expand scope to include general mapping protocol tests.Raymond Hettinger2004-09-301-0/+13
* Add missing test_dict.py from patch #736962.Walter Dörwald2004-09-301-0/+404
* Improve test coverage.Raymond Hettinger2004-09-305-34/+49
* Improve test coverage.Raymond Hettinger2004-09-292-0/+45
* Improve test coverage.Raymond Hettinger2004-09-292-5/+116
* Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter'sEdward Loper2004-09-282-180/+1
* * Increase test coverage.Raymond Hettinger2004-09-281-0/+29
* Added a new NORMALIZE_NUMBERS option, which causes number literals inEdward Loper2004-09-282-1/+180
* Use Py_CLEAR(). Add unrelated test.Raymond Hettinger2004-09-281-0/+3
* Plug a leak and beef-up test coverage.Raymond Hettinger2004-09-281-0/+149
* Rename test for comparision errors.Raymond Hettinger2004-09-271-1/+1