| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | #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 |
|
|
* | 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 |
|
|
* | 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 behavio... | Tarek Ziadé | 2009-07-22 | 2 | -4/+8 |
|
|
* | 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 |
|
|
* | Merged revisions 74121-74122 via svnmerge from | Benjamin Peterson | 2009-07-20 | 3 | -1/+3 |
|
|
* | the Slice in x[::] has to have step as None to help the interpreter | Benjamin Peterson | 2009-07-20 | 3 | -5/+17 |
|
|
* | Merged revisions 74116 via svnmerge from | Benjamin Peterson | 2009-07-20 | 1 | -1/+1 |
|
|
* | Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-... | Benjamin Peterson | 2009-07-20 | 18 | -145/+411 |
|
|
* | remove docs for deprecated -p option | Benjamin Peterson | 2009-07-20 | 1 | -7/+0 |
|
|
* | http://bugs.python.org/issue6499 | Kristján Valur Jónsson | 2009-07-19 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue6499 | Kristján Valur Jónsson | 2009-07-19 | 3 | -6/+25 |
|
|
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 14 | -902/+920 |
|
|
* | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 2 | -6/+10 |
|
|
* | Add Case Van Horsen to Misc/ACKS, for fractions module patches and other work | Mark Dickinson | 2009-07-18 | 1 | -0/+1 |
|
|
* | Issue #6431: Fix Fraction comparisons with unknown types, and with | Mark Dickinson | 2009-07-18 | 3 | -30/+162 |
|
|
* | #6489: fix an ambiguity in getiterator() documentation. | Georg Brandl | 2009-07-18 | 1 | -3/+3 |
|
|
* | #6505: fix typos. | Georg Brandl | 2009-07-18 | 1 | -4/+4 |
|
|
* | #6513: fix example code: warning categories are classes, not instances. | Georg Brandl | 2009-07-18 | 1 | -1/+1 |
|
|
* | Add a check to ensure the correct autoconf version is used | Alexandre Vassalotti | 2009-07-18 | 1 | -1/+9 |
|
|
* | Regenerate configure script using autoconf 2.61. | Alexandre Vassalotti | 2009-07-17 | 2 | -209/+1328 |
|
|
* | Revert r74048. | Alexandre Vassalotti | 2009-07-17 | 2 | -6830/+5010 |
|
|
* | Fix GCC warning about fprintf used without a string literal and | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+3 |
|
|
* | Initialize variables in PyCurses_getsyx() to avoid compiler warnings. | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+2 |
|
|
* | Regenerate configure script. | Alexandre Vassalotti | 2009-07-17 | 2 | -5010/+6830 |
|
|
* | Double-quote the test case for %zd printf() format support to avoid | Alexandre Vassalotti | 2009-07-17 | 1 | -4/+5 |
|
|
* | NEWS about r74040. | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 |
|
|
* | Issue #6415: Fixed warnings.warn sagfault on bad formatted string. | Hirokazu Yamamoto | 2009-07-17 | 2 | -0/+15 |
|
|
* | Clean up the test case for broken poll(). | Alexandre Vassalotti | 2009-07-17 | 1 | -15/+9 |
|
|
* | Double-quote the test cases for chflags() and lchflags() | Alexandre Vassalotti | 2009-07-17 | 1 | -4/+4 |
|
|