summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark abc.abstractproperty as a propertyÉric Araujo2011-08-191-1/+1
|
* Merge 3.2Éric Araujo2011-08-1917-70/+79
|\
| * Fix instance I missed in 59f7bbe1236c (#1626300)Éric Araujo2011-08-191-3/+3
| |
| * Make logging call lazyÉric Araujo2011-08-191-1/+1
| |
| * Remove obsolete term + indicate how to find the program (#1626300).Éric Araujo2011-08-192-3/+3
| | | | | | | | Suggested by Terry J. Reedy.
| * Link isinstance/issubclass to the ABC glossary entry (#12256)Éric Araujo2011-08-191-2/+4
| |
| * Don’t quote characters twice.Éric Araujo2011-08-181-17/+17
| | | | | | | | | | | | | | | | | | | | ``code`` markup is enough to mark command-line fragments or to talk about a character. ``'c'`` is still used for actual Python string objects. I did a similar change in optparse.rst in r86521. I’ve also ported two minor changes from the 3.3 version of the file (removing an unnecessary module name in a class directive, adding a comma).
| * Don’t use “arg” for “argument”Éric Araujo2011-08-181-15/+15
| |
| * Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-187-16/+23
| |
| * Minor improvements to BadZipFile and BadZipfile docs.Éric Araujo2011-08-181-3/+4
| | | | | | | | | | | | | | | | | | I made the doc for the compat alias BadZipfile shorter and used a directive to document deprecation. I figured there was no point of talking about zipfile.error (“the old name” that’s older than the other old name BadZipfile) in the 3.x docs so I just removed it.
| * Fix markup to get a target instead of a commentÉric Araujo2011-08-181-1/+1
| |
| * Fix a typo and touch up blank linesÉric Araujo2011-08-181-2/+2
| |
| * Add missing reST target for one section of this fileÉric Araujo2011-08-181-0/+3
| |
| * Avoid splitting a word between a link and textÉric Araujo2011-08-181-2/+2
| |
* | Improve “pysetup create” help messages.Éric Araujo2011-08-181-18/+19
| | | | | | | | | | | | | | The example version numbers were invalid and “package” was misused. I also made lines shorter, replaced “e-mail” with “email” (more common in the stdlib and I believe in English generally) and tweaked a few other things.
* | Fix typoÉric Araujo2011-08-181-1/+1
| |
* | Remove class that was only useful with Sphinx autodocÉric Araujo2011-08-181-8/+0
| |
* | merge 3.2Benjamin Peterson2011-08-181-1/+1
|\ \ | |/
| * NUL -> NULLBenjamin Peterson2011-08-181-1/+1
| |
* | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-178-52/+48
| | | | | | | | | | Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5.
* | change wordBenjamin Peterson2011-08-171-1/+1
| |
* | make __doc__ mutable on heaptypes (closes #12773)Benjamin Peterson2011-08-173-1/+25
| |
* | factor out common checks for setting special type attributesBenjamin Peterson2011-08-171-27/+19
| |
* | improve test nameBenjamin Peterson2011-08-171-1/+1
| |
* | crush other possible refleaks in this sectionBenjamin Peterson2011-08-171-0/+1
| |
* | merge 3.2Benjamin Peterson2011-08-171-1/+3
|\ \ | |/
| * fix possible refleaksBenjamin Peterson2011-08-171-1/+3
| |
* | complain when a class variable shadows a name in __slots__ (closes #12766)Benjamin Peterson2011-08-163-0/+17
| |
* | merge headsBenjamin Peterson2011-08-166-6/+9
|\ \
| * \ merge headsSandro Tosi2011-08-161-0/+2
| |\ \
| | * | Use -n for tests under WindowsAntoine Pitrou2011-08-161-0/+2
| | | |
| * | | merge with 3.2Sandro Tosi2011-08-161-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * #12761: fix wording of zlib license sectionSandro Tosi2011-08-161-1/+1
| | |
| * | Branch mergeÉric Araujo2011-08-163-4/+5
| |\ \
| | * \ Merge Makefile fix from 3.2 (thanks Georg)Éric Araujo2011-08-161-1/+1
| | |\ \ | | | |/
| | | * Revert change that was not a syntax fix but actually a behavior changeÉric Araujo2011-08-161-1/+1
| | | |
| | * | Move versionadded directive to the top level, as we do in other filesÉric Araujo2011-08-161-2/+3
| | | |
| | * | Fix typoÉric Araujo2011-08-161-1/+1
| | | |
| * | | #9723: refactor regex.Ezio Melotti2011-08-161-1/+1
| |/ /
* | | some *nixes decided not to call init process 1 (closes #12763)Benjamin Peterson2011-08-161-1/+1
|/ /
* | #12204: merge with 3.2.Ezio Melotti2011-08-151-18/+21
|\ \ | |/
| * #12204: document that str.upper().isupper() might be False and add a note ↵Ezio Melotti2011-08-151-18/+21
| | | | | | | | about cased characters.
* | #12266: merge with 3.2.Ezio Melotti2011-08-153-2/+22
|\ \ | |/
| * #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ↵Ezio Melotti2011-08-153-2/+31
| | | | | | | | cased non-letter characters.
* | #12725: merge with 3.2.Ezio Melotti2011-08-143-6/+7
|\ \ | |/
| * #12725: fix working. Patch by Ben Hayden.Ezio Melotti2011-08-143-6/+7
| |
* | Monotonic, not monotonousAntoine Pitrou2011-08-131-1/+1
| |
* | Followup to 8e824e09924a: fix regression on 32-bit buildsAntoine Pitrou2011-08-131-2/+5
| |
* | Issue #12744: Fix inefficient representation of integersAntoine Pitrou2011-08-133-1/+14
| | | | | | | | between 2**31 and 2**63 on systems with a 64-bit C "long".
* | Issue #12669: Fix test_curses so that it can run on the buildbots.Nadeem Vawda2011-08-131-3/+3
| |