1. 0d6908b Fix Issue4452 - Incorrect docstring of os.setpgrp by Senthil Kumaran · 15 years ago
  2. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
  3. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 15 years ago
  4. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 15 years ago
  5. fdc1e0d Remove extra ] from itertools.count docstring. by Ezio Melotti · 15 years ago
  6. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 15 years ago
  7. 3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. by Alexander Belopolsky · 15 years ago
  8. 26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. by Martin v. Löwis · 15 years ago
  9. 5e2b27b Issue8810: Clearing up docstring for tzinfo.utcoffset. by Sean Reifscheider · 15 years ago
  10. ddac338 Untabify Modules/config.c.in. by Mark Dickinson · 15 years ago
  11. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 15 years ago
  12. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 15 years ago
  13. 508a237 Clear the OpenSSL error queue each time an error is signalled. by Antoine Pitrou · 15 years ago
  14. fd2103e reindent _cursesmodule.c by Victor Stinner · 15 years ago
  15. 03acec2 Remove unused variable, and fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  16. 2e136ab Improve _ssl.c formatting by Antoine Pitrou · 15 years ago
  17. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
  18. 11bb2cd Issue #8674: fix another bogus overflow check in audioop module. by Mark Dickinson · 15 years ago
  19. 035fbba Use ';' after initialization macros to avoid confusing re-indenters by Andrew M. Kuchling · 15 years ago
  20. 3eee7af Break long line in macros by Andrew M. Kuchling · 15 years ago
  21. 40f09c0 Move { out of #if...#else block; this confuses Emacs' C-mode by Andrew M. Kuchling · 15 years ago
  22. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
  23. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  24. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
  25. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
  26. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  27. 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 15 years ago
  28. d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 15 years ago
  29. 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 15 years ago
  30. a1b5629 Remove an unnecessary variable. by Brett Cannon · 15 years ago
  31. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 15 years ago
  32. a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 15 years ago
  33. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 15 years ago
  34. d0d2d31 Fix some whitespace. by Brett Cannon · 15 years ago
  35. 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 15 years ago
  36. 23b581a Strip out extraneous whitespace, cast a some `const char *` to `void *` when by Brett Cannon · 15 years ago
  37. 33e5dd8 Fix a Py_DECREF to a Py_XDECREF. by Brett Cannon · 15 years ago
  38. 87ab6ad Prevent a possible NULL de-reference and an unneeded variable assignment. by Brett Cannon · 15 years ago
  39. e894e93 Remove a redundant string length check and variable assignment. by Brett Cannon · 15 years ago
  40. 7983284 Fix two potential uninitialization errors and an unneeded assignment. by Brett Cannon · 15 years ago
  41. 8ffe7bb Remove unused variables and a variable initialization. by Brett Cannon · 15 years ago
  42. 5d947cb Remove unneeded variable assignment. by Brett Cannon · 15 years ago
  43. 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 15 years ago
  44. 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 15 years ago
  45. 99ac914 Remove an unused variable. by Brett Cannon · 15 years ago
  46. 949476e Remove unneeded variable initialization. by Brett Cannon · 15 years ago
  47. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  48. 951919f Issue #4687: Fix accuracy of garbage collection runtimes displayed with by Antoine Pitrou · 15 years ago
  49. f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 15 years ago
  50. 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 · 15 years ago
  51. 1dc6b08 Issue #8549: Fix compiling the _ssl extension under AIX. Patch by by Antoine Pitrou · 15 years ago
  52. ca2e612 Fixing obscure syslog corner-case when sys.argv = None, syslog() would call by Sean Reifscheider · 15 years ago
  53. 4d3e372 The do_handshake() method of SSL objects now adjusts the blocking mode of by Antoine Pitrou · 15 years ago
  54. 04f4347 Small comment documentation change to clarify "ident" selection. by Sean Reifscheider · 15 years ago
  55. f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 15 years ago
  56. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
  57. c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
  58. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  59. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  60. b7b7c77 add space by Benjamin Peterson · 15 years ago
  61. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  62. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  63. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
  64. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
  65. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
  66. 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 15 years ago
  67. 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
  68. 16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. by Martin v. Löwis · 15 years ago
  69. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
  70. 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago
  71. e266d3e ready _sre types by Benjamin Peterson · 15 years ago
  72. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
  73. 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
  74. 4f18522 A handful of whitespace fixes in Modules/_struct.c. by Mark Dickinson · 15 years ago
  75. fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 15 years ago
  76. 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
  77. 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
  78. ae50952 Add missing return statement in an error condition. by Brian Curtin · 15 years ago
  79. b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
  80. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
  81. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  82. 3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 15 years ago
  83. b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 15 years ago
  84. 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 15 years ago
  85. eee91cd Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking by Antoine Pitrou · 15 years ago
  86. c1f842b Fix a gcc warning introduced by r79397. by Victor Stinner · 15 years ago
  87. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  88. 53ff86e Fix _curses.tiget*() functions: deny None to avoid a crash. by Victor Stinner · 15 years ago
  89. 0d0b80b Link specifically to the UCD version 5.2.0. by Ezio Melotti · 15 years ago
  90. ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
  91. eba2aca Preserve backward compatibility of the ctypes module. by Florent Xicluna · 15 years ago
  92. 9e7a4c9 Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated. by Florent Xicluna · 15 years ago
  93. 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 15 years ago
  94. 67e37f2 update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the by Matthias Klose · 15 years ago
  95. 4854c96 Generate libffi's Makefiles again to be able to run the libffi testsuite by Matthias Klose · 15 years ago
  96. e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 15 years ago
  97. 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 15 years ago
  98. d7b731d Issue #8104: socket.recv_into() and socket.recvfrom_into() now support by Antoine Pitrou · 15 years ago
  99. 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 15 years ago
  100. d72ca85 Backport from the libffi trunk: by Matthias Klose · 15 years ago