summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-284-2/+28
* 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
* 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
* Sync trunk and py3k versions of string formatting. Will manually merge into p...Eric Smith2009-07-271-0/+6
* 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
* #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