summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Issue #8142: Update libffi to the 3.0.9 release.Matthias Klose2010-03-15212-28062/+57788
* Silence compiler warnings.Ezio Melotti2010-03-131-8/+8
* sqlite3: Fix a segfault on calling a connection with something else than aVictor Stinner2010-03-131-0/+6
* Fix repr of tree Element on windows.Florent Xicluna2010-03-111-7/+8
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-111-253/+506
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-1/+1
* Issue #3137: Don't ignore errors at startup, especially a keyboard interruptVictor Stinner2010-03-101-4/+10
* Silence compiler warning.Mark Dickinson2010-03-071-1/+4
* Issue #1530559: When packing a non-integer with any integer conversionMark Dickinson2010-03-071-12/+52
* Remove the redundant #define: PY_STRUCT_FLOAT_COERCEMark Dickinson2010-03-051-13/+0
* Fix incorrect stacklevel for DeprecationWarnings originating from the struct ...Mark Dickinson2010-03-051-1/+1
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-0517-65/+323
* Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public ReviewVictor Stinner2010-03-041-1/+1
* Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,Victor Stinner2010-03-041-1/+6
* Issue #7544: Preallocate thread memory before creating the thread to avoid aVictor Stinner2010-03-031-2/+10
* Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL()Victor Stinner2010-03-031-5/+8