summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #8549: Fix compiling the _ssl extension under AIX. Patch byAntoine Pitrou2010-04-271-1/+1
* Fixing obscure syslog corner-case when sys.argv = None, syslog() would callSean Reifscheider2010-04-251-5/+10
* The do_handshake() method of SSL objects now adjusts the blocking mode ofAntoine Pitrou2010-04-241-1/+6
* Small comment documentation change to clarify "ident" selection.Sean Reifscheider2010-04-231-1/+2
* issue8451: Making syslog module use sys.argv[0] for "ident".Sean Reifscheider2010-04-231-11/+86
* Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-221-6/+63
* Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-211-1/+2
* Issue #8438: Remove reference to the missing "surrogateescape" encodingAntoine Pitrou2010-04-191-1/+1
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-5/+15
* add spaceBenjamin Peterson2010-04-151-1/+1
* Revert temporary commit in r79937Antoine Pitrou2010-04-101-37/+18
* Temporary commit of fix to issue #5380 (in order to watch buildbot response)Antoine Pitrou2010-04-101-18/+37
* fix PYTHONWARNINGS handling to not modify the original env value and improvePhilip Jenvey2010-04-101-7/+12
* Revert r79915 (temporary commit to check for buildbots -> the fix was success...Antoine Pitrou2010-04-091-35/+6
* Temporarily commit fix to issue #8108, to check for buildbot responseAntoine Pitrou2010-04-091-6/+35
* SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilationAntoine Pitrou2010-04-091-0/+2
* FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as isJeroen Ruigrok van der Werven2010-04-071-1/+1
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+4
* #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+11
* remove a optimization that resulted in unexpected behavior #8929Benjamin Peterson2010-04-061-8/+0
* ready _sre typesBenjamin Peterson2010-04-061-2/+3
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-1/+29
* fix escape_encode to return the correct consumed sizePhilip Jenvey2010-04-051-4/+5
* A handful of whitespace fixes in Modules/_struct.c.Mark Dickinson2010-04-041-20/+20
* Issue #8300 (__index__ handling in struct.pack): Remove redundant checkMark Dickinson2010-04-041-6/+1
* Add count() method to collections.deque().Raymond Hettinger2010-04-031-0/+42
* Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.Mark Dickinson2010-04-031-11/+39
* Add missing return statement in an error condition.Brian Curtin2010-04-031-1/+1
* Fix a couple of issues with the test_structmembersType class in _testcapimoduleMark Dickinson2010-04-031-10/+17
* give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-031-3/+14
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-022-0/+61
* Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB isLarry Hastings2010-04-021-0/+3
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-3016-299/+2018
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-3016-2018/+299
* Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc...Antoine Pitrou2010-03-261-2/+1
* Fix a gcc warning introduced by r79397.Victor Stinner2010-03-251-1/+1
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-2515-46/+240
* Fix _curses.tiget*() functions: deny None to avoid a crash.Victor Stinner2010-03-251-3/+3
* Link specifically to the UCD version 5.2.0.Ezio Melotti2010-03-231-1/+2
* Update the version number of the Unicode Database in a few more places.Ezio Melotti2010-03-221-5/+4
* Preserve backward compatibility of the ctypes module.Florent Xicluna2010-03-221-0/+11
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-221-4/+13
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-222-240/+2672
* update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from theMatthias Klose2010-03-1933-448/+1403
* Generate libffi's Makefiles again to be able to run the libffi testsuiteMatthias Klose2010-03-194-375/+7592
* - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.Matthias Klose2010-03-191-0/+5
* Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-182-18020/+20394
* Issue #8104: socket.recv_into() and socket.recvfrom_into() now supportAntoine Pitrou2010-03-171-17/+29
* - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.Matthias Klose2010-03-151-3/+26
* Backport from the libffi trunk:Matthias Klose2010-03-151-1/+2