Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refer to the return value on nameindex and friends as a string, not a byte | Gregory P. Smith | 2011-05-23 | 1 | -3/+3 |
| | | | | | string. The code was fixed to return strings instead of bytes and to accept either. | ||||
* | merged | Martin v. Löwis | 2011-05-23 | 1 | -0/+1 |
|\ | |||||
| * | Add 3.2.1rc2 uuid. | Martin v. Löwis | 2011-05-23 | 1 | -0/+1 |
| |\ | |||||
| | * | Add 3.2.1rc2 uuid. | Martin v. Loewis | 2011-05-22 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #12151: test_logging writes debug messages to stderr, not stdout | Victor Stinner | 2011-05-22 | 1 | -2/+2 |
| | | | | | | | | | | | | stdout are lost in buildbots | ||||
* | | | skip more tests in packaging if threading is not supported | Tarek Ziade | 2011-05-22 | 3 | -3/+20 |
| | | | |||||
* | | | not using a server name anymore as the 127.0.0.1 <> localhost symmetry is ↵ | Tarek Ziade | 2011-05-22 | 1 | -3/+1 |
| | | | | | | | | | | | | not true under Windows 7 | ||||
* | | | Issue 12132 - skip the test_buil_ext test if the xx module is not found | Tarek Ziade | 2011-05-22 | 3 | -2/+12 |
| | | | |||||
* | | | Issue 10126 - backported distutils fix for the enable-share mode into packaging | Tarek Ziade | 2011-05-22 | 3 | -7/+30 |
| | | | |||||
* | | | Issue #12105: Add O_CLOEXEC to the os module. | Charles-François Natali | 2011-05-22 | 4 | -0/+13 |
| | | | |||||
* | | | Issue #12138: fix use of transient_internet() in test_urllibnet | Antoine Pitrou | 2011-05-22 | 1 | -77/+62 |
|\ \ \ | |/ / | |||||
| * | | Issue #12138: fix use of transient_internet() in test_urllibnet | Antoine Pitrou | 2011-05-22 | 1 | -77/+62 |
| | | | |||||
* | | | regrtest: enable faulthandler in main() instead of if __name__ == '__main__': | Victor Stinner | 2011-05-22 | 1 | -3/+4 |
| | | | | | | | | | | | | So it's also enabled when using "./python -m test". | ||||
* | | | Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a ↵ | Mark Dickinson | 2011-05-22 | 3 | -1/+16 |
| | | | | | | | | | | | | TypeError, not a Decimal.InvalidOperation | ||||
* | | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
|\ \ \ | |/ / | | | | | | | merge 3.2 -> default | ||||
| * | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
| |\ \ | | | | | | | | | | | | | merge 3.1 -> 3.2 | ||||
| | * | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
| | | | | |||||
* | | | | Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging, | Ned Deily | 2011-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | is installed into the lib directory: prevents startup exception in site.py. | ||||
* | | | | added the Content-Length header. that fixes the weird ↵ | Tarek Ziade | 2011-05-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | packaging.pypi.errors.HashDoesNotMatch errors | ||||
* | | | | deactivating one test under win32 for now | Tarek Ziade | 2011-05-21 | 1 | -0/+1 |
| | | | | |||||
* | | | | make sure the crawler can browse file-based indexes under win32 | Tarek Ziade | 2011-05-21 | 2 | -7/+25 |
| | | | | |||||
* | | | | fixed the export symbols for the win32 linker | Tarek Ziade | 2011-05-21 | 2 | -2/+2 |
| | | | | |||||
* | | | | skip the pypi upload doc test via https, if ssl is not available | Tarek Ziade | 2011-05-21 | 1 | -0/+5 |
| | | | | |||||
* | | | | use the same line terminator everywhere | Tarek Ziade | 2011-05-21 | 3 | -6/+11 |
| | | | | |||||
* | | | | Merge 3.2.1rc1 release changes to default. | Georg Brandl | 2011-05-21 | 4 | -11/+121 |
|\ \ \ \ | |/ / / | |||||
| * | | | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
| | | | | |||||
| * | | | Set up branch to be rc2 next. | Georg Brandl | 2011-05-21 | 2 | -3/+3 |
| | | | | |||||
| * | | | Merge release branch after 3.2.1rc1. | Georg Brandl | 2011-05-21 | 11 | -22/+34 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Add 3.2.1 UUIDs | Martin v. Löwis | 2011-05-16 | 1 | -0/+2 |
| | | | | |||||
| | * | | Added tag v3.2.1rc1 for changeset cfa9364997c7 | Georg Brandl | 2011-05-15 | 1 | -0/+1 |
| | | | | |||||
| | * | | Bump to 3.2.1rc1.v3.2.1rc1 | Georg Brandl | 2011-05-15 | 6 | -8/+8 |
| | | | | |||||
| | * | | Update pydoc topics and handle suspicious markup. | Georg Brandl | 2011-05-15 | 3 | -14/+23 |
| | | | | |||||
* | | | | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
| | | | | |||||
* | | | | Issue #12136: Added change to handle non-availability of the ssl module. | Vinay Sajip | 2011-05-21 | 1 | -9/+14 |
| | | | | |||||
* | | | | fixed the move api in packaging.install, and closing the handle left by ↵ | Tarek Ziade | 2011-05-21 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | mkstemp() in its test module | ||||
* | | | | we want to generate /-separated paths setup.cfg files even under win32 | Tarek Ziade | 2011-05-21 | 1 | -7/+13 |
| | | | | |||||
* | | | | avoid a compiler warning. the compiler doesn't know that the static | Gregory P. Smith | 2011-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | struct guarantees the loop will always be run once to initialize code. | ||||
* | | | | Added SSL test for HTTPHandler. | Vinay Sajip | 2011-05-21 | 1 | -33/+72 |
| | | | | |||||
* | | | | fixed the way the cfg file markers values are split under win32 | Tarek Ziade | 2011-05-21 | 2 | -2/+3 |
| | | | | |||||
* | | | | fixed the separator issues in packaging/resources+config | Tarek Ziade | 2011-05-21 | 3 | -3/+8 |
| | | | | |||||
* | | | | fixed a few mocking/cleanup issues in packaging test_util for win32 | Tarek Ziade | 2011-05-21 | 2 | -15/+20 |
| | | | | |||||
* | | | | Close #12114: fix a potential deadlock in packaging.util._find_exe_version() | Victor Stinner | 2011-05-21 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | Avoid also zombi processes: Popen.communicate() calls its wait() method. | ||||
* | | | | Added SSL capability to TestHTTPServer. | Vinay Sajip | 2011-05-20 | 1 | -1/+14 |
| | | | | |||||
* | | | | Fix another ResourceWarning in test_packaging. | Ezio Melotti | 2011-05-20 | 2 | -1/+3 |
| | | | | |||||
* | | | | merge 3.2 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | this should actually be an IOError | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge heads | Benjamin Peterson | 2011-05-20 | 1 | -6/+3 |
|\ \ \ \ | |||||
| * | | | | Fix more ResourceWarnings in test_packaging moving the join() and ↵ | Ezio Melotti | 2011-05-20 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | server_close() in the stop method. | ||||
* | | | | | merge 3.2 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / |