summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Added more cross-reference targets and tidied up list of useful handlers.Vinay Sajip2009-01-191-22/+45
|
* #4986: augassigns are not expressions.Georg Brandl2009-01-181-3/+3
|
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
|
* #4857: fix augmented assignment target spec.Georg Brandl2009-01-181-1/+2
|
* #4979: correct result range for some random functions.Georg Brandl2009-01-181-9/+10
|
* #4914: trunc is in math.Georg Brandl2009-01-181-1/+1
|
* #4974: fix redundant mention of lists and tuples.Georg Brandl2009-01-181-3/+3
|
* #4976: union() and intersection() take multiple args, but talk about "the ↵Georg Brandl2009-01-182-2/+5
| | | | other".
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-3/+3
|
* fix grammarBenjamin Peterson2009-01-181-1/+1
|
* bytearrays are mutable sequencesBenjamin Peterson2009-01-181-1/+9
|
* Change an example in the docs to avoid a mistake when the code is copyThomas Heller2009-01-161-1/+1
| | | | pasted and changed afterwards.
* Minor changes/corrections in markup.Vinay Sajip2009-01-151-1/+5
|
* Made minor changes/corrections in markup. Added a couple of section headings.Vinay Sajip2009-01-151-21/+29
|
* Fix-up indentation of sample code blocks for namedtuple mthod definitions.Raymond Hettinger2009-01-141-5/+3
|
* Minor doc tweaks.Raymond Hettinger2009-01-141-19/+17
|
* Note that first coord. is left aloneAndrew M. Kuchling2009-01-131-1/+1
|
* Add table of idioms/patterns for using Counter objects.Raymond Hettinger2009-01-131-11/+21
| | | | | | | Improve the appearance and flow of the References section -- it used to have a box around it that wasn't distinct from the preceding code boxes and it had a weird bolding pattern and hanging indents that made the section disproportionately large.
* Fix call signature and markup.Georg Brandl2009-01-131-3/+3
|
* Minor documentation tweaks and simpler update() example.Raymond Hettinger2009-01-131-15/+12
|
* small logic correctionBenjamin Peterson2009-01-131-2/+1
|
* Simplify Counter() API. Replace items keyword argumentRaymond Hettinger2009-01-131-16/+16
| | | | | | | with a mapping. Makes Counter() idempotent, makes update() API the same as Counter.__init__(), makes a more readable repr, makes the API more dict-like, and allows Steven Bethard's update() example to work.
* Issue 1696199: Add collections.Counter().Raymond Hettinger2009-01-121-0/+128
|
* Minor changes/corrections in markup.Vinay Sajip2009-01-121-17/+14
|
* add email addressesBenjamin Peterson2009-01-112-2/+2
|
* Update the documentation for binascii and zlib crc32/adler32 functionsGregory P. Smith2009-01-112-14/+55
| | | | | | | | | | to better describe the signed vs unsigned return value behavior on different platforms and versions of python. Mention the workaround to make them all return the same thing by using & 0xffffffff. Fixes issue4903. Also needs to be merged into release26-maint, release30-maint, & py3k.
* correct email addressGregory P. Smith2009-01-111-2/+2
|
* macos 9 isn't supportedBenjamin Peterson2009-01-101-1/+0
|
* move seealso to a more appropiate placeBenjamin Peterson2009-01-101-7/+4
|
* Corrected minor typo and added .currentmodule directives to fix missing ↵Vinay Sajip2009-01-101-1/+10
| | | | cross-references.
* fix encodingBenjamin Peterson2009-01-101-1/+1
|
* tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901Benjamin Peterson2009-01-101-1/+1
|
* Corrected an incorrect self-reference.Vinay Sajip2009-01-101-1/+0
|
* Minor documentation changes cross-referencing NullHandler to the ↵Vinay Sajip2009-01-101-1/+8
| | | | documentation on configuring logging in a library.
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-092-0/+49
| | | | Add test cases and documentation
* fix spellingBenjamin Peterson2009-01-091-1/+1
|
* fix markupBenjamin Peterson2009-01-091-5/+4
|
* specify what -3 warnings are aboutBenjamin Peterson2009-01-091-1/+2
|
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-083-37/+55
|
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-1/+12
|
* use new sphinx modulesBenjamin Peterson2009-01-082-10/+4
|
* string exceptions are goneBenjamin Peterson2009-01-081-0/+3
|
* Issue #4869: clarify documentation for random.expovariate.Mark Dickinson2009-01-071-3/+5
|
* Update make.bat.Georg Brandl2009-01-041-7/+2
|
* use Jinja 2.1.1Benjamin Peterson2009-01-041-3/+3
|
* Issue #4272: Add an optional argument to the GzipFile constructor to ↵Antoine Pitrou2009-01-041-1/+10
| | | | override the timestamp in the gzip stream.
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-043-3/+3
|
* Add "suspicious" builder which finds leftover markup in the HTML files.Georg Brandl2009-01-045-12/+430
| | | | Patch by Gabriel Genellina.
* Test commit.Georg Brandl2009-01-041-1/+0
|
* only check the actual compile() call for a SyntaxErrorBenjamin Peterson2009-01-041-5/+5
|