Brian Curtin
fbe519975b
Fix #6538 . Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.
2010-03-25 23:48:54 +00:00
Andrew M. Kuchling
4a0661b487
Add various items
2010-03-25 01:35:51 +00:00
Larry Hastings
402b73fb8d
Backported PyCapsule from 3.1, and converted most uses of
...
CObject to PyCapsule.
2010-03-25 00:54:54 +00:00
Andrew M. Kuchling
f91a6796af
Various edits
2010-03-24 18:07:43 +00:00
Vinay Sajip
66d19e2a0c
logging: Updated SysLogHandler documentation.
2010-03-24 17:36:35 +00:00
Vinay Sajip
a3c39c0f72
logging: Documentation tweak.
2010-03-24 15:10:40 +00:00
Vinay Sajip
b0623d64a8
logging: Added LOG_FTP for SysLogHandler and updated documentation.
2010-03-24 14:31:21 +00:00
Ezio Melotti
f8d1d0f7fb
Another typo.
2010-03-23 23:53:20 +00:00
Ezio Melotti
d72a628797
#8217 : typo.
2010-03-23 23:26:21 +00:00
Andrew M. Kuchling
9858f635a0
add some unittest items
2010-03-23 18:39:24 +00:00
Senthil Kumaran
67b4e187e1
Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
2010-03-23 08:46:31 +00:00
Ezio Melotti
0d0b80bc3e
Link specifically to the UCD version 5.2.0.
2010-03-23 00:38:12 +00:00
Ezio Melotti
88b6f8bada
Remove link to objects.rst (gone in r79179).
2010-03-23 00:25:19 +00:00
Ezio Melotti
ae735a763e
Update the version number of the Unicode Database in a few more places.
2010-03-22 23:07:32 +00:00
Vinay Sajip
804899b4ab
logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter.
2010-03-22 15:29:01 +00:00
Andrew M. Kuchling
46c2db5d3c
Add items
2010-03-21 18:47:12 +00:00
Georg Brandl
aa89f8d04c
Remove leftover word.
2010-03-21 11:50:58 +00:00
Georg Brandl
236da4be4e
Include structmember.h correctly.
2010-03-21 10:02:47 +00:00
Georg Brandl
ce00cf2ce7
Update text for newest US DST regulation. The sample file already has the calculation right.
2010-03-21 09:58:36 +00:00
Georg Brandl
f23f0a2c7c
Update os.kill() emulation example for Windows to use ctypes.
2010-03-21 09:51:16 +00:00
Georg Brandl
a39f2afe9b
Mention inefficiency of lists as queues, add link to collections.deque discussion.
2010-03-21 09:37:54 +00:00
Georg Brandl
0b56ce0bc4
Clarify that for shell=True, the shell PID will be the child PID.
2010-03-21 09:28:16 +00:00
Georg Brandl
0fcd882101
Introduce copy by slicing, used in later chapters.
2010-03-21 09:17:41 +00:00
Georg Brandl
d1068be653
Document that GzipFile supports iteration.
2010-03-21 09:09:38 +00:00
Georg Brandl
3814ddfcfc
Add a paragraph about set displays.
2010-03-21 09:08:00 +00:00
Georg Brandl
dad0203f0a
Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however.
2010-03-21 09:02:01 +00:00
Georg Brandl
118c55778e
Fix some issues found by Jacques Ducasse on the docs list.
2010-03-21 09:01:27 +00:00
Benjamin Peterson
2405547a2a
wrap
2010-03-20 16:17:37 +00:00
Benjamin Peterson
d47667c32b
document exitfunc fixer
2010-03-20 16:16:44 +00:00
Michael Foord
98e7b7644b
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour
2010-03-20 03:00:34 +00:00
Sean Reifscheider
b2efeff4a5
Fixing the file call in the rfc822.Message replacement example.
2010-03-20 00:05:42 +00:00
Sean Reifscheider
95ce1fcf8b
Adding an example of reproducing the rfc822.Message() parsing.
2010-03-19 23:19:55 +00:00
Collin Winter
001a3952c9
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT.
...
Patch by Reid Kleckner!
2010-03-18 21:54:01 +00:00
Florent Xicluna
735885428d
#8155 : Preserve backward compatibility for test_support.check_warnings(). Add regression tests.
2010-03-18 19:51:47 +00:00
Vinay Sajip
2060e42206
Issue #8162 : logging: Clarified docstring and documentation for disable function.
2010-03-17 15:05:57 +00:00
Georg Brandl
65db5872b0
#8137 : add iso-8859-16 to the standard encodings table.
2010-03-14 09:55:08 +00:00
Florent Xicluna
88db6f402e
Minor documentation updates for xml.etree.
2010-03-14 01:22:09 +00:00
Florent Xicluna
a231e45fb1
Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
...
Update the function, class and method signatures, according to the new convention.
2010-03-13 20:30:15 +00:00
Florent Xicluna
583302c54e
Update some parts of the xml.etree documentation.
2010-03-13 17:56:19 +00:00
Georg Brandl
45534cec26
Update for new download location.
2010-03-13 13:41:58 +00:00
Georg Brandl
e82110f3a5
Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
2010-03-13 13:39:46 +00:00
Georg Brandl
fce7b86807
Bump externals versions for doc build.
2010-03-13 10:54:12 +00:00
Georg Brandl
3446583976
Add Makefile targets for automatic doc build. Add script that will be used for daily build.
2010-03-13 10:12:39 +00:00
Ezio Melotti
93dd9b808e
#8011 : use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names.
2010-03-13 01:21:34 +00:00
Ezio Melotti
c4785a7547
fix broken links
2010-03-13 00:15:36 +00:00
Georg Brandl
f6d3674599
Fix warnings from "make check".
2010-03-12 10:02:03 +00:00
Georg Brandl
554272743a
Get rid of backticks.
2010-03-12 09:57:43 +00:00
Vinay Sajip
ecfa08fdf8
Issue #8117 : Updated NEWS entry and added to logging documentation.
2010-03-12 09:16:10 +00:00
Benjamin Peterson
9cf41d0c9d
normalize shebang lines to #!/usr/bin/env python
2010-03-11 22:33:25 +00:00
Florent Xicluna
3e8c189faa
Issue #6472 : The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
2010-03-11 14:36:19 +00:00
Raymond Hettinger
9bd3508530
Add nicer docstrings to namedtuples().
...
Provides better tooltips and looks better in help().
2010-03-09 09:01:46 +00:00
Raymond Hettinger
08090bf36a
Improve the basic example.
...
* Show both the decorator and regular form for assertRaises()
* Use assertTrue() instead of assertIn() to teach useful minimal subset of the API
2010-03-09 08:44:18 +00:00
Georg Brandl
d22557cf0a
Fix typo.
2010-03-08 16:28:40 +00:00
Andrew M. Kuchling
fed15766f9
Add various items
2010-03-08 12:00:39 +00:00
Florent Xicluna
cf741ceb69
Fix syntax: "rc != None" -> "rc is not None"
2010-03-08 10:58:12 +00:00
Georg Brandl
0d4bfec134
#8044 : document Py_{Enter,Leave}RecursiveCall functions.
2010-03-07 21:32:06 +00:00
Georg Brandl
38c72030db
#8039 : document conditional expressions better, giving them their own section.
2010-03-07 21:12:28 +00:00
Georg Brandl
303e675940
#8085 : The function is called PyObject_NewVar, not PyObject_VarNew.
2010-03-07 20:58:31 +00:00
Florent Xicluna
fc8a1ed70e
Refresh the documentation for the test.test_support module.
2010-03-07 19:14:12 +00:00
Mark Dickinson
154b7ad07e
Issue #1530559 : When packing a non-integer with any integer conversion
...
code using struct.pack, attempt to convert to an integer first using
the argument's __int__ method (if present). Also raise a
DeprecationWarning for any such usage of __int__.
This fixes a regression from 2.6, where some (but not all) integer
conversion codes already used __int__.
2010-03-07 16:24:45 +00:00
Georg Brandl
21e99f4924
#5341 : more built-in vs builtin fixes.
2010-03-07 15:23:59 +00:00
Benjamin Peterson
a7fa0324fb
settscdump is definitely an implementation detail
2010-03-06 03:13:33 +00:00
Gerhard Häring
3bbb67273a
Merged code from pysqlite 2.6.0.
2010-03-05 09:12:37 +00:00
R. David Murray
3f3330f388
Fix documentation of email.Message.get_filename to match
...
the fix applied in Issue 7082.
2010-03-04 17:34:05 +00:00
Benjamin Peterson
ac80c157c7
rephrase
2010-03-03 21:28:25 +00:00
Lars Gustäbel
6458104188
Issue #7232 : Add support for the context manager protocol
...
to the TarFile class.
2010-03-03 11:55:48 +00:00
Benjamin Peterson
c516d199ec
fix Sphinx warnings
2010-03-03 02:04:24 +00:00
Benjamin Peterson
90c5802e6b
edit for style
2010-03-03 01:55:09 +00:00
Georg Brandl
d2decd9965
Add some x-refs.
2010-03-02 22:17:38 +00:00
Benjamin Peterson
a39e966e97
set svn:eol-style
2010-03-02 22:05:59 +00:00
Michael Foord
abe6331cca
Link correction in documentation.
2010-03-02 14:22:15 +00:00
Andrew M. Kuchling
ab21f75ff1
Add an item
2010-03-02 13:55:33 +00:00
Steven Bethard
e9330e7941
Initial commit of the argparse library, based on argparse 1.1.
...
Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
2010-03-02 08:38:09 +00:00
Andrew M. Kuchling
fe6f07c0ac
#7637 : avoid repeated-concatenation antipattern in example
2010-03-01 20:11:57 +00:00
Andrew M. Kuchling
66dab172fe
#7191 : describe more details of wbits parameter
2010-03-01 19:51:43 +00:00
Andrew M. Kuchling
f8af7b46fd
#7637 : update discussion of minidom.unlink() and garbage collection
2010-03-01 19:45:21 +00:00
Gregory P. Smith
3c699d334a
Adds c_ssize_t to ctypes. issue 6729.
2010-03-01 04:56:12 +00:00
Gregory P. Smith
e6390a1503
Adds the hashlib.algorithms attribute. See issue7418.
2010-03-01 02:01:47 +00:00
Ezio Melotti
68beef6633
Pep8ify test names in the examples.
2010-02-28 03:11:07 +00:00
Georg Brandl
37212ed489
Link to http://www.python.org/dev/workflow/ from bugs page.
2010-02-27 14:58:08 +00:00
Ezio Melotti
8dd547f689
Fix missing parenthesis.
2010-02-27 13:50:35 +00:00
Ezio Melotti
84424f1532
typo: __next__ -> next
2010-02-26 23:27:06 +00:00
Andrew M. Kuchling
9aeeffa929
#7407 : specify default maxsize value; patch by Floris Bruynooghe
2010-02-26 13:22:50 +00:00
Senthil Kumaran
c994186dad
Fixing issue5475 : urllib2.getproxies not documented
2010-02-26 00:47:05 +00:00
Eric Smith
271b7e1abb
Issue #7928 : Document str.format element_index better.
2010-02-25 14:26:33 +00:00
Eric Smith
de8b2ac332
Issue #5965 : Add documentation for parts of format specification language.
2010-02-25 14:14:35 +00:00
Dirkjan Ochtman
e4c74e1ea2
Issue #8004 : add a serve target to the Doc Makefile.
2010-02-24 04:12:11 +00:00
Dirkjan Ochtman
2d78070f63
Issue #7733 : add explicit reference in asyncore docs.
2010-02-24 04:00:52 +00:00
Georg Brandl
6ae19ade64
#8000 : fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
2010-02-23 21:33:17 +00:00
Dirkjan Ochtman
8614817875
Fix #1537721 : add writeheader() method to csv.DictWriter.
...
Reviewed by skip.montanaro and thomas.wouters.
2010-02-23 21:09:52 +00:00
Jack Diederich
1605b3316f
fixup markup error
2010-02-23 17:23:30 +00:00
Tarek Ziadé
1e069eeab7
added a note on shutil new APIs
2010-02-23 05:20:22 +00:00
Tarek Ziadé
48cc8dc958
added make_archive (and secondary APIs) to shutil
2010-02-23 05:16:41 +00:00
Andrew M. Kuchling
f2055ae43d
Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
...
(I asked the BDFL first, and he approved removing it. The last actual bugfix
to Tools/modulator was in 2001; since then all changes have been search-and-replace:
string methods, whitespace fixes, etc.)
2010-02-22 21:04:02 +00:00
Jack Diederich
8f48f4c5f6
fixes issue #7530 , serve_forever()
2010-02-22 18:17:16 +00:00
Mark Dickinson
f5be4e612c
Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0.
2010-02-22 15:40:28 +00:00
Andrew M. Kuchling
dfd0148909
#6414 : clarify description of processor endianness.
...
Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
2010-02-22 15:13:17 +00:00
Andrew M. Kuchling
6b2bd05b16
#7794 : describe 2.6 support for executing directories and zip archives
2010-02-22 14:53:17 +00:00
Andrew M. Kuchling
25d6ddd38b
#7076 : mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
2010-02-22 02:29:10 +00:00
Andrew M. Kuchling
c7337b8b3a
Re-word
2010-02-22 02:08:45 +00:00