| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "suspicious" builder which finds leftover markup in the HTML files. | Georg Brandl | 2009-01-04 | 5 | -12/+430 |
|
|
* | Test commit. | Georg Brandl | 2009-01-04 | 1 | -1/+0 |
|
|
* | only check the actual compile() call for a SyntaxError | Benjamin Peterson | 2009-01-04 | 1 | -5/+5 |
|
|
* | Manually merge r67868 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -7/+5 |
|
|
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -7/+8 |
|
|
* | Grammar fix. | Georg Brandl | 2009-01-03 | 1 | -4/+3 |
|
|
* | Disable the line length checker by default. | Georg Brandl | 2009-01-03 | 2 | -3/+8 |
|
|
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 20 | -166/+163 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 149 | -771/+771 |
|
|
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 11 | -79/+77 |
|
|
* | Recognize usage of the default role. | Georg Brandl | 2009-01-03 | 1 | -2/+10 |
|
|
* | Add rstlint, a little tool to find subtle markup problems and inconsistencies... | Georg Brandl | 2009-01-03 | 2 | -1/+220 |
|
|
* | Fix role name. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Make indentation consistent. | Georg Brandl | 2009-01-03 | 1 | -9/+9 |
|
|
* | Set eol-style correctly for mp_distributing.py. | Georg Brandl | 2009-01-03 | 1 | -364/+364 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -0/+43 |
|
|
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 2 | -10/+0 |
|
|
* | Fix indentation. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+24 |
|
|
* | Add various items | Andrew M. Kuchling | 2009-01-02 | 1 | -2/+27 |
|
|
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 19 | -39/+42 |
|
|
* | Minor documentation changes relating to NullHandler, the module used for hand... | Vinay Sajip | 2009-01-02 | 1 | -19/+38 |
|
|
* | document PyMemberDef | Benjamin Peterson | 2009-01-02 | 1 | -0/+63 |
|
|
* | welcome to 2009, Python! | Benjamin Peterson | 2009-01-01 | 1 | -1/+1 |
|
|
* | fix highlighting | Benjamin Peterson | 2009-01-01 | 1 | -4/+4 |
|
|
* | #4767: Use correct submodules for all MIME classes. | Georg Brandl | 2009-01-01 | 1 | -0/+15 |
|
|
* | Handlers are in the `logging.handlers` module. | Georg Brandl | 2009-01-01 | 1 | -0/+4 |
|
|
* | #4776: add data_files and package_dir arguments. | Georg Brandl | 2009-01-01 | 1 | -2/+9 |
|
|
* | #4782: Fix markup error that hid load() and loads(). | Georg Brandl | 2009-01-01 | 1 | -2/+2 |
|
|
* | #4784: ... on three counts ... | Georg Brandl | 2009-01-01 | 1 | -1/+1 |
|
|
* | Point to types module in new module deprecation notice. | Georg Brandl | 2009-01-01 | 1 | -2/+2 |
|
|
* | #4222: document dis.findlabels() and dis.findlinestarts() and | Georg Brandl | 2009-01-01 | 1 | -2/+15 |
|
|
* | #4156: make clear that "protocol" is to be replaced with the protocol name. | Georg Brandl | 2009-01-01 | 1 | -26/+35 |
|
|
* | #4100: note that element children are not necessarily present on "start" events. | Georg Brandl | 2009-01-01 | 1 | -0/+10 |
|
|
* | #4778: attributes can't be called. | Georg Brandl | 2008-12-30 | 1 | -1/+1 |
|
|
* | Minor documentation change relating to NullHandler. | Vinay Sajip | 2008-12-30 | 1 | -4/+4 |
|
|
* | fix French | Benjamin Peterson | 2008-12-29 | 1 | -1/+1 |
|
|
* | #4763 PyErr_ExceptionMatches won't blow up with NULL arguments | Benjamin Peterson | 2008-12-28 | 1 | -5/+4 |
|
|
* | Update the fix for issue4064 to deal correctly with all three variants of | Ronald Oussoren | 2008-12-28 | 1 | -0/+1 |
|
|
* | Issue4064: architecture string for universal builds on OSX | Ronald Oussoren | 2008-12-28 | 1 | -0/+17 |
|
|
* | wrong version number in doc changes committed in r67979 | Antoine Pitrou | 2008-12-28 | 1 | -1/+1 |
|
|
* | Issue #4444: Allow assertRaises() to be used as a context handler. | Antoine Pitrou | 2008-12-28 | 1 | -2/+9 |
|
|
* | Document Py_VaBuildValue. | Alexandre Vassalotti | 2008-12-28 | 1 | -0/+5 |
|
|
* | fix markup | Benjamin Peterson | 2008-12-27 | 1 | -1/+1 |
|
|
* | #4671: document that pydoc imports modules. | Georg Brandl | 2008-12-27 | 1 | -0/+7 |
|
|
* | Use :samp: role. | Georg Brandl | 2008-12-27 | 1 | -2/+2 |
|
|
* | #4695: fix backslashery. | Georg Brandl | 2008-12-27 | 1 | -2/+2 |
|
|
* | #4682: 'b' is actually unsigned char. | Georg Brandl | 2008-12-27 | 1 | -2/+3 |
|
|
* | #4754: improve winsound documentation. | Georg Brandl | 2008-12-27 | 1 | -2/+7 |
|
|
* | #4752: actually use custom handler in example. | Georg Brandl | 2008-12-27 | 1 | -1/+1 |
|
|