summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del()Victor Stinner2010-03-031-8/+9
* Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() andVictor Stinner2010-03-021-0/+5
* remove CVS idBenjamin Peterson2010-03-011-2/+0
* #7808: Fix reference leaks in _bsddb and related tests.Florent Xicluna2010-03-011-3/+4
* Fixes issue #7999: os.setreuid() and os.setregid() would refuse to acceptGregory P. Smith2010-03-011-6/+20
* Fix for r78527. It left out updating forkpty.Gregory P. Smith2010-03-011-4/+7
* Issue #7242: On Solaris 9 and earlier calling os.fork() from within aGregory P. Smith2010-03-011-10/+19
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-16/+0
* #6544: fix refleak in kqueue, occurring in certain error conditions.Georg Brandl2010-02-231-16/+15
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-3/+4