1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 14 years ago
  3. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 14 years ago
  4. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 14 years ago
  5. 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 14 years ago
  6. d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 14 years ago
  7. 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 14 years ago
  8. a1b5629 Remove an unnecessary variable. by Brett Cannon · 14 years ago
  9. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 14 years ago
  10. a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 14 years ago
  11. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 14 years ago
  12. d0d2d31 Fix some whitespace. by Brett Cannon · 14 years ago
  13. 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  14. 23b581a Strip out extraneous whitespace, cast a some `const char *` to `void *` when by Brett Cannon · 14 years ago
  15. 33e5dd8 Fix a Py_DECREF to a Py_XDECREF. by Brett Cannon · 14 years ago
  16. 87ab6ad Prevent a possible NULL de-reference and an unneeded variable assignment. by Brett Cannon · 14 years ago
  17. e894e93 Remove a redundant string length check and variable assignment. by Brett Cannon · 14 years ago
  18. 7983284 Fix two potential uninitialization errors and an unneeded assignment. by Brett Cannon · 14 years ago
  19. 8ffe7bb Remove unused variables and a variable initialization. by Brett Cannon · 14 years ago
  20. 5d947cb Remove unneeded variable assignment. by Brett Cannon · 14 years ago
  21. 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 14 years ago
  22. 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 14 years ago
  23. 99ac914 Remove an unused variable. by Brett Cannon · 14 years ago
  24. 949476e Remove unneeded variable initialization. by Brett Cannon · 14 years ago
  25. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 14 years ago
  26. 951919f Issue #4687: Fix accuracy of garbage collection runtimes displayed with by Antoine Pitrou · 14 years ago
  27. f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 14 years ago
  28. c5e4485 Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed by Nick Coghlan · 14 years ago
  29. 1dc6b08 Issue #8549: Fix compiling the _ssl extension under AIX. Patch by by Antoine Pitrou · 14 years ago
  30. ca2e612 Fixing obscure syslog corner-case when sys.argv = None, syslog() would call by Sean Reifscheider · 14 years ago
  31. 4d3e372 The do_handshake() method of SSL objects now adjusts the blocking mode of by Antoine Pitrou · 14 years ago
  32. 04f4347 Small comment documentation change to clarify "ident" selection. by Sean Reifscheider · 14 years ago
  33. f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 14 years ago
  34. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 14 years ago
  35. c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 14 years ago
  36. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 14 years ago
  37. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 14 years ago
  38. b7b7c77 add space by Benjamin Peterson · 14 years ago
  39. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 14 years ago
  40. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 14 years ago
  41. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 14 years ago
  42. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 14 years ago
  43. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 14 years ago
  44. 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 14 years ago
  45. 422c742 FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is by Jeroen Ruigrok van der Werven · 14 years ago
  46. 16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. by Martin v. Löwis · 14 years ago
  47. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 14 years ago
  48. 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 14 years ago
  49. e266d3e ready _sre types by Benjamin Peterson · 14 years ago
  50. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 14 years ago
  51. 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 14 years ago
  52. 4f18522 A handful of whitespace fixes in Modules/_struct.c. by Mark Dickinson · 14 years ago
  53. fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 14 years ago
  54. 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  55. 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 14 years ago
  56. ae50952 Add missing return statement in an error condition. by Brian Curtin · 14 years ago
  57. b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 14 years ago
  58. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 14 years ago
  59. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 14 years ago
  60. 3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 14 years ago
  61. b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 14 years ago
  62. 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 14 years ago
  63. eee91cd Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking by Antoine Pitrou · 14 years ago
  64. c1f842b Fix a gcc warning introduced by r79397. by Victor Stinner · 14 years ago
  65. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  66. 53ff86e Fix _curses.tiget*() functions: deny None to avoid a crash. by Victor Stinner · 14 years ago
  67. 0d0b80b Link specifically to the UCD version 5.2.0. by Ezio Melotti · 14 years ago
  68. ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 14 years ago
  69. eba2aca Preserve backward compatibility of the ctypes module. by Florent Xicluna · 14 years ago
  70. 9e7a4c9 Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated. by Florent Xicluna · 14 years ago
  71. 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 14 years ago
  72. 67e37f2 update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the by Matthias Klose · 14 years ago
  73. 4854c96 Generate libffi's Makefiles again to be able to run the libffi testsuite by Matthias Klose · 14 years ago
  74. e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 14 years ago
  75. 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 14 years ago
  76. d7b731d Issue #8104: socket.recv_into() and socket.recvfrom_into() now support by Antoine Pitrou · 14 years ago
  77. 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 14 years ago
  78. d72ca85 Backport from the libffi trunk: by Matthias Klose · 14 years ago
  79. 817acef - Issue #8142: Update libffi to the 3.0.9 release. by Matthias Klose · 14 years ago
  80. eb6d430 Silence compiler warnings. by Ezio Melotti · 14 years ago
  81. 6e055d7 sqlite3: Fix a segfault on calling a connection with something else than a by Victor Stinner · 14 years ago
  82. e2e81e8 Fix repr of tree Element on windows. by Florent Xicluna · 14 years ago
  83. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 14 years ago
  84. 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 14 years ago
  85. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 14 years ago
  86. 2db5687 Silence compiler warning. by Mark Dickinson · 14 years ago
  87. 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 14 years ago
  88. 20d7f6e Remove the redundant #define: PY_STRUCT_FLOAT_COERCE by Mark Dickinson · 14 years ago
  89. 1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. by Mark Dickinson · 14 years ago
  90. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 14 years ago
  91. 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 14 years ago
  92. 56a5153 Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, by Victor Stinner · 14 years ago
  93. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 14 years ago
  94. 2379bb6 Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() by Victor Stinner · 14 years ago
  95. c951d56 Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() by Victor Stinner · 14 years ago
  96. 3f75cc5 Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and by Victor Stinner · 14 years ago
  97. 41162eb remove CVS id by Benjamin Peterson · 14 years ago
  98. e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 14 years ago
  99. 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 14 years ago
  100. 4b86236 Fix for r78527. It left out updating forkpty. by Gregory P. Smith · 14 years ago