Commit Graph

9830 Commits

Author SHA1 Message Date
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
Georg Brandl 3f74f57d76 Point to types module in new module deprecation notice. 2009-01-01 12:43:33 +00:00
Georg Brandl 775c307068 #4222: document dis.findlabels() and dis.findlinestarts() and
put them into dis.__all__.
2009-01-01 12:09:40 +00:00
Georg Brandl d0eb8f9692 #4156: make clear that "protocol" is to be replaced with the protocol name. 2009-01-01 11:53:55 +00:00
Georg Brandl fb22263586 #4100: note that element children are not necessarily present on "start" events. 2009-01-01 11:46:51 +00:00
Georg Brandl 3bcb0ce922 #4778: attributes can't be called. 2008-12-30 10:15:49 +00:00
Vinay Sajip 7cc9755cfb Minor documentation change relating to NullHandler. 2008-12-30 07:01:25 +00:00
Benjamin Peterson fc5a8543ce fix French 2008-12-29 21:38:14 +00:00
Benjamin Peterson 80b59054c6 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments 2008-12-28 21:16:07 +00:00
Ronald Oussoren 88a3083c28 Update the fix for issue4064 to deal correctly with all three variants of
universal builds that are presented by the configure script.
2008-12-28 19:50:40 +00:00
Ronald Oussoren 4b48c612bb Issue4064: architecture string for universal builds on OSX 2008-12-28 19:40:56 +00:00
Antoine Pitrou cc928de44f wrong version number in doc changes committed in r67979 2008-12-28 14:24:29 +00:00
Antoine Pitrou 697ca3d0cb Issue #4444: Allow assertRaises() to be used as a context handler. 2008-12-28 14:09:36 +00:00
Alexandre Vassalotti e7d1e7e5d4 Document Py_VaBuildValue. 2008-12-28 02:58:22 +00:00
Benjamin Peterson fbaeca70e5 fix markup 2008-12-27 22:18:58 +00:00
Georg Brandl 1ffbfbc566 #4671: document that pydoc imports modules. 2008-12-27 19:11:15 +00:00
Georg Brandl 6b28f394a2 Use :samp: role. 2008-12-27 19:06:04 +00:00
Georg Brandl f5b04fc65e #4695: fix backslashery. 2008-12-27 19:04:44 +00:00
Georg Brandl 50ae9e7e75 #4682: 'b' is actually unsigned char. 2008-12-27 19:02:59 +00:00
Georg Brandl 348fa7968b #4754: improve winsound documentation. 2008-12-27 18:49:19 +00:00
Georg Brandl bedc343145 #4752: actually use custom handler in example. 2008-12-27 17:42:40 +00:00
Antoine Pitrou 6f193e0e95 Issue #4756: zipfile.is_zipfile() now supports file-like objects.
Patch by Gabriel Genellina.
2008-12-27 15:43:12 +00:00
Benjamin Peterson 1e551b47d3 python version is included in file name now 2008-12-26 23:26:30 +00:00
Benjamin Peterson 42d19e6a2c pretend exceptions don't exist a while longer 2008-12-24 16:10:05 +00:00
Georg Brandl 1966a237fb Markup fix. 2008-12-23 15:44:25 +00:00
Georg Brandl 2b996b4700 Fix missing "svn" command. 2008-12-23 12:37:21 +00:00
Benjamin Peterson 1c39785256 less attitude 2008-12-22 20:44:58 +00:00
Benjamin Peterson f281ff81a4 compute DISTVERSION with patchlevel.py 2008-12-21 21:00:53 +00:00
Benjamin Peterson e1a36a5214 there are way too many places which need to have the current version added 2008-12-21 01:14:47 +00:00
Benjamin Peterson 2c85ed5c6d update readme 2008-12-21 01:12:26 +00:00
Benjamin Peterson 5c29dd4dbc sphinx.web is long gone 2008-12-21 01:04:32 +00:00