summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews.Mark Dickinson2010-06-131-0/+1
* Issue #8986: erfc was raising OverflowError on Linux for arguments inMark Dickinson2010-06-135-6/+68
* Revert r80580 due to some unintended side effects. See issue #8202 for details.Nick Coghlan2010-06-133-6/+11
* Grammar fixAndrew M. Kuchling2010-06-121-1/+1
* Issue #8469: Add standard sizes to table in struct documentation; additionalMark Dickinson2010-06-121-118/+119
* fix warning with ucs4Benjamin Peterson2010-06-121-1/+2
* Backport a fix from Py3k for a potentially misleading exampleNick Coghlan2010-06-121-4/+4
* Update README.Georg Brandl2010-06-121-19/+18
* Fix gratuitous indentation.Georg Brandl2010-06-121-12/+12
* Add document on how to build.Georg Brandl2010-06-122-3/+95
* Use newer toctree syntax.Georg Brandl2010-06-121-6/+6
* Update version in README.Georg Brandl2010-06-121-2/+2
* Document that an existing directory raises in mkdir().Georg Brandl2010-06-121-1/+2
* Fix punctuation.Georg Brandl2010-06-121-1/+1
* Issue #8924: logging: Improved error handling for Unicode in exception text.Vinay Sajip2010-06-112-1/+8
* Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crashAntoine Pitrou2010-06-113-19/+50
* different spellings are just unacceptableBenjamin Peterson2010-06-111-1/+1
* Fix possible undefined behaviour from signed overflow in struct module.Mark Dickinson2010-06-112-22/+35
* Issue #8362: Add Misc/maintainers.rst: list of module maintainersVictor Stinner2010-06-112-2/+307
* Remove extra ] from itertools.count docstring.Ezio Melotti2010-06-111-1/+1
* Add a few more itemsAndrew M. Kuchling2010-06-111-0/+42
* #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()Andrew M. Kuchling2010-06-111-4/+4
* #5753: update demo.c to use PySys_SetArgvEx(), and add a commentAndrew M. Kuchling2010-06-111-3/+12
* Edit comments for current Python; bump version number of PythonAndrew M. Kuchling2010-06-111-3/+3
* Fix issue with nested test suites debug method and module setups. (unittest)Michael Foord2010-06-102-2/+4
* NEWS update for issue 8948.Michael Foord2010-06-101-2/+5
* fix code formattingBenjamin Peterson2010-06-092-4/+6
* Fixed markup of tm_isdst attribute.Alexander Belopolsky2010-06-091-1/+1
* Issue #8930: fix some C code indentationAntoine Pitrou2010-06-093-285/+285
* Typo correction.Michael Foord2010-06-091-1/+1
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ...Michael Foord2010-06-084-2/+116
* Move a variable declration outside of a loop to match what wasBrian Curtin2010-06-081-4/+4
* kill extra wordBenjamin Peterson2010-06-081-2/+2
* use unicode literalsBenjamin Peterson2010-06-071-3/+3
* remove extra byte and fix commentBenjamin Peterson2010-06-071-2/+2
* correctly overflow when indexes are too largeBenjamin Peterson2010-06-073-0/+10
* Silence deprecation warning in test___all__ caused by an import bsddb.Ezio Melotti2010-06-071-2/+2
* locale grouping strings should end in '\0'Benjamin Peterson2010-06-071-1/+1
* #8875: Remove duplicated paragraphAndrew M. Kuchling2010-06-071-10/+0
* Fixed #8909: now the doc details the size of the bitmap used in distutils' bd...Tarek Ziadé2010-06-062-1/+7
* careening towards 2.7rc2 we goBenjamin Peterson2010-06-062-1/+13
* tag 2.7's first release candidateBenjamin Peterson2010-06-061-0/+1
* fix sphinx warning with an extra spacev2.7rc1Benjamin Peterson2010-06-061-1/+1
* remove extra spaceBenjamin Peterson2010-06-061-1/+1
* update pydoc-topicsBenjamin Peterson2010-06-061-1/+1
* bump version to 2.7 rc1Benjamin Peterson2010-06-066-9/+9
* Code formatting change.Michael Foord2010-06-051-0/+1
* Replace deprecated fail* methods with the equivalent assert* ones.Ezio Melotti2010-06-051-11/+11
* Documentation updates for issues 8302 and 8351 (truncating excessive diffs in...Michael Foord2010-06-051-2/+21
* Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...Michael Foord2010-06-053-4/+47