summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF bug #1035279: hex() and oct() documentation is incorrectRaymond Hettinger2004-09-301-13/+5
* Improve error message for augmented assignments to genexps or listcomps.Raymond Hettinger2004-09-291-2/+2
* Fix two erroneous error messages.Raymond Hettinger2004-09-291-2/+2
* Fix typo in PyDict_Items docNicholas Bastin2004-09-291-1/+1
* Improve test coverage.Raymond Hettinger2004-09-292-0/+45
* Improve test coverage.Raymond Hettinger2004-09-292-5/+116
* minor doc tweaks for writexmlSkip Montanaro2004-09-281-5/+9
* typoSkip Montanaro2004-09-281-1/+1
* Replaced a test with an assertion.Raymond Hettinger2004-09-281-3/+1
* A number of list examples used 66.6, but I doubt there's any box on whichTim Peters2004-09-281-9/+9
* Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter'sEdward Loper2004-09-283-199/+2
* * Increase test coverage.Raymond Hettinger2004-09-282-5/+38
* Added a new NORMALIZE_NUMBERS option, which causes number literals inEdward Loper2004-09-283-2/+199
* Add note about inclusion of DarwinPorts directories in setup.py on darwin.Brett Cannon2004-09-281-0/+4
* Add the directories where DarwinPorts installs library and include files toBrett Cannon2004-09-281-2/+5
* Fixed minor typo in interactive example (extra '.'s in '...' prompts)Edward Loper2004-09-281-2/+2
* Fixed minor typo in interactive example (extra blank line)Edward Loper2004-09-281-1/+0
* SF bug #1033038: Misleading error message in random.choiceRaymond Hettinger2004-09-281-0/+1
* Fixed minor typo in interactive exampleEdward Loper2004-09-281-1/+1
* Fixed minor typo in interactive example (backslash shouldn't be doubled)Edward Loper2004-09-281-1/+1
* Updated interactive examples in the "Examples" session to reflect theEdward Loper2004-09-281-7/+10
* Silence a compiler warning by supplying the correct argument type toRaymond Hettinger2004-09-281-2/+2
* Use Py_CLEAR(). Add unrelated test.Raymond Hettinger2004-09-282-1/+4
* Major overhaul to reflect Optik 1.5. Section references currently broken.Greg Ward2004-09-281-1192/+904
* Plug a leak and beef-up test coverage.Raymond Hettinger2004-09-282-4/+161
* Rename test for comparision errors.Raymond Hettinger2004-09-271-1/+1
* Beef-up tests for greater coverage and refcount checking.Raymond Hettinger2004-09-271-1/+59
* Patch #1009075, bug #952953: allow execve with empty 2nd argumentArmin Rigo2004-09-272-14/+2
* Patch #1011240: SystemError generated by struct.pack('P', 'foo').Armin Rigo2004-09-272-7/+10
* Trivial bug fix: deque == [] is not a good way to check if a deque is empty.Armin Rigo2004-09-271-1/+1
* Use floor division operator.Raymond Hettinger2004-09-277-8/+8
* Use floor division operator.Raymond Hettinger2004-09-271-3/+3
* - Added a "parser" option to testfile() and DocFileTest().Edward Loper2004-09-271-1/+10