Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Addressing RDM's review comments on the doc change. | Senthil Kumaran | 2010-06-16 | 1 | -5/+7 | |
| | ||||||
* | Fix Issue8937 - SimpleHTTPServer should contain usage example | Senthil Kumaran | 2010-06-16 | 1 | -1/+23 | |
| | ||||||
* | Issue #8469: Further clarifications and improvements to struct module | Mark Dickinson | 2010-06-15 | 1 | -30/+33 | |
| | | | | documentation. Thanks Mads Kiilerich. | |||||
* | Add another bunch of items | Andrew M. Kuchling | 2010-06-15 | 1 | -0/+16 | |
| | ||||||
* | #8993: fix reference. | Georg Brandl | 2010-06-14 | 1 | -1/+1 | |
| | ||||||
* | Ezio Melotti was missing from Misc/ACKS. | Mark Dickinson | 2010-06-13 | 1 | -0/+1 | |
| | ||||||
* | Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews. | Mark Dickinson | 2010-06-13 | 1 | -0/+1 | |
| | ||||||
* | Issue #8986: erfc was raising OverflowError on Linux for arguments in | Mark Dickinson | 2010-06-13 | 5 | -6/+68 | |
| | | | | | the (approximate) range (-27.3, 30.0), as a result of an escaped errno value. | |||||
* | Revert r80580 due to some unintended side effects. See issue #8202 for details. | Nick Coghlan | 2010-06-13 | 3 | -6/+11 | |
| | ||||||
* | Grammar fix | Andrew M. Kuchling | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | Issue #8469: Add standard sizes to table in struct documentation; additional | Mark Dickinson | 2010-06-12 | 1 | -118/+119 | |
| | | | | | | clarifications and documentation tweaks. Backport of revisions 81955-81956 from py3k. | |||||
* | fix warning with ucs4 | Benjamin Peterson | 2010-06-12 | 1 | -1/+2 | |
| | ||||||
* | Backport a fix from Py3k for a potentially misleading example | Nick Coghlan | 2010-06-12 | 1 | -4/+4 | |
| | ||||||
* | Update README. | Georg Brandl | 2010-06-12 | 1 | -19/+18 | |
| | ||||||
* | Fix gratuitous indentation. | Georg Brandl | 2010-06-12 | 1 | -12/+12 | |
| | ||||||
* | Add document on how to build. | Georg Brandl | 2010-06-12 | 2 | -3/+95 | |
| | ||||||
* | Use newer toctree syntax. | Georg Brandl | 2010-06-12 | 1 | -6/+6 | |
| | ||||||
* | Update version in README. | Georg Brandl | 2010-06-12 | 1 | -2/+2 | |
| | ||||||
* | Document that an existing directory raises in mkdir(). | Georg Brandl | 2010-06-12 | 1 | -1/+2 | |
| | ||||||
* | Fix punctuation. | Georg Brandl | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | Issue #8924: logging: Improved error handling for Unicode in exception text. | Vinay Sajip | 2010-06-11 | 2 | -1/+8 | |
| | ||||||
* | Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash | Antoine Pitrou | 2010-06-11 | 3 | -19/+50 | |
| | | | | | the interpreter with characters outside the Basic Multilingual Plane (higher than 0x10000). | |||||
* | different spellings are just unacceptable | Benjamin Peterson | 2010-06-11 | 1 | -1/+1 | |
| | ||||||
* | Fix possible undefined behaviour from signed overflow in struct module. | Mark Dickinson | 2010-06-11 | 2 | -22/+35 | |
| | | | | Backport of revisions 81897, 81898 and 81902 from py3k. | |||||
* | Issue #8362: Add Misc/maintainers.rst: list of module maintainers | Victor Stinner | 2010-06-11 | 2 | -2/+307 | |
| | ||||||
* | Remove extra ] from itertools.count docstring. | Ezio Melotti | 2010-06-11 | 1 | -1/+1 | |
| | ||||||
* | Add a few more items | Andrew M. Kuchling | 2010-06-11 | 1 | -0/+42 | |
| | ||||||
* | #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() | Andrew M. Kuchling | 2010-06-11 | 1 | -4/+4 | |
| | ||||||
* | #5753: update demo.c to use PySys_SetArgvEx(), and add a comment | Andrew M. Kuchling | 2010-06-11 | 1 | -3/+12 | |
| | ||||||
* | Edit comments for current Python; bump version number of Python | Andrew M. Kuchling | 2010-06-11 | 1 | -3/+3 | |
| | ||||||
* | Fix issue with nested test suites debug method and module setups. (unittest) | Michael Foord | 2010-06-10 | 2 | -2/+4 | |
| | ||||||
* | NEWS update for issue 8948. | Michael Foord | 2010-06-10 | 1 | -2/+5 | |
| | ||||||
* | fix code formatting | Benjamin Peterson | 2010-06-09 | 2 | -4/+6 | |
| | ||||||
* | Fixed markup of tm_isdst attribute. | Alexander Belopolsky | 2010-06-09 | 1 | -1/+1 | |
| | ||||||
* | Issue #8930: fix some C code indentation | Antoine Pitrou | 2010-06-09 | 3 | -285/+285 | |
| | ||||||
* | Typo correction. | Michael Foord | 2010-06-09 | 1 | -1/+1 | |
| | ||||||
* | Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵ | Michael Foord | 2010-06-08 | 4 | -2/+116 | |
| | | | | class and module teardowns are not run by unittest.TestSuite.debug(). | |||||
* | Move a variable declration outside of a loop to match what was | Brian Curtin | 2010-06-08 | 1 | -4/+4 | |
| | | | | done in r81843 for py3k. | |||||
* | kill extra word | Benjamin Peterson | 2010-06-08 | 1 | -2/+2 | |
| | ||||||
* | use unicode literals | Benjamin Peterson | 2010-06-07 | 1 | -3/+3 | |
| | ||||||
* | remove extra byte and fix comment | Benjamin Peterson | 2010-06-07 | 1 | -2/+2 | |
| | ||||||
* | correctly overflow when indexes are too large | Benjamin Peterson | 2010-06-07 | 3 | -0/+10 | |
| | ||||||
* | Silence deprecation warning in test___all__ caused by an import bsddb. | Ezio Melotti | 2010-06-07 | 1 | -2/+2 | |
| | ||||||
* | locale grouping strings should end in '\0' | Benjamin Peterson | 2010-06-07 | 1 | -1/+1 | |
| | ||||||
* | #8875: Remove duplicated paragraph | Andrew M. Kuchling | 2010-06-07 | 1 | -10/+0 | |
| | ||||||
* | Fixed #8909: now the doc details the size of the bitmap used in distutils' ↵ | Tarek Ziadé | 2010-06-06 | 2 | -1/+7 | |
| | | | | bdist_wininst | |||||
* | careening towards 2.7rc2 we go | Benjamin Peterson | 2010-06-06 | 2 | -1/+13 | |
| | ||||||
* | tag 2.7's first release candidate | Benjamin Peterson | 2010-06-06 | 1 | -0/+1 | |
| | ||||||
* | fix sphinx warning with an extra spacev2.7rc1 | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 | |
| | ||||||
* | remove extra space | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 | |
| |