| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #8104: socket.recv_into() and socket.recvfrom_into() now support | Antoine Pitrou | 2010-03-17 | 1 | -17/+29 |
|
|
* | - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. | Matthias Klose | 2010-03-15 | 1 | -3/+26 |
|
|
* | Backport from the libffi trunk: | Matthias Klose | 2010-03-15 | 1 | -1/+2 |
|
|
* | - Issue #8142: Update libffi to the 3.0.9 release. | Matthias Klose | 2010-03-15 | 212 | -28062/+57788 |
|
|
* | Silence compiler warnings. | Ezio Melotti | 2010-03-13 | 1 | -8/+8 |
|
|
* | sqlite3: Fix a segfault on calling a connection with something else than a | Victor Stinner | 2010-03-13 | 1 | -0/+6 |
|
|
* | Fix repr of tree Element on windows. | Florent Xicluna | 2010-03-11 | 1 | -7/+8 |
|
|
* | Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme... | Florent Xicluna | 2010-03-11 | 1 | -253/+506 |
|
|
* | Issue #7774: Set sys.executable to an empty string if argv[0] has been | Victor Stinner | 2010-03-11 | 1 | -1/+1 |
|
|
* | Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt | Victor Stinner | 2010-03-10 | 1 | -4/+10 |
|
|
* | Silence compiler warning. | Mark Dickinson | 2010-03-07 | 1 | -1/+4 |
|
|
* | Issue #1530559: When packing a non-integer with any integer conversion | Mark Dickinson | 2010-03-07 | 1 | -12/+52 |
|
|
* | Remove the redundant #define: PY_STRUCT_FLOAT_COERCE | Mark Dickinson | 2010-03-05 | 1 | -13/+0 |
|
|
* | Fix incorrect stacklevel for DeprecationWarnings originating from the struct ... | Mark Dickinson | 2010-03-05 | 1 | -1/+1 |
|
|
* | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 17 | -65/+323 |
|
|
* | Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review | Victor Stinner | 2010-03-04 | 1 | -1/+1 |
|
|
* | Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, | Victor Stinner | 2010-03-04 | 1 | -1/+6 |
|
|
* | Issue #7544: Preallocate thread memory before creating the thread to avoid a | Victor Stinner | 2010-03-03 | 1 | -2/+10 |
|
|
* | Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() | Victor Stinner | 2010-03-03 | 1 | -5/+8 |
|
|
* | Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() | Victor Stinner | 2010-03-03 | 1 | -8/+9 |
|
|
* | Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and | Victor Stinner | 2010-03-02 | 1 | -0/+5 |
|
|
* | remove CVS id | Benjamin Peterson | 2010-03-01 | 1 | -2/+0 |
|
|
* | #7808: Fix reference leaks in _bsddb and related tests. | Florent Xicluna | 2010-03-01 | 1 | -3/+4 |
|
|