| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #4687: Fix accuracy of garbage collection runtimes displayed with | Antoine Pitrou | 2010-05-02 | 1 | -1/+1 |
|
|
* | Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions | Antoine Pitrou | 2010-04-29 | 1 | -0/+1 |
|
|
* | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in... | Nick Coghlan | 2010-04-28 | 1 | -2/+2 |
|
|
* | Issue #8549: Fix compiling the _ssl extension under AIX. Patch by | Antoine Pitrou | 2010-04-27 | 1 | -1/+1 |
|
|
* | Fixing obscure syslog corner-case when sys.argv = None, syslog() would call | Sean Reifscheider | 2010-04-25 | 1 | -5/+10 |
|
|
* | The do_handshake() method of SSL objects now adjusts the blocking mode of | Antoine Pitrou | 2010-04-24 | 1 | -1/+6 |
|
|
* | Small comment documentation change to clarify "ident" selection. | Sean Reifscheider | 2010-04-23 | 1 | -1/+2 |
|
|
* | issue8451: Making syslog module use sys.argv[0] for "ident". | Sean Reifscheider | 2010-04-23 | 1 | -11/+86 |
|
|
* | Issue #8108: Fix the unwrap() method of SSL objects when the socket has | Antoine Pitrou | 2010-04-22 | 1 | -6/+63 |
|
|
* | Issue #8484: Load all ciphers and digest algorithms when initializing | Antoine Pitrou | 2010-04-21 | 1 | -1/+2 |
|
|
* | Issue #8438: Remove reference to the missing "surrogateescape" encoding | Antoine Pitrou | 2010-04-19 | 1 | -1/+1 |
|
|
* | Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the | Antoine Pitrou | 2010-04-17 | 1 | -5/+15 |
|
|
* | add space | Benjamin Peterson | 2010-04-15 | 1 | -1/+1 |
|
|
* | Revert temporary commit in r79937 | Antoine Pitrou | 2010-04-10 | 1 | -37/+18 |
|
|
* | Temporary commit of fix to issue #5380 (in order to watch buildbot response) | Antoine Pitrou | 2010-04-10 | 1 | -18/+37 |
|
|
* | fix PYTHONWARNINGS handling to not modify the original env value and improve | Philip Jenvey | 2010-04-10 | 1 | -7/+12 |
|
|
* | Revert r79915 (temporary commit to check for buildbots -> the fix was success... | Antoine Pitrou | 2010-04-09 | 1 | -35/+6 |
|
|
* | Temporarily commit fix to issue #8108, to check for buildbot response | Antoine Pitrou | 2010-04-09 | 1 | -6/+35 |
|
|
* | SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation | Antoine Pitrou | 2010-04-09 | 1 | -0/+2 |
|
|
* | FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -1/+1 |
|
|
* | Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. | Martin v. Löwis | 2010-04-07 | 1 | -0/+4 |
|
|
* | #7301: add the environment variable $PYTHONWARNINGS to supplement the -W | Philip Jenvey | 2010-04-06 | 1 | -0/+11 |
|
|
* | remove a optimization that resulted in unexpected behavior #8929 | Benjamin Peterson | 2010-04-06 | 1 | -8/+0 |
|
|
* | ready _sre types | Benjamin Peterson | 2010-04-06 | 1 | -2/+3 |
|
|
* | Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, | Antoine Pitrou | 2010-04-05 | 1 | -1/+29 |
|
|
* | fix escape_encode to return the correct consumed size | Philip Jenvey | 2010-04-05 | 1 | -4/+5 |
|
|
* | A handful of whitespace fixes in Modules/_struct.c. | Mark Dickinson | 2010-04-04 | 1 | -20/+20 |
|
|
* | Issue #8300 (__index__ handling in struct.pack): Remove redundant check | Mark Dickinson | 2010-04-04 | 1 | -6/+1 |
|
|
* | Add count() method to collections.deque(). | Raymond Hettinger | 2010-04-03 | 1 | -0/+42 |
|
|
* | Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. | Mark Dickinson | 2010-04-03 | 1 | -11/+39 |
|
|
* | Add missing return statement in an error condition. | Brian Curtin | 2010-04-03 | 1 | -1/+1 |
|
|
* | Fix a couple of issues with the test_structmembersType class in _testcapimodule | Mark Dickinson | 2010-04-03 | 1 | -10/+17 |
|
|
* | give TypeError when trying to set T_STRING_INPLACE | Benjamin Peterson | 2010-04-03 | 1 | -3/+14 |
|
|
* | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 2 | -0/+61 |
|
|
* | Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is | Larry Hastings | 2010-04-02 | 1 | -0/+3 |
|
|
* | Revert rev. 79509; ctypes doesn't build on linux. | Thomas Heller | 2010-03-30 | 16 | -299/+2018 |
|
|
* | Merged revisions 79115,79424,79491 via svnmerge from | Thomas Heller | 2010-03-30 | 16 | -2018/+299 |
|
|
* | Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc... | Antoine Pitrou | 2010-03-26 | 1 | -2/+1 |
|
|
* | Fix a gcc warning introduced by r79397. | Victor Stinner | 2010-03-25 | 1 | -1/+1 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 15 | -46/+240 |
|
|
* | Fix _curses.tiget*() functions: deny None to avoid a crash. | Victor Stinner | 2010-03-25 | 1 | -3/+3 |
|
|
* | Link specifically to the UCD version 5.2.0. | Ezio Melotti | 2010-03-23 | 1 | -1/+2 |
|
|
* | Update the version number of the Unicode Database in a few more places. | Ezio Melotti | 2010-03-22 | 1 | -5/+4 |
|
|
* | Preserve backward compatibility of the ctypes module. | Florent Xicluna | 2010-03-22 | 1 | -0/+11 |
|
|
* | Issue #7703: ctypes supports both buffer() and memoryview(). The former is d... | Florent Xicluna | 2010-03-22 | 1 | -4/+13 |
|
|
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 2 | -240/+2672 |
|
|
* | update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the | Matthias Klose | 2010-03-19 | 33 | -448/+1403 |
|
|
* | Generate libffi's Makefiles again to be able to run the libffi testsuite | Matthias Klose | 2010-03-19 | 4 | -375/+7592 |
|
|
* | - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. | Matthias Klose | 2010-03-19 | 1 | -0/+5 |
|
|
* | Issue #8024: Update the Unicode database to 5.2 | Florent Xicluna | 2010-03-18 | 2 | -18020/+20394 |
|
|