| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -0/+3 |
|
|
* | Issue #9360: Cleanup and improvements to the nntplib module. The API | Antoine Pitrou | 2010-09-29 | 1 | -0/+4 |
|
|
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -0/+2 |
|
|
* | Issue #9979: Create function PyUnicode_AsWideCharString(). | Victor Stinner | 2010-09-29 | 1 | -0/+2 |
|
|
* | #7110: have regrtest print test failures and tracebacks to stderr not stdout. | R. David Murray | 2010-09-29 | 2 | -0/+4 |
|
|
* | #9628: fix runtests.sh -x option so more than one test can be excluded. | R. David Murray | 2010-09-28 | 1 | -0/+2 |
|
|
* | Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, | Antoine Pitrou | 2010-09-28 | 1 | -0/+5 |
|
|
* | Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) | Hirokazu Yamamoto | 2010-09-28 | 1 | -0/+2 |
|
|
* | Fix for issue #9568. | Ronald Oussoren | 2010-09-28 | 1 | -0/+2 |
|
|
* | Add support for the ZSH shell to the "Update Shell Profile" script | Ronald Oussoren | 2010-09-28 | 1 | -0/+4 |
|
|
* | Issue #9599: Tweak loghelper algorithm to return slightly improved results f... | Mark Dickinson | 2010-09-28 | 1 | -0/+3 |
|
|
* | Since __import__ is not designed for general use, have its docstring point | Brett Cannon | 2010-09-27 | 1 | -0/+3 |
|
|
* | Implement #8521. Added named argument handling to winreg's CreateKeyEx, | Brian Curtin | 2010-09-27 | 1 | -0/+3 |
|
|
* | Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is | Antoine Pitrou | 2010-09-27 | 1 | -0/+5 |
|
|
* | Issue #9947: logging: Fixed locking bug in stopListening. | Vinay Sajip | 2010-09-25 | 1 | -0/+2 |
|
|
* | Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. | Vinay Sajip | 2010-09-25 | 1 | -0/+2 |
|
|
* | revert r85003, poorly considered; breaks tests | Benjamin Peterson | 2010-09-25 | 1 | -3/+0 |
|
|
* | don't count keyword arguments as positional #9943 | Benjamin Peterson | 2010-09-25 | 1 | -0/+3 |
|
|
* | Issue #9936: Fixed executable lines' search in the trace module. | Alexander Belopolsky | 2010-09-24 | 1 | -0/+2 |
|
|
* | Fix #9790: Rework the imports necessary for ntpath.samefile and | Brian Curtin | 2010-09-23 | 1 | -0/+3 |
|
|
* | Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; | Mark Dickinson | 2010-09-23 | 1 | -0/+4 |
|
|
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 1 | -0/+2 |
|
|
* | Issue #9928: Properly initialize the types exported by the bz2 module. | Antoine Pitrou | 2010-09-23 | 1 | -0/+2 |
|
|
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 2 | -0/+4 |
|
|
* | logging: added QueueListener and documentation. | Vinay Sajip | 2010-09-23 | 1 | -0/+3 |
|
|
* | Issue 9916: Add some missing errno symbols. | Barry Warsaw | 2010-09-22 | 1 | -2/+4 |
|
|
* | fix news | Benjamin Peterson | 2010-09-21 | 1 | -0/+8 |
|
|
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-21 | 1 | -0/+2 |
|
|
* | Issue #9908: Fix os.stat() on bytes paths under Windows 7. | Antoine Pitrou | 2010-09-21 | 1 | -0/+2 |
|
|
* | Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by | Antoine Pitrou | 2010-09-21 | 1 | -0/+3 |
|
|
* | Issue #2643: msync() is not called anymore when deallocating an open mmap | Antoine Pitrou | 2010-09-21 | 1 | -0/+3 |
|
|
* | Revert r84902 before committing better solution. | Hirokazu Yamamoto | 2010-09-21 | 1 | -2/+0 |
|
|
* | Issue #1633863: Don't ignore $CC under AIX. | Antoine Pitrou | 2010-09-21 | 1 | -0/+2 |
|
|
* | Add an entry for the concurrent.futures package | Brian Quinlan | 2010-09-21 | 1 | -0/+2 |
|
|
* | logging: Updated LoggerAdapter implementation. | Vinay Sajip | 2010-09-21 | 1 | -0/+3 |
|
|
* | Added some methods to LoggerAdapter, and updated documentation. | Vinay Sajip | 2010-09-21 | 1 | -0/+4 |
|
|
* | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 1 | -7/+2 |
|
|
* | add news note | Benjamin Peterson | 2010-09-20 | 1 | -0/+2 |
|
|
* | Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other | Antoine Pitrou | 2010-09-20 | 1 | -0/+4 |
|
|
* | Issue 9877: expose sysconfig.get_makefile_filename() in the public API. | Barry Warsaw | 2010-09-20 | 1 | -0/+2 |
|
|
* | logging: hasHandlers additions documented. | Vinay Sajip | 2010-09-20 | 1 | -0/+2 |
|
|
* | PyImport_Import was using the old import hack of sticking a dummy value into | Brett Cannon | 2010-09-19 | 1 | -0/+3 |
|
|
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-19 | 1 | -0/+2 |
|
|
* | Issue #1686: Fix string.Template when overriding the pattern attribute. | Florent Xicluna | 2010-09-18 | 1 | -0/+2 |
|
|
* | Issue #9854: SocketIO objects now observe the RawIOBase interface in | Antoine Pitrou | 2010-09-18 | 1 | -0/+4 |
|
|
* | Issue #9894: Do not hardcode ENOENT in test_subprocess. | Antoine Pitrou | 2010-09-18 | 1 | -0/+2 |
|
|
* | Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath | Victor Stinner | 2010-09-17 | 1 | -2/+1 |
|
|
* | #1730136: Fix comparison between a tk Font object and an object of a differen... | Amaury Forgeot d'Arc | 2010-09-17 | 1 | -0/+3 |
|
|
* | Issue #9441: logging: Improved test coverage for rotating file handlers. | Vinay Sajip | 2010-09-17 | 1 | -0/+2 |
|
|
* | Issue 9865: add __sizeof__ to OrderedDict. | Raymond Hettinger | 2010-09-16 | 1 | -0/+2 |
|
|