summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-075-11/+109
* Finalize the freelist of list objects.Raymond Hettinger2004-10-073-0/+15
* Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() toBrett Cannon2004-10-061-2/+1
* Armin's patch to prevent overflows.Raymond Hettinger2004-10-061-7/+22
* 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-063-2/+22
* Add some itemsAndrew M. Kuchling2004-10-051-10/+22
* The docs claimed a test would pass that actually wouldn't pass. RepairedTim Peters2004-10-041-1/+2
* 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
* Clarified documentation about exc_info keyword parameterVinay Sajip2004-10-031-4/+8
* Read the text files to be compared in universal-newline mode.Tim Peters2004-10-033-4/+8
* Whitespace normalization.Tim Peters2004-10-031-1/+1
* added plistlib news itemJust van Rossum2004-10-031-1/+3
* SF bug #997050: Document, test, & check for non-string values in ConfigParser...David Goodger2004-10-034-21/+78
* SF bug #1017864: ConfigParser now correctly handles default keys, processing ...David Goodger2004-10-033-7/+24
* typoMichael W. Hudson2004-10-031-1/+1
* Print verbose messages to stderr. Fixes #1036752.Martin v. Löwis2004-10-031-1/+2
* remove rotor moduleAndrew MacIntyre2004-10-031-2/+0
* note module removals, update on BitTorrent issueAndrew MacIntyre2004-10-031-9/+11
* bring modules up to date, correct .DEF file versionAndrew MacIntyre2004-10-033-166/+178
* Fix test for FeedParser results.Barry Warsaw2004-10-031-2/+2
* Blarg, fix the versions.Barry Warsaw2004-10-031-2/+2
* Updates for distutils package.Barry Warsaw2004-10-031-36/+8
* Add documentation about as_string() mangling From_ lines.Barry Warsaw2004-10-031-3/+4
* 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-0332-452/+438
* 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-022-34/+43
* SF bug#1038917 fix typos (Contributed by George Yoshida.)Raymond Hettinger2004-10-025-5/+5
* Replace structure member before decreffing.Raymond Hettinger2004-10-021-1/+3
* Which reminds me, I've had a much improved plistlib.py lying around forJust van Rossum2004-10-021-85/+113
* * Bulletproof the method for detecting mutations during iteration.Raymond Hettinger2004-10-021-18/+32
* Restore the block length and add a comment.Raymond Hettinger2004-10-011-1/+7
* Clarify the relationship between indices.Raymond Hettinger2004-10-011-5/+7
* * Elaborate on the invariant comments and make them more precise.Raymond Hettinger2004-10-011-14/+28
* Noted the fix to deque gc.Tim Peters2004-10-011-1/+3
* deque_traverse(): If the deque had one block, and its rightindex wasTim Peters2004-10-012-10/+22
* Typos in new comments.Tim Peters2004-10-011-2/+2
* Document some reverse-engineered invariants and pragmatic hints.Tim Peters2004-10-011-2/+17
* Get references working (except for references to "Extending optparse",Greg Ward2004-10-011-30/+29
* Definition consistency.Tim Peters2004-10-011-1/+2
* Trimmed trailing whitespace.Tim Peters2004-10-011-26/+26
* Add tests for syntax errors.Raymond Hettinger2004-09-301-0/+13
* Added 2 notes about the complexities of testing SyntaxErrors.Edward Loper2004-09-301-0/+31
* 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