summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added a "parser" option to testfile() and DocFileTest().Edward Loper2004-09-271-5/+12
* - Fixed typo in multi-line exception exampleEdward Loper2004-09-271-6/+6
* Give a saner example for script_from_examples(); also mention an intendedTim Peters2004-09-261-11/+25
* Made most module references "clickable".Tim Peters2004-09-261-71/+70
* Docs for run_docstring_examples().Tim Peters2004-09-261-0/+30
* Checkin Tim's fix to an error discussed on python-dev.Raymond Hettinger2004-09-262-10/+25
* Make the regex pattern easier to read, understand, and modifyRaymond Hettinger2004-09-261-4/+6
* Replace -soname with -h for Solaris compatibility. Fixes #1034496.Martin v. Löwis2004-09-261-1/+1
* Updated doctest doc news.Tim Peters2004-09-261-1/+4
* Added a lot of new stuff to the debugging section.Tim Peters2004-09-261-29/+159
* Removed debug_script from the public API: no docs, not public. I'm inTim Peters2004-09-261-1/+0
* register_optionflag(): Moved from the Debugging section to the sectionTim Peters2004-09-261-12/+19
* Document set_unittest_reportflags().Tim Peters2004-09-261-2/+59
* Add set_unittest_reportflags() to the public API. Docs will followTim Peters2004-09-261-0/+1
* Removed two undocumented unittest support classes, and one undocumentedTim Peters2004-09-261-3/+0
* Fix double word error.Raymond Hettinger2004-09-251-1/+1
* Assorted minor changes, plus a lot more soap.Tim Peters2004-09-251-33/+39
* Explain the motivation for the unittest functions, and beef up theTim Peters2004-09-251-51/+49
* Removed most of the module docstring. There's too much to explain now,Tim Peters2004-09-251-124/+2
* Repaired mistakes in the descriptions of testmod()/testfile(), andTim Peters2004-09-251-45/+16
* Add warning notation about using 'bomb' setting.Brett Cannon2004-09-251-1/+3
* Remove 'extern' declaration for _Py_SwappedOp.Brett Cannon2004-09-251-1/+1
* Since the doctest warnings section was reduced to one bullet point,Tim Peters2004-09-251-10/+6
* In the "doctest warnings" section, removed obsolete info, and noted thatTim Peters2004-09-251-32/+16
* Raymond observed that sometimes it's better not to link modules, so I revertedJohannes Gijsbers2004-09-251-7/+6
* Beef up the section on testfile(), giving a complete example inTim Peters2004-09-251-22/+48
* Typo.Tim Peters2004-09-251-1/+1
* Since the LaTeX isn't doctest'ed, examples are always wrong <wink>.Tim Peters2004-09-251-17/+21
* - Use itemize instead of plain-text '*' for marking up a list.Johannes Gijsbers2004-09-241-29/+27