Commit Graph

9860 Commits

Author SHA1 Message Date
Benjamin Peterson 5ed4f6cfb9 macos 9 isn't supported 2009-01-10 23:49:08 +00:00
Benjamin Peterson 4db53b212c move seealso to a more appropiate place 2009-01-10 23:41:59 +00:00
Vinay Sajip c2211adcc1 Corrected minor typo and added .currentmodule directives to fix missing cross-references. 2009-01-10 19:22:57 +00:00
Benjamin Peterson 590c66810f fix encoding 2009-01-10 19:08:49 +00:00
Benjamin Peterson 35b80e0442 tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 2009-01-10 17:36:44 +00:00
Vinay Sajip 7c303e9a98 Corrected an incorrect self-reference. 2009-01-10 13:42:04 +00:00
Vinay Sajip 99505c841e Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library. 2009-01-10 13:38:04 +00:00
Kristján Valur Jónsson 0e2d8c36e3 Issue 4293: Make Py_AddPendingCall() thread safe
Add test cases and documentation
2009-01-09 21:35:16 +00:00
Benjamin Peterson a924289e9a fix spelling 2009-01-09 03:03:05 +00:00
Benjamin Peterson cebb25d1f4 fix markup 2009-01-09 02:56:32 +00:00
Benjamin Peterson fe8076eeb6 specify what -3 warnings are about 2009-01-09 02:53:35 +00:00
Tarek Ziadé 1a240fb9f0 fixed #4394 make the storage of the password optional in .pypirc 2009-01-08 23:56:31 +00:00
Raymond Hettinger 5b913e31a1 Forward port r68394 for issue 4816. 2009-01-08 06:39:04 +00:00
Benjamin Peterson 1a67f589c6 use new sphinx modules 2009-01-08 04:01:00 +00:00
Benjamin Peterson 35b345484d string exceptions are gone 2009-01-08 03:39:46 +00:00
Mark Dickinson e6dc53120d Issue #4869: clarify documentation for random.expovariate. 2009-01-07 17:48:33 +00:00
Georg Brandl e87a28cd0a Update make.bat. 2009-01-04 22:03:10 +00:00
Benjamin Peterson d680d96027 use Jinja 2.1.1 2009-01-04 22:00:18 +00:00
Antoine Pitrou f0d2c3f730 Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. 2009-01-04 21:29:23 +00:00
Georg Brandl dd7e313035 Fix two issues found by the suspicious builder. 2009-01-04 10:24:09 +00:00
Georg Brandl 700cf28f41 Add "suspicious" builder which finds leftover markup in the HTML files.
Patch by Gabriel Genellina.
2009-01-04 10:23:49 +00:00
Georg Brandl 775aa4a026 Test commit. 2009-01-04 08:26:10 +00:00
Benjamin Peterson 248fb1320a only check the actual compile() call for a SyntaxError 2009-01-04 00:39:07 +00:00
Georg Brandl 8c8cc6b392 Manually merge r67868 from 2.6 branch. 2009-01-03 22:05:22 +00:00
Georg Brandl fe427895b5 Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. 2009-01-03 22:03:11 +00:00
Georg Brandl c63785db86 Grammar fix. 2009-01-03 21:52:16 +00:00
Georg Brandl 3b62c2ff69 Disable the line length checker by default. 2009-01-03 21:11:58 +00:00
Georg Brandl 7044b11818 Remove tabs from the documentation. 2009-01-03 21:04:55 +00:00
Georg Brandl c62ef8b4d9 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
Georg Brandl e92818f58c Fix uses of the default role. 2009-01-03 20:47:01 +00:00
Georg Brandl ae24e7b5a2 Recognize usage of the default role. 2009-01-03 20:38:59 +00:00
Georg Brandl 9f7a3398ab Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. 2009-01-03 20:30:15 +00:00
Georg Brandl a24067e8b3 Fix role name. 2009-01-03 20:15:14 +00:00
Georg Brandl aa5bb329fd Make indentation consistent. 2009-01-03 19:44:48 +00:00
Georg Brandl 69bd8d2189 Set eol-style correctly for mp_distributing.py. 2009-01-03 19:10:12 +00:00
Raymond Hettinger f4d8597a59 Issue 4796: Add from_float methods to the decimal module. 2009-01-03 19:02:23 +00:00
Martin v. Löwis 0fa10b3cd5 Issue #4817: Remove unused function PyOS_GetLastModificationTime. 2009-01-03 17:19:26 +00:00
Georg Brandl edd7d95581 Fix indentation. 2009-01-03 14:29:53 +00:00
Raymond Hettinger 44e1581df3 Issue #4615. Document how to use itertools for de-duping. 2009-01-02 21:26:45 +00:00
Andrew M. Kuchling 10b1ec98df Add various items 2009-01-02 21:00:35 +00:00
Georg Brandl fc29f27c16 #4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
2009-01-02 20:25:14 +00:00
Vinay Sajip 511048673f Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. 2009-01-02 18:53:04 +00:00
Benjamin Peterson 0132ee34ac document PyMemberDef 2009-01-02 18:26:23 +00:00
Benjamin Peterson d6baa70b96 welcome to 2009, Python! 2009-01-01 17:29:49 +00:00
Benjamin Peterson 8ea999930c fix highlighting 2009-01-01 16:43:12 +00:00
Georg Brandl 4ba9f412bf #4767: Use correct submodules for all MIME classes. 2009-01-01 13:14:49 +00:00
Georg Brandl 430effb6a9 Handlers are in the `logging.handlers` module. 2009-01-01 13:05:13 +00:00
Georg Brandl da550b060b #4776: add data_files and package_dir arguments. 2009-01-01 13:02:09 +00:00
Georg Brandl 914fc88cdc #4782: Fix markup error that hid load() and loads(). 2009-01-01 12:53:19 +00:00
Georg Brandl 07bfe45730 #4784: ... on three counts ... 2009-01-01 12:52:29 +00:00