summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* #7706: add include guards where they're missing; required for Windows CEAndrew M. Kuchling2010-02-222-1/+12
* Fix comment typoAndrew M. Kuchling2010-02-221-1/+1
* #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru ChenAndrew M. Kuchling2010-02-221-2/+0
* Silence more 'comparison between signed and unsigned' warnings.Mark Dickinson2010-02-141-2/+2
* Add guard around the prototype for completion_matches to enableRonald Oussoren2010-02-111-0/+3
* Issue #4772: Raise a ValueError when an unknown Bluetooth protocol isAntoine Pitrou2010-02-041-1/+5
* Issue #7385: Fix a crash in `MemoryView_FromObject` whenAntoine Pitrou2010-02-021-0/+95
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-315-35/+55
* be robust against test being run over and over (such as -R)Benjamin Peterson2010-01-301-3/+13
* move test outside WITH_THREAD sectionBenjamin Peterson2010-01-301-2/+3