summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value()Tim Peters2004-10-091-2/+5
* Document the results of painful reverse-engineering of the "portable TLS"Tim Peters2004-10-091-6/+84
* 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
* Style guide & consistency changes. No semantic changes.Tim Peters2004-10-092-29/+41
* Trim trailing whitespace.Tim Peters2004-10-091-8/+8
* Simplify delitem() code by calling rotate() directly instead of usingRaymond Hettinger2004-10-091-35/+23
* Patch #1042969: add closing brace for \token {generator_expression}. ThanksJohannes Gijsbers2004-10-091-1/+1
* SF patch #1043218Raymond Hettinger2004-10-091-52/+39
* [Bug #1022311] curses module uses y,x ordering of arguments, not x,yAndrew M. Kuchling2004-10-081-5/+5
* [Bug #1041501] Fix example codeAndrew M. Kuchling2004-10-081-1/+1
* [Bug #1031897] Fix order of decorator applicationAndrew M. Kuchling2004-10-081-3/+3
* Fix bug in _checkquote that raised an exception on empty "arg".Piers Lauder2004-10-081-2/+2
* SF patch #1041364: True/False instead of 1/0 in libstdtypes.texRaymond Hettinger2004-10-081-3/+3
* Rewrite rmtree using os.walk to fix bug #1025127:Johannes Gijsbers2004-10-071-15/+15
* This is Michiel de Hoon's patch, as attached to the bug report:Michael W. Hudson2004-10-071-7/+13
* Add helpful commentAndrew M. Kuchling2004-10-071-0/+4
* Take out Guido's name and put in the PSFAndrew M. Kuchling2004-10-071-7/+1
* Update two URLsAndrew M. Kuchling2004-10-071-2/+2
* Add -m to man pageAndrew M. Kuchling2004-10-071-0/+11
* Add itemAndrew M. Kuchling2004-10-071-0/+6
* 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