| Commit message (Expand) | Author | Age | Files | Lines |
* | Improvements when running pdb as a script. | Johannes Gijsbers | 2004-10-12 | 1 | -16/+81 |
|
|
* | Typo fix | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 |
|
|
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 3 | -0/+1657 |
|
|
* | Don't use mutable values for method defaults. | Raymond Hettinger | 2004-10-12 | 1 | -2/+6 |
|
|
* | Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and | Johannes Gijsbers | 2004-10-11 | 2 | -22/+62 |
|
|
* | This is jiwon's patch to fix: | Michael W. Hudson | 2004-10-11 | 1 | -1/+6 |
|
|
* | Open source files in universal newlines mode. | Michael W. Hudson | 2004-10-11 | 1 | -1/+1 |
|
|
* | Added a usegmt flag to email.Utils.formatdate - this allows it to be | Anthony Baxter | 2004-10-11 | 4 | -6/+22 |
|
|
* | All known bugs are closed, and Python 2.4b1 is coming out soon, so bump | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | Fix SF bug # 1030941. In _parsegen(), in the clause where we're | Barry Warsaw | 2004-10-09 | 1 | -3/+7 |
|
|
* | An example message for SF bug # 1030941. | Barry Warsaw | 2004-10-09 | 1 | -0/+20 |
|
|
* | test_missing_start_boundary(): A test for SF bug # 1030941. | Barry Warsaw | 2004-10-09 | 1 | -0/+15 |
|
|
* | Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | __init__(): Coerce the input_charset to unicode (with ascii encoding) before | Barry Warsaw | 2004-10-09 | 1 | -2/+3 |
|
|
* | SF patch #1043218 | Raymond Hettinger | 2004-10-09 | 1 | -52/+39 |
|
|
* | Fix bug in _checkquote that raised an exception on empty "arg". | Piers Lauder | 2004-10-08 | 1 | -2/+2 |
|
|
* | Rewrite rmtree using os.walk to fix bug #1025127: | Johannes Gijsbers | 2004-10-07 | 1 | -15/+15 |
|
|
* | Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to | Brett Cannon | 2004-10-06 | 1 | -2/+1 |
|
|
* | Convert a listcomp to a gencomp (was already editing code). | Brett Cannon | 2004-10-06 | 1 | -2/+2 |
|
|
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 2 | -2/+17 |
|
|
* | Fix a small typo in the docstring for system_methodSignature . | Brett Cannon | 2004-10-03 | 1 | -1/+1 |
|
|
* | Changes made to maintain 1.5.2 compatibility. | Vinay Sajip | 2004-10-03 | 1 | -6/+27 |
|
|
* | Version number updated to 0.4.9.5 | Vinay Sajip | 2004-10-03 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-03 | 1 | -1/+1 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 2 | -15/+52 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 2 | -7/+19 |
|
|
* | Fix test for FeedParser results. | Barry Warsaw | 2004-10-03 | 1 | -2/+2 |
|
|
* | as_string(): Indicate that this mangles From_ lines. | Barry Warsaw | 2004-10-03 | 1 | -1/+2 |
|
|
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 24 | -371/+230 |
|
|
* | removed 2.2 support | Just van Rossum | 2004-10-02 | 1 | -74/+3 |
|
|
* | use new readPlist() and writePlist() functions | Just van Rossum | 2004-10-02 | 1 | -7/+7 |
|
|
* | Upon insertion, if memory runs out, the deque was left in a corrupted state. | Armin Rigo | 2004-10-02 | 1 | -0/+9 |
|
|
* | Which reminds me, I've had a much improved plistlib.py lying around for | Just van Rossum | 2004-10-02 | 1 | -85/+113 |
|
|
* | deque_traverse(): If the deque had one block, and its rightindex was | Tim Peters | 2004-10-01 | 1 | -0/+9 |
|
|
* | Add tests for syntax errors. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
|
|
* | Expand scope to include general mapping protocol tests. | Raymond Hettinger | 2004-09-30 | 1 | -0/+13 |
|
|
* | Add missing test_dict.py from patch #736962. | Walter Dörwald | 2004-09-30 | 1 | -0/+404 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 5 | -34/+49 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-29 | 2 | -0/+45 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-29 | 2 | -5/+116 |
|
|
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | Edward Loper | 2004-09-28 | 2 | -180/+1 |
|
|
* | * Increase test coverage. | Raymond Hettinger | 2004-09-28 | 1 | -0/+29 |
|
|
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | Edward Loper | 2004-09-28 | 2 | -1/+180 |
|
|
* | Use Py_CLEAR(). Add unrelated test. | Raymond Hettinger | 2004-09-28 | 1 | -0/+3 |
|
|
* | Plug a leak and beef-up test coverage. | Raymond Hettinger | 2004-09-28 | 1 | -0/+149 |
|
|
* | Rename test for comparision errors. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
|
|
* | Beef-up tests for greater coverage and refcount checking. | Raymond Hettinger | 2004-09-27 | 1 | -1/+59 |
|
|
* | Patch #1011240: SystemError generated by struct.pack('P', 'foo'). | Armin Rigo | 2004-09-27 | 1 | -0/+1 |
|
|
* | Trivial bug fix: deque == [] is not a good way to check if a deque is empty. | Armin Rigo | 2004-09-27 | 1 | -1/+1 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 7 | -8/+8 |
|
|