- bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
- 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
- cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
- 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
- 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
- 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 15 years ago
- 422c742 FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is by Jeroen Ruigrok van der Werven · 15 years ago
- 16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. by Martin v. Löwis · 15 years ago
- aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
- 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago
- e266d3e ready _sre types by Benjamin Peterson · 15 years ago
- f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
- 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
- 4f18522 A handful of whitespace fixes in Modules/_struct.c. by Mark Dickinson · 15 years ago
- fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 15 years ago
- 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
- 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
- ae50952 Add missing return statement in an error condition. by Brian Curtin · 15 years ago
- b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
- 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
- e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
- 3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 15 years ago
- b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 15 years ago
- 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 15 years ago
- eee91cd Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking by Antoine Pitrou · 15 years ago
- c1f842b Fix a gcc warning introduced by r79397. by Victor Stinner · 15 years ago
- 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
- 53ff86e Fix _curses.tiget*() functions: deny None to avoid a crash. by Victor Stinner · 15 years ago
- 0d0b80b Link specifically to the UCD version 5.2.0. by Ezio Melotti · 15 years ago
- ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
- eba2aca Preserve backward compatibility of the ctypes module. by Florent Xicluna · 15 years ago
- 9e7a4c9 Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated. by Florent Xicluna · 15 years ago
- 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 15 years ago
- 67e37f2 update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the by Matthias Klose · 15 years ago
- 4854c96 Generate libffi's Makefiles again to be able to run the libffi testsuite by Matthias Klose · 15 years ago
- e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 15 years ago
- 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 15 years ago
- d7b731d Issue #8104: socket.recv_into() and socket.recvfrom_into() now support by Antoine Pitrou · 15 years ago
- 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 15 years ago
- d72ca85 Backport from the libffi trunk: by Matthias Klose · 15 years ago
- 817acef - Issue #8142: Update libffi to the 3.0.9 release. by Matthias Klose · 15 years ago
- eb6d430 Silence compiler warnings. by Ezio Melotti · 15 years ago
- 6e055d7 sqlite3: Fix a segfault on calling a connection with something else than a by Victor Stinner · 15 years ago
- e2e81e8 Fix repr of tree Element on windows. by Florent Xicluna · 15 years ago
- 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
- 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 15 years ago
- 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
- 2db5687 Silence compiler warning. by Mark Dickinson · 15 years ago
- 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
- 20d7f6e Remove the redundant #define: PY_STRUCT_FLOAT_COERCE by Mark Dickinson · 15 years ago
- 1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. by Mark Dickinson · 15 years ago
- 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
- 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
- 56a5153 Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, by Victor Stinner · 15 years ago
- 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 15 years ago
- 2379bb6 Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() by Victor Stinner · 15 years ago
- c951d56 Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() by Victor Stinner · 15 years ago
- 3f75cc5 Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and by Victor Stinner · 15 years ago
- 41162eb remove CVS id by Benjamin Peterson · 15 years ago
- e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
- 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
- 4b86236 Fix for r78527. It left out updating forkpty. by Gregory P. Smith · 15 years ago
- 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
- adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 15 years ago
- ea370a9 #6544: fix refleak in kqueue, occurring in certain error conditions. by Georg Brandl · 15 years ago
- 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 15 years ago
- 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
- 72aae73 Fix comment typo by Andrew M. Kuchling · 15 years ago
- 38c1236 #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen by Andrew M. Kuchling · 15 years ago
- d5fdc06 Silence more 'comparison between signed and unsigned' warnings. by Mark Dickinson · 15 years ago
- 333fca9 Add guard around the prototype for completion_matches to enable by Ronald Oussoren · 16 years ago
- d840e51 Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is by Antoine Pitrou · 16 years ago
- 526e421 Issue #7385: Fix a crash in `MemoryView_FromObject` when by Antoine Pitrou · 16 years ago
- f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
- 46bff79 be robust against test being run over and over (such as -R) by Benjamin Peterson · 16 years ago
- a04ae01 move test outside WITH_THREAD section by Benjamin Peterson · 16 years ago
- a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 16 years ago
- 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 16 years ago
- 0d948ac - Expat: Fix DoS via XML document with malformed UTF-8 sequences by Matthias Klose · 16 years ago
- 6b35730 Do not compile stubs for the sha2 series hashes in the openssl hashlib by Gregory P. Smith · 16 years ago
- a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 16 years ago
- db983a7 Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk by Antoine Pitrou · 16 years ago
- c391ad0 Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a by Antoine Pitrou · 16 years ago
- efdddd3 Issue #3299: Fix possible crash in the _sre module when given bad by Antoine Pitrou · 16 years ago
- fd3a60d Issue #7703: Add support for the new buffer API to functions of the by Antoine Pitrou · 16 years ago
- 8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. by Antoine Pitrou · 16 years ago
- b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 16 years ago
- ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 16 years ago
- 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 16 years ago
- 0d423b8 Issue #7455: Fix possible crash in cPickle on invalid input. Patch by by Antoine Pitrou · 16 years ago
- 3b18ff7 remove an obsolete file that should've gone with r77252 by Gregory P. Smith · 16 years ago
- f132c16 Make use of PyLong_AsLongAndOverflow in math_ldexp. by Mark Dickinson · 16 years ago
- 443ec68 Issue #3745: Undo the requirement for new buffer API only objects to be passed by Gregory P. Smith · 16 years ago
- d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 16 years ago
- 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
- aac4df6 #7613: missing ) in flmodule.c by Ezio Melotti · 16 years ago
- 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 16 years ago
- fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 16 years ago
- 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
- 2401c03 Fix a typo in comment by Amaury Forgeot d'Arc · 16 years ago