summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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
* 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
* 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 behavio...Tarek Ziadé2009-07-222-4/+8
* 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
* Merged revisions 74121-74122 via svnmerge fromBenjamin Peterson2009-07-203-1/+3
* the Slice in x[::] has to have step as None to help the interpreterBenjamin Peterson2009-07-203-5/+17
* Merged revisions 74116 via svnmerge fromBenjamin Peterson2009-07-201-1/+1
* Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-...Benjamin Peterson2009-07-2018-145/+411
* remove docs for deprecated -p optionBenjamin Peterson2009-07-201-7/+0
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-191-1/+1
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-193-6/+25
* split unittest.py into a packageBenjamin Peterson2009-07-1914-902/+920
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-192-6/+10
* Add Case Van Horsen to Misc/ACKS, for fractions module patches and other workMark Dickinson2009-07-181-0/+1
* Issue #6431: Fix Fraction comparisons with unknown types, and withMark Dickinson2009-07-183-30/+162
* #6489: fix an ambiguity in getiterator() documentation.Georg Brandl2009-07-181-3/+3
* #6505: fix typos.Georg Brandl2009-07-181-4/+4
* #6513: fix example code: warning categories are classes, not instances.Georg Brandl2009-07-181-1/+1
* Add a check to ensure the correct autoconf version is usedAlexandre Vassalotti2009-07-181-1/+9
* Regenerate configure script using autoconf 2.61.Alexandre Vassalotti2009-07-172-209/+1328
* Revert r74048.Alexandre Vassalotti2009-07-172-6830/+5010
* Fix GCC warning about fprintf used without a string literal andAlexandre Vassalotti2009-07-171-3/+3
* Initialize variables in PyCurses_getsyx() to avoid compiler warnings.Alexandre Vassalotti2009-07-171-1/+2
* Regenerate configure script.Alexandre Vassalotti2009-07-172-5010/+6830
* Double-quote the test case for %zd printf() format support to avoidAlexandre Vassalotti2009-07-171-4/+5
* NEWS about r74040.Hirokazu Yamamoto2009-07-171-0/+2
* Issue #6415: Fixed warnings.warn sagfault on bad formatted string.Hirokazu Yamamoto2009-07-172-0/+15
* Clean up the test case for broken poll().Alexandre Vassalotti2009-07-171-15/+9
* Double-quote the test cases for chflags() and lchflags()Alexandre Vassalotti2009-07-171-4/+4