Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding tests derived from the Jython project. These are primarily tests of | Frank Wierzbicki | 2009-08-02 | 1 | -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 Dickinson | 2009-08-02 | 2 | -4/+1 |
| | | | | Thanks Vincent Legoll. | ||||
* | Issue #6595: Allow Decimal constructor to accept non-European decimal | Mark Dickinson | 2009-08-02 | 4 | -20/+29 |
| | | | | | digits, as recommended by the specification. (Backport of r74279 from py3k.) | ||||
* | - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with | Sean Reifscheider | 2009-08-01 | 2 | -1/+4 |
| | | | | NUL: Bogus TypeError detail string. | ||||
* | Issue 6330: Fix --enable-unicode=ucs4. | Eric Smith | 2009-07-30 | 1 | -3/+20 |
| | |||||
* | Documentation fix for change introduced in r71832 | Mark Dickinson | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Rewrite the section about classes a bit; mostly tidbits, and a larger update ↵ | Georg Brandl | 2009-07-29 | 1 | -71/+72 |
| | | | | to the section about "private" variables to reflect the Pythonic consensus better. | ||||
* | Fix a few markup glitches. | Georg Brandl | 2009-07-29 | 1 | -9/+10 |
| | |||||
* | Fix some markup and small factual glitches found by M. Markert. | Georg Brandl | 2009-07-29 | 2 | -14/+18 |
| | |||||
* | Add a link to readline, and mention IPython and bpython. | Georg Brandl | 2009-07-29 | 1 | -4/+14 |
| | |||||
* | #6336: Add nb_divide. | Georg Brandl | 2009-07-29 | 1 | -0/+1 |
| | |||||
* | #6591: add reference to ioctl in fcntl module for platforms other than Windows. | Georg Brandl | 2009-07-29 | 1 | -0/+3 |
| | |||||
* | #6593: fix link targets. | Georg Brandl | 2009-07-29 | 1 | -2/+2 |
| | |||||
* | #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, | Amaury Forgeot d'Arc | 2009-07-28 | 3 | -1/+17 |
| | | | | like it does for larger invalid files. | ||||
* | "Fix" for the refleak report: the ABC classes are now in the _pyio module | Amaury Forgeot d'Arc | 2009-07-28 | 1 | -2/+2 |
| | |||||
* | Issue #6561: '\d' regular expression should not match characters of | Mark Dickinson | 2009-07-28 | 4 | -2/+28 |
| | | | | | category [No]; only those of category [Nd]. (Backport of r74237 from py3k.) | ||||
* | Clarify quote_plus() usage. | Georg Brandl | 2009-07-28 | 1 | -2/+3 |
| | |||||
* | Remove leading blank line from cmath.rst | Mark Dickinson | 2009-07-28 | 1 | -1/+0 |
| | |||||
* | Issue #6458: Reorganize cmath documentation into sections (similar to | Mark Dickinson | 2009-07-28 | 1 | -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 Hettinger | 2009-07-27 | 3 | -1/+8 |
| | |||||
* | 1. Clean workspace more thoughly before build. | Kurt B. Kaiser | 2009-07-27 | 1 | -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 Smith | 2009-07-27 | 1 | -0/+6 |
| | | | | py3k. | ||||
* | Issue 6581. Michael Foord | Michael Foord | 2009-07-26 | 1 | -1/+4 |
| | |||||
* | Move member descriptions inside the classes. | Georg Brandl | 2009-07-26 | 1 | -172/+155 |
| | |||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 43 | -83/+82 |
| | |||||
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵ | Georg Brandl | 2009-07-26 | 36 | -112/+114 |
| | | | | objects. | ||||
* | #6576: fix cross-refs in re docs. | Georg Brandl | 2009-07-26 | 1 | -23/+26 |
| | |||||
* | Better name a variable: 'buf' seems to imply a mutable buffer. | Amaury Forgeot d'Arc | 2009-07-25 | 1 | -7/+7 |
| | |||||
* | #6571: add index entries for more operators. | Georg Brandl | 2009-07-25 | 1 | -19/+27 |
| | |||||
* | clarify | Benjamin Peterson | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | #6564: fix section about the two raise syntaxes. | Georg Brandl | 2009-07-24 | 1 | -4/+5 |
| | |||||
* | Dont put "void" in signature for nullary functions. | Georg Brandl | 2009-07-24 | 7 | -9/+10 |
| | |||||
* | Fix arg types of et#. | Georg Brandl | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | #6553: crash in cPickle.load(), when given a StringIO with incomplete data. | Amaury Forgeot d'Arc | 2009-07-23 | 3 | -2/+16 |
| | | | | Will backport to 2.6, 3.x already fixed a similar issue with issue4298. | ||||
* | use bools | Benjamin Peterson | 2009-07-23 | 1 | -8/+8 |
| | |||||
* | use bools for autoraise | Benjamin Peterson | 2009-07-23 | 1 | -11/+11 |
| | |||||
* | Fix the "pylocals" gdb command. | Georg Brandl | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | #6548: dont suggest existence of real and imag functions in cmath. | Georg Brandl | 2009-07-23 | 1 | -4/+4 |
| | |||||
* | #6423 has_key -> in | Ezio Melotti | 2009-07-22 | 1 | -7/+8 |
| | |||||
* | Backport of fix for issue 6542: make sure | R. David Murray | 2009-07-22 | 1 | -1/+12 |
| | | | | | test_os.TestInvalidFD.test_closerange does not close any valid file descriptors. | ||||
* | revert r74152 | Benjamin Peterson | 2009-07-22 | 1 | -4/+4 |
| | |||||
* | Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. | Georg Brandl | 2009-07-22 | 3 | -3/+12 |
| | |||||
* | Issue #6545: Removed assert statements in distutils.Extension, so the ↵ | Tarek Ziadé | 2009-07-22 | 2 | -4/+8 |
| | | | | behavior is similar when used with -O | ||||
* | simplify | Benjamin Peterson | 2009-07-22 | 1 | -4/+4 |
| | |||||
* | install unittest as a package | Benjamin Peterson | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | #6536 fixed typo | Ezio Melotti | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Revert rev 74134, as it does not completely fixx issue #6493. | Thomas Heller | 2009-07-21 | 3 | -19/+2 |
| | |||||
* | must use _PyThreadState_Current so it isn't checked for NULL #6530 | Benjamin Peterson | 2009-07-21 | 1 | -4/+6 |
| | |||||
* | Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits | Thomas Heller | 2009-07-21 | 3 | -2/+19 |
| | | | | wide. | ||||
* | Merged revisions 74121-74122 via svnmerge from | Benjamin Peterson | 2009-07-20 | 3 | -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 ........ |