Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix extra space. | Ezio Melotti | 2010-06-26 | 2 | -2/+2 |
| | |||||
* | #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. | R. David Murray | 2010-06-26 | 1 | -1/+1 |
| | | | | | | | | In 2.5 the email version was bumped to 4.0.2 just before release but after the maintenance branch was set up. The bump was not backported to trunk, and 2.6 went out the door with a version number of 4.0.1. I bumped this to 4.0.2 because of a behavior change, but that makes it look the same as 2.5. So bump it again to 4.0.3. | ||||
* | Fix indentation in recently added test. | R. David Murray | 2010-06-26 | 1 | -1/+1 |
| | |||||
* | Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that | Alexander Belopolsky | 2010-06-26 | 1 | -3/+3 |
| | | | | | it is typically used in module initialization function. Thanks Tim Golden for the patch. | ||||
* | #4640: add a test to optparse that proves issue is invalid. | R. David Murray | 2010-06-26 | 1 | -0/+5 |
| | |||||
* | mark implementation detail as such | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
| | |||||
* | this must be a typo | Benjamin Peterson | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | mark implementation detail as such | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
| | |||||
* | Fix indentation of Python code example in C comment. | Mark Dickinson | 2010-06-25 | 1 | -11/+11 |
| | |||||
* | Issue #9075: In the ssl module, remove the setting of a `debug` flag | Antoine Pitrou | 2010-06-25 | 2 | -1/+3 |
| | | | | on an OpenSSL structure. | ||||
* | Issue #9020: The Py_IS* macros from pyctype.h should generally only be | Stefan Krah | 2010-06-24 | 2 | -1/+4 |
| | | | | | used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately. | ||||
* | prevent assignment to set literals | Benjamin Peterson | 2010-06-24 | 3 | -0/+9 |
| | |||||
* | remove reverted changed | Benjamin Peterson | 2010-06-24 | 1 | -3/+0 |
| | |||||
* | cpython only gc tests | Benjamin Peterson | 2010-06-23 | 1 | -0/+3 |
| | |||||
* | Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. | Stefan Krah | 2010-06-23 | 1 | -57/+57 |
| | |||||
* | Fix misindents in compile.c (for Benjamin). | Antoine Pitrou | 2010-06-22 | 1 | -11/+11 |
| | | | | Of course, whoever used the wrong indentation rules needs to be spanked. | ||||
* | mark ref counting as impl detail | Benjamin Peterson | 2010-06-22 | 1 | -4/+3 |
| | |||||
* | must force gc here | Benjamin Peterson | 2010-06-22 | 1 | -1/+3 |
| | |||||
* | bump revision | Benjamin Peterson | 2010-06-22 | 1 | -2/+2 |
| | |||||
* | spacing nit; this isn't C | Benjamin Peterson | 2010-06-22 | 1 | -1/+1 |
| | |||||
* | remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 | Benjamin Peterson | 2010-06-22 | 2 | -3/+2 |
| | |||||
* | keep UserDict an old-style class | Benjamin Peterson | 2010-06-22 | 3 | -4/+4 |
| | | | | Be generous in abc.py to allow this. | ||||
* | The code in _scproxy (a mac specific helper module to | Ronald Oussoren | 2010-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | detect proxy settings) had the wrong logic for detecting if the checkbox 'Exclude simple hostnames' is checked. This checkin fixes that. As a result the test failure 'Issue8455' goes away on systems where the checkbox is not checked. I'm carefully avoiding saying that is fixes that issue, test_urllib2_localnet assumes that system proxy settings are empty (not just on OSX, see Issue8455 for details). | ||||
* | Fix for issue8446: | Ronald Oussoren | 2010-06-22 | 2 | -13/+7 |
| | | | | | | | | | | * Don't import 'ic' in webbrowser, that module is no longer used * Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import. This is needed because one of the earlier tests triggers and import of this extension, and that causes a failure in test_py3kwarn (running test_py3kwarn separately worked fine) With these changes 'make tests' no longer says that test_py3kwarn fails. | ||||
* | towards final release | Benjamin Peterson | 2010-06-21 | 2 | -1/+13 |
| | |||||
* | tag 2.7rc2 | Benjamin Peterson | 2010-06-21 | 1 | -0/+1 |
| | |||||
* | bump verson to 2.7rc2v2.7rc2 | Benjamin Peterson | 2010-06-21 | 6 | -7/+7 |
| | |||||
* | update pydoc-topics | Benjamin Peterson | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | fix finding visual studio 2008 on 64 bit #8854 | Benjamin Peterson | 2010-06-21 | 2 | -4/+19 |
| | |||||
* | Add tests for problems reported in issue 8959. | Thomas Heller | 2010-06-21 | 1 | -0/+35 |
| | |||||
* | Fix #8959 by reverting revision 80761. | Thomas Heller | 2010-06-21 | 16 | -376/+1955 |
| | |||||
* | Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error ↵ | Andrew M. Kuchling | 2010-06-20 | 1 | -9/+24 |
| | | | | in 2.5 and up | ||||
* | Merge test_strtod and test_float string-to-float conversion tests. | Mark Dickinson | 2010-06-20 | 2 | -102/+6 |
| | |||||
* | update emacs section | Benjamin Peterson | 2010-06-20 | 1 | -10/+4 |
| | |||||
* | Revert r60115 | Jean-Paul Calderone | 2010-06-18 | 2 | -5/+3 |
| | | | | | | | | | | | | This revision introduced quoting for strings containing | based on a misunderstanding of the commonly used quoting rules used on Windows. | is interpreted by cmd.exe, not by the MS C runtime argv initializer. It only needs to be quoted if it is part of an argument passed through cmd.exe. See issue1300, issue7839, and issue8972. | ||||
* | Add few words about test.test_genericpath.CommonTest | Florent Xicluna | 2010-06-17 | 1 | -0/+3 |
| | |||||
* | Fix Issue4452 - Incorrect docstring of os.setpgrp | Senthil Kumaran | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | #8720: fix inspect regression by teaching getsourcefile about linecache. | R. David Murray | 2010-06-17 | 3 | -1/+24 |
| | | | | | | | | | The fix for issue 4050 caused a regression: before that fix, source lines in the linecache would eventually be found by inspect. After the fix inspect reports an error earlier, and the source isn't found. The fix for the fix is to have getsourcefile look in the linecache for the file and return the psuedo-filename if the source is there, just as it already returns it if there is a PEP 302 loader. | ||||
* | 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 |
| |