summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding tests derived from the Jython project. These are primarily tests ofFrank Wierzbicki2009-08-021-0/+116
| | | | | | | 'single' statements with partial sentences (so they test things like "try:" in interactive mode). Others tests hit areas that previously failed in Jython. A couple still fail in Jython, mainly due to the difficulty of parsing partial sentences (but should be fixed by Jython 2.6).
* Issue #6619: Remove duplicate 'isgenerator' function from inspect module.Mark Dickinson2009-08-022-4/+1
| | | | Thanks Vincent Legoll.
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-024-20/+29
| | | | | digits, as recommended by the specification. (Backport of r74279 from py3k.)
* - Issue #6624: yArg_ParseTuple with "s" format when parsing argument withSean Reifscheider2009-08-012-1/+4
| | | | NUL: Bogus TypeError detail string.
* Issue 6330: Fix --enable-unicode=ucs4.Eric Smith2009-07-301-3/+20
|
* Documentation fix for change introduced in r71832Mark Dickinson2009-07-301-1/+1
|
* Rewrite the section about classes a bit; mostly tidbits, and a larger update ↵Georg Brandl2009-07-291-71/+72
| | | | to the section about "private" variables to reflect the Pythonic consensus better.
* Fix a few markup glitches.Georg Brandl2009-07-291-9/+10
|
* Fix some markup and small factual glitches found by M. Markert.Georg Brandl2009-07-292-14/+18
|
* Add a link to readline, and mention IPython and bpython.Georg Brandl2009-07-291-4/+14
|
* #6336: Add nb_divide.Georg Brandl2009-07-291-0/+1
|
* #6591: add reference to ioctl in fcntl module for platforms other than Windows.Georg Brandl2009-07-291-0/+3
|
* #6593: fix link targets.Georg Brandl2009-07-291-2/+2
|
* #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,Amaury Forgeot d'Arc2009-07-283-1/+17
| | | | like it does for larger invalid files.
* "Fix" for the refleak report: the ABC classes are now in the _pyio moduleAmaury Forgeot d'Arc2009-07-281-2/+2
|
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-284-2/+28
| | | | | category [No]; only those of category [Nd]. (Backport of r74237 from py3k.)
* Clarify quote_plus() usage.Georg Brandl2009-07-281-2/+3
|
* Remove leading blank line from cmath.rstMark Dickinson2009-07-281-1/+0
|
* Issue #6458: Reorganize cmath documentation into sections (similar toMark Dickinson2009-07-281-97/+108
| | | | | the way that the math documentation is organized); clarify section on conversions to and from polar coordinates.
* Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-273-1/+8
|
* 1. Clean workspace more thoughly before build.Kurt B. Kaiser2009-07-271-6/+18
| | | | | | 2. Add url of branch we are building to 'results' webpage. (url is now available in $repo_path, could be added to failure email.) 3. Adjust permissions to improve upload reliability.
* Sync trunk and py3k versions of string formatting. Will manually merge into ↵Eric Smith2009-07-271-0/+6
| | | | py3k.
* Issue 6581. Michael FoordMichael Foord2009-07-261-1/+4
|
* Move member descriptions inside the classes.Georg Brandl2009-07-261-172/+155
|
* builtin -> built-in.Georg Brandl2009-07-2643-83/+82
|
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-2636-112/+114
| | | | objects.
* #6576: fix cross-refs in re docs.Georg Brandl2009-07-261-23/+26
|
* Better name a variable: 'buf' seems to imply a mutable buffer.Amaury Forgeot d'Arc2009-07-251-7/+7
|
* #6571: add index entries for more operators.Georg Brandl2009-07-251-19/+27
|
* clarifyBenjamin Peterson2009-07-251-1/+1
|
* #6564: fix section about the two raise syntaxes.Georg Brandl2009-07-241-4/+5
|
* Dont put "void" in signature for nullary functions.Georg Brandl2009-07-247-9/+10
|
* Fix arg types of et#.Georg Brandl2009-07-241-1/+1
|
* #6553: crash in cPickle.load(), when given a StringIO with incomplete data.Amaury Forgeot d'Arc2009-07-233-2/+16
| | | | Will backport to 2.6, 3.x already fixed a similar issue with issue4298.
* use boolsBenjamin Peterson2009-07-231-8/+8
|
* use bools for autoraiseBenjamin Peterson2009-07-231-11/+11
|
* Fix the "pylocals" gdb command.Georg Brandl2009-07-231-1/+1
|
* #6548: dont suggest existence of real and imag functions in cmath.Georg Brandl2009-07-231-4/+4
|
* #6423 has_key -> inEzio Melotti2009-07-221-7/+8
|
* Backport of fix for issue 6542: make sureR. David Murray2009-07-221-1/+12
| | | | | test_os.TestInvalidFD.test_closerange does not close any valid file descriptors.
* revert r74152Benjamin Peterson2009-07-221-4/+4
|
* Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.Georg Brandl2009-07-223-3/+12
|
* Issue #6545: Removed assert statements in distutils.Extension, so the ↵Tarek Ziadé2009-07-222-4/+8
| | | | behavior is similar when used with -O
* simplifyBenjamin Peterson2009-07-221-4/+4
|
* install unittest as a packageBenjamin Peterson2009-07-211-0/+1
|
* #6536 fixed typoEzio Melotti2009-07-211-1/+1
|
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-213-19/+2
|
* must use _PyThreadState_Current so it isn't checked for NULL #6530Benjamin Peterson2009-07-211-4/+6
|
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-213-2/+19
| | | | wide.
* Merged revisions 74121-74122 via svnmerge fromBenjamin Peterson2009-07-203-1/+3
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r74121 | benjamin.peterson | 2009-07-20 15:40:59 -0500 (Mon, 20 Jul 2009) | 1 line try to make warning tests more robust ........ r74122 | benjamin.peterson | 2009-07-20 15:44:14 -0500 (Mon, 20 Jul 2009) | 1 line platform compat ........