2004-10-03 |
Barry Warsaw | Add documentation about as_string() mangling From_... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | as_string(): Indicate that this mangles From_ lines. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | Big email 3.0 API changes, with updated unit tests... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Just van Rossum | removed 2.2 support |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Just van Rossum | use new readPlist() and writePlist() functions |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Armin Rigo | Upon insertion, if memory runs out, the deque was left... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Raymond Hettinger | SF bug#1038917 fix typos (Contributed by George Yoshida.) |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Raymond Hettinger | Replace structure member before decreffing. |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Just van Rossum | Which reminds me, I've had a much improved plistlib... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Raymond Hettinger | * Bulletproof the method for detecting mutations during... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Raymond Hettinger | Restore the block length and add a comment. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Raymond Hettinger | Clarify the relationship between indices. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Raymond Hettinger | * Elaborate on the invariant comments and make them... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Noted the fix to deque gc. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | deque_traverse(): If the deque had one block, and... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Typos in new comments. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Document some reverse-engineered invariants and pragmat... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Greg Ward | Get references working (except for references to "Exten... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Definition consistency. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | Add tests for syntax errors. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Edward Loper | Added 2 notes about the complexities of testing SyntaxE... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | Expand scope to include general mapping protocol tests. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Walter Dörwald | Add missing test_dict.py from patch #736962. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | SF bug #1035279: hex() and oct() documentation is... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Improve error message for augmented assignments to... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Fix two erroneous error messages. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nicholas Bastin | Fix typo in PyDict_Items doc |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Skip Montanaro | minor doc tweaks for writexml |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Replaced a test with an assertion. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Tim Peters | A number of list examples used 66.6, but I doubt there... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Reverted the addition of a NORMALIZE_NUMBERS option... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | * Increase test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Added a new NORMALIZE_NUMBERS option, which causes... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Brett Cannon | Add note about inclusion of DarwinPorts directories... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Brett Cannon | Add the directories where DarwinPorts installs library... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example (extra '.'s... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example (extra blank... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | SF bug #1033038: Misleading error message in random... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example (backslash... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Updated interactive examples in the "Examples" session... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Silence a compiler warning by supplying the correct... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Use Py_CLEAR(). Add unrelated test. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Greg Ward | Major overhaul to reflect Optik 1.5. Section reference... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Plug a leak and beef-up test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Rename test for comparision errors. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Beef-up tests for greater coverage and refcount checking. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Patch #1009075, bug #952953: allow execve with empty... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Patch #1011240: SystemError generated by struct.pack... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Trivial bug fix: deque == [] is not a good way to... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Use floor division operator. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Use floor division operator. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Added a "parser" option to testfile() and DocFileTest(). |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Added a "parser" option to testfile() and DocFileTest(). |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Fixed typo in multi-line exception example |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Give a saner example for script_from_examples(); also... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Made most module references "clickable". |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Docs for run_docstring_examples(). |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Raymond Hettinger | Checkin Tim's fix to an error discussed on python-dev. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Raymond Hettinger | Make the regex pattern easier to read, understand,... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Martin v. Löwis | Replace -soname with -h for Solaris compatibility.... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Updated doctest doc news. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Added a lot of new stuff to the debugging section. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Removed debug_script from the public API: no docs... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | register_optionflag(): Moved from the Debugging sectio... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Document set_unittest_reportflags(). |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Add set_unittest_reportflags() to the public API. ... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Removed two undocumented unittest support classes,... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Raymond Hettinger | Fix double word error. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Assorted minor changes, plus a lot more soap. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Explain the motivation for the unittest functions,... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Removed most of the module docstring. There's too... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Repaired mistakes in the descriptions of testmod()... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Brett Cannon | Add warning notation about using 'bomb' setting. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Brett Cannon | Remove 'extern' declaration for _Py_SwappedOp. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Since the doctest warnings section was reduced to one... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | In the "doctest warnings" section, removed obsolete... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Johannes Gijsbers | Raymond observed that sometimes it's better not to... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Beef up the section on testfile(), giving a complete... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Typo. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Since the LaTeX isn't doctest'ed, examples are always... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Johannes Gijsbers | - Use itemize instead of plain-text '*' for marking... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Johannes Gijsbers | Port test_unpack to doctest (patch #736962). |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Add yet more tests for buffer(). |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Ensure negative offsets cannot be passed to buffer... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Fix buffer offset calculation (need to compute it befor... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Add a few more tests for the buffer() object. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Vinay Sajip | Added log() function documentation |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Vinay Sajip | Added log() function |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Vinay Sajip | Added exception handling during handler initialization... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Raymond Hettinger | Add docstrings for regular expression objects and methods. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Raymond Hettinger | Granted Noam Raphael's request for minor improvements... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Andrew M. Kuchling | Update for beta1 |
commit | commitdiff | tree | snapshot |
next |