| Commit message (Expand) | Author | Age | Files | Lines |
* | #8346: update version. | Georg Brandl | 2010-04-10 | 1 | -3/+3 |
|
|
* | #8360: skipTest was added in 2.7. | Georg Brandl | 2010-04-10 | 1 | -0/+2 |
|
|
* | Fixup new itertools recipes. | Raymond Hettinger | 2010-04-10 | 1 | -3/+7 |
|
|
* | Correction of unittest documentation typos and omissions | Michael Foord | 2010-04-08 | 1 | -3/+3 |
|
|
* | Issue #8331: logging: fixed some grammatical errors in documentation. | Vinay Sajip | 2010-04-07 | 1 | -2/+2 |
|
|
* | tell people to update python.man, too | Benjamin Peterson | 2010-04-06 | 1 | -0/+3 |
|
|
* | #7301: add the environment variable $PYTHONWARNINGS to supplement the -W | Philip Jenvey | 2010-04-06 | 1 | -0/+8 |
|
|
* | Issue #8327: logging: Clarification of propagation functionality in documenta... | Vinay Sajip | 2010-04-06 | 1 | -13/+16 |
|
|
* | More NaN consistency doc fixes. | Mark Dickinson | 2010-04-06 | 1 | -3/+3 |
|
|
* | Use consistent spelling for nans (thanks Georg for noticing). | Mark Dickinson | 2010-04-06 | 1 | -3/+3 |
|
|
* | Fix syntax. | Georg Brandl | 2010-04-06 | 1 | -1/+3 |
|
|
* | Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along | Mark Dickinson | 2010-04-06 | 1 | -26/+24 |
|
|
* | Issue #8259: Clarify that there's an upper bound on the right-hand operand of... | Mark Dickinson | 2010-04-06 | 1 | -0/+3 |
|
|
* | Note that PEP 378 also applies to int. | Eric Smith | 2010-04-06 | 1 | -0/+5 |
|
|
* | Fixed PEP 378 example. | Eric Smith | 2010-04-06 | 1 | -6/+1 |
|
|
* | #8320: document return value of recv_into(). | Georg Brandl | 2010-04-06 | 1 | -4/+4 |
|
|
* | Fix several links and other mistakes. | Ezio Melotti | 2010-04-06 | 1 | -166/+191 |
|
|
* | Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, | Antoine Pitrou | 2010-04-05 | 1 | -0/+30 |
|
|
* | added a note for Andrew, about distutils2 | Tarek Ziadé | 2010-04-05 | 1 | -0/+3 |
|
|
* | Fix some broken URLs. | Ezio Melotti | 2010-04-05 | 5 | -7/+7 |
|
|
* | Further documentation fix for unittest.rst | Michael Foord | 2010-04-05 | 1 | -1/+1 |
|
|
* | Furterh documentation fix for unittest.rst | Michael Foord | 2010-04-05 | 1 | -1/+1 |
|
|
* | Documentation fixes for unittest | Michael Foord | 2010-04-05 | 1 | -7/+8 |
|
|
* | Fix markup errors. | Ezio Melotti | 2010-04-05 | 3 | -3/+3 |
|
|
* | Fix markup, punctuation and whitespaces in _winreg.rst. | Ezio Melotti | 2010-04-05 | 1 | -73/+75 |
|
|
* | #8212: rephrase the webservers howto and fix some mistakes. | Ezio Melotti | 2010-04-05 | 1 | -374/+421 |
|
|
* | Document signal handling functions in unittest.rst | Michael Foord | 2010-04-05 | 1 | -8/+33 |
|
|
* | Adding documentation for new unittest.main() parameters | Michael Foord | 2010-04-04 | 1 | -3/+7 |
|
|
* | Fix markup in decimal.rst. | Ezio Melotti | 2010-04-04 | 1 | -1/+1 |
|
|
* | unittest documentation formatting changes | Michael Foord | 2010-04-04 | 1 | -13/+37 |
|
|
* | Add tests for functools.total_ordering. | Raymond Hettinger | 2010-04-04 | 1 | -2/+1 |
|
|
* | Add versionchanged entry for Decimal(float) construction. | Mark Dickinson | 2010-04-04 | 1 | -7/+15 |
|
|
* | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 3 | -6/+6 |
|
|
* | Add functools.CmpToKey() | Raymond Hettinger | 2010-04-04 | 1 | -0/+22 |
|
|
* | Documentation nit | Raymond Hettinger | 2010-04-04 | 1 | -0/+2 |
|
|
* | Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and... | Ezio Melotti | 2010-04-04 | 1 | -3/+1 |
|
|
* | Add a versionadded to Counter.subtract() doc. | Ezio Melotti | 2010-04-04 | 1 | -0/+2 |
|
|
* | Issue 5479: Add functools.total_ordering class decorator. | Raymond Hettinger | 2010-04-04 | 1 | -0/+20 |
|
|
* | Fix wording / typography, and a slightly misleading statement | Antoine Pitrou | 2010-04-03 | 1 | -5/+5 |
|
|
* | Add count() method to collections.deque(). | Raymond Hettinger | 2010-04-03 | 1 | -0/+6 |
|
|
* | Documenting new features in unittest | Michael Foord | 2010-04-03 | 1 | -6/+168 |
|
|
* | Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. | Mark Dickinson | 2010-04-03 | 1 | -3/+8 |
|
|
* | Add subtract() method to collections.Counter() objects. | Raymond Hettinger | 2010-04-03 | 1 | -0/+11 |
|
|
* | Issue #8227: Fix C API documentation, argument parsing | Victor Stinner | 2010-04-03 | 1 | -10/+10 |
|
|
* | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 3 | -3/+25 |
|
|
* | Issue #8294: Allow float and Decimal arguments in Fraction constructor. | Mark Dickinson | 2010-04-02 | 1 | -11/+38 |
|
|
* | removed documentation on code that was reverted and pushed into distutils2 | Tarek Ziadé | 2010-04-02 | 2 | -110/+0 |
|
|
* | Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. | Brian Curtin | 2010-04-02 | 1 | -3/+101 |
|
|
* | Issue 8257: Decimal constructor to accept float. | Raymond Hettinger | 2010-04-02 | 1 | -9/+13 |
|
|
* | #6647: add note to two examples | Andrew M. Kuchling | 2010-04-02 | 1 | -2/+7 |
|
|