Commit graph

9844 commits

Author SHA1 Message Date
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
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