Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9936: Fixed executable lines' search in the trace module. | Alexander Belopolsky | 2010-09-24 | 4 | -11/+32 |
| | |||||
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-24 | 10 | -42/+464 |
| | |||||
* | Fix #9790 again. Rather than handle NotImplementedError at runtime as | Brian Curtin | 2010-09-24 | 1 | -4/+9 |
| | | | | | before, only attempt the import where nt._getfinalpathname could actually work, i.e., Windows Vista and beyond. | ||||
* | LoginTests fails on a number of buildbots with different errors. Skip | Brian Curtin | 2010-09-24 | 1 | -0/+3 |
| | | | | it for now until a buildbot-safe solution comes up. | ||||
* | Fix a typo. full->final | Brian Curtin | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Fix #9790: Rework the imports necessary for ntpath.samefile and | Brian Curtin | 2010-09-23 | 2 | -16/+24 |
| | | | | ntpath.sameopenfile. | ||||
* | Updated SysLogHandler documentation. | Vinay Sajip | 2010-09-23 | 1 | -0/+9 |
| | |||||
* | Further tarfile / test_tarfile cleanup | Antoine Pitrou | 2010-09-23 | 2 | -25/+35 |
| | |||||
* | Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; | Mark Dickinson | 2010-09-23 | 3 | -4/+9 |
| | | | | | this was causing reversed method calls like float.__radd__(3.0, 1) to return NotImplemented instead of the expected numeric value. | ||||
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 4 | -5/+28 |
| | | | | | | | The test is semi-dumb, it just makes sure something comes back since we don't have a solid source to validate the returned login. We can't be 100% sure that the USERNAME env var will always match what os.getlogin() returns, so we don't make any specific assertion there. | ||||
* | Issue #9928: Properly initialize the types exported by the bz2 module. | Antoine Pitrou | 2010-09-23 | 2 | -3/+8 |
| | |||||
* | Try harder to fix test_tarfile under Windows buildbots | Antoine Pitrou | 2010-09-23 | 1 | -1/+3 |
| | |||||
* | Try to fix test_tarfile issues on Windows buildbots by closing file | Antoine Pitrou | 2010-09-23 | 2 | -299/+394 |
| | | | | objects explicitly instead of letting them linger on. | ||||
* | Small fixes in the gzip docs | Antoine Pitrou | 2010-09-23 | 1 | -3/+4 |
| | |||||
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 5 | -18/+101 |
| | | | | Patch by Florian Festi. | ||||
* | Skip estLoadWithUNC when UNC is not available. | Hirokazu Yamamoto | 2010-09-23 | 1 | -5/+5 |
| | |||||
* | Issue #9868: locale was left changed after TestEnUSCollation#setUp raised | Hirokazu Yamamoto | 2010-09-23 | 1 | -1/+1 |
| | | | | TestSkip exception. | ||||
* | #9582 - add a missing "are" and reflow the line. | Brian Curtin | 2010-09-23 | 1 | -2/+2 |
| | |||||
* | logging: Improved documentation re. blocking handlers. | Vinay Sajip | 2010-09-23 | 1 | -0/+64 |
| | |||||
* | logging: added QueueListener and documentation. | Vinay Sajip | 2010-09-23 | 3 | -4/+207 |
| | |||||
* | Fix encoding for test case added in r84967. | Florent Xicluna | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Fix typo and add test case. | Florent Xicluna | 2010-09-22 | 2 | -5/+19 |
| | |||||
* | Issue 9916: Add some missing errno symbols. | Barry Warsaw | 2010-09-22 | 3 | -3/+36 |
| | |||||
* | logging: Added QueueHandler.prepare and updated documentation. | Vinay Sajip | 2010-09-22 | 2 | -13/+42 |
| | |||||
* | note version | Benjamin Peterson | 2010-09-21 | 1 | -0/+2 |
| | |||||
* | fix news | Benjamin Peterson | 2010-09-21 | 1 | -0/+8 |
| | |||||
* | Issue9131: Mark fragile test as CPython-specific | Daniel Stutzbach | 2010-09-21 | 1 | -0/+22 |
| | |||||
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-21 | 3 | -7/+22 |
| | |||||
* | Issue #9908: Fix os.stat() on bytes paths under Windows 7. | Antoine Pitrou | 2010-09-21 | 3 | -19/+44 |
| | |||||
* | Fixed microsecond rounding in python version of utcfromtimestamp | Alexander Belopolsky | 2010-09-21 | 2 | -9/+14 |
| | |||||
* | Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by | Antoine Pitrou | 2010-09-21 | 2 | -2/+13 |
| | | | | Ned Deily. | ||||
* | Issue #2643: msync() is not called anymore when deallocating an open mmap | Antoine Pitrou | 2010-09-21 | 2 | -1/+3 |
| | | | | object, only munmap(). | ||||
* | Revert r84902 before committing better solution. | Hirokazu Yamamoto | 2010-09-21 | 4 | -15/+13 |
| | |||||
* | Issue #1633863: Don't ignore $CC under AIX. | Antoine Pitrou | 2010-09-21 | 3 | -4/+5 |
| | |||||
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 31 | -38/+38 |
| | |||||
* | Add an entry for the concurrent.futures package | Brian Quinlan | 2010-09-21 | 1 | -0/+2 |
| | |||||
* | Add missing word. | Marc-André Lemburg | 2010-09-21 | 1 | -2/+2 |
| | |||||
* | Add OpenSSL license to the Python license documenation page. | Marc-André Lemburg | 2010-09-21 | 1 | -1/+137 |
| | | | | See #9119. | ||||
* | logging: Updated LoggerAdapter implementation. | Vinay Sajip | 2010-09-21 | 2 | -26/+29 |
| | |||||
* | Added some methods to LoggerAdapter, and updated documentation. | Vinay Sajip | 2010-09-21 | 5 | -9/+32 |
| | |||||
* | Document HTTPReponse.fileno() method | Senthil Kumaran | 2010-09-21 | 1 | -0/+3 |
| | |||||
* | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 6 | -40/+60 |
| | |||||
* | add news note | Benjamin Peterson | 2010-09-20 | 1 | -0/+2 |
| | |||||
* | add PyErr_SyntaxLocationEx, to support adding a column offset | Benjamin Peterson | 2010-09-20 | 3 | -1/+32 |
| | |||||
* | rewrite nocaret test to not rely on a specific SyntaxError | Benjamin Peterson | 2010-09-20 | 2 | -13/+4 |
| | |||||
* | Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other | Antoine Pitrou | 2010-09-20 | 2 | -5/+12 |
| | | | | | threads are still running. Instead, reinitialize the GIL on a second call to Py_Initialize(). | ||||
* | test_get_makefile_filename() is not compatible with Windows. | Barry Warsaw | 2010-09-20 | 1 | -0/+2 |
| | |||||
* | Issue 9877: expose sysconfig.get_makefile_filename() in the public API. | Barry Warsaw | 2010-09-20 | 4 | -5/+25 |
| | |||||
* | Revert previous commit. | Hirokazu Yamamoto | 2010-09-20 | 1 | -16/+1 |
| | |||||
* | logging: hasHandlers additions documented. | Vinay Sajip | 2010-09-20 | 2 | -0/+14 |
| |