1. 24af0e9 Merged revisions 83763 via svnmerge from by Brian Curtin · 15 years ago
  2. 5e68433 Merged revisions 83751-83752 via svnmerge from by Mark Dickinson · 15 years ago
  3. 793c71c Merged revisions 83677 via svnmerge from by Mark Dickinson · 15 years ago
  4. 0f98128 Merged revisions 83670 via svnmerge from by Mark Dickinson · 15 years ago
  5. 4ee9853 Merged revisions 83667 via svnmerge from by Mark Dickinson · 15 years ago
  6. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
  7. 3970301 Merged revisions 83440 via svnmerge from by Antoine Pitrou · 15 years ago
  8. 607951d Merged revisions 83411 via svnmerge from by Antoine Pitrou · 15 years ago
  9. ba6c08e Merged revisions 83407 via svnmerge from by Brian Curtin · 15 years ago
  10. 6e86bf7 - Issue #7567: Don't call `setupterm' twice. by Matthias Klose · 15 years ago
  11. 96527c3 Merged revisions 83239 via svnmerge from by Mark Dickinson · 15 years ago
  12. 9e7ffae Merged revisions 83088 via svnmerge from by Ronald Oussoren · 15 years ago
  13. c22b718 Merged revisions 83096 via svnmerge from by Ronald Oussoren · 15 years ago
  14. 7a7013e Merged revisions 83030 via svnmerge from by Antoine Pitrou · 15 years ago
  15. f31db93 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 15 years ago
  16. 13b43e7 Fix #9316. if/is grammar corrections. by Brian Curtin · 15 years ago
  17. cac0b83 Merged revisions 82941,82943 via svnmerge from by Mark Dickinson · 15 years ago
  18. 8cb9f03 Remove PYOS_OS2 special cases from the Solaris/OpenBSD section. by Stefan Krah · 15 years ago
  19. 182ae64 Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely by Stefan Krah · 15 years ago
  20. 489113f Merged revisions 82628,82630 via svnmerge from by Benjamin Peterson · 15 years ago
  21. dab0896 Merged revisions 82607 via svnmerge from by Mark Dickinson · 15 years ago
  22. d2d2378 Merged revisions 82595 via svnmerge from by Mark Dickinson · 15 years ago
  23. 75b44b3 Issue #9130: Fix validation of relative imports in parser module. by Mark Dickinson · 15 years ago
  24. a7ee59b Issue #9128: Validate class decorator syntax correctly in parser module. by Mark Dickinson · 15 years ago
  25. 15e5b1b Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, by Victor Stinner · 15 years ago
  26. 1f6e225 Revert r81681 (issue 8810). by Alexander Belopolsky · 15 years ago
  27. 070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. by Mark Dickinson · 15 years ago
  28. 32a16ca Fix indentation of Python code example in C comment. by Mark Dickinson · 15 years ago
  29. 0dddf60 Issue #9075: In the ssl module, remove the setting of a `debug` flag by Antoine Pitrou · 15 years ago
  30. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 15 years ago
  31. 0d6908b Fix Issue4452 - Incorrect docstring of os.setpgrp by Senthil Kumaran · 15 years ago
  32. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
  33. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 15 years ago
  34. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 15 years ago
  35. fdc1e0d Remove extra ] from itertools.count docstring. by Ezio Melotti · 15 years ago
  36. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 15 years ago
  37. 3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. by Alexander Belopolsky · 15 years ago
  38. 26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. by Martin v. Löwis · 15 years ago
  39. 5e2b27b Issue8810: Clearing up docstring for tzinfo.utcoffset. by Sean Reifscheider · 15 years ago
  40. ddac338 Untabify Modules/config.c.in. by Mark Dickinson · 15 years ago
  41. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 15 years ago
  42. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 15 years ago
  43. 508a237 Clear the OpenSSL error queue each time an error is signalled. by Antoine Pitrou · 15 years ago
  44. fd2103e reindent _cursesmodule.c by Victor Stinner · 15 years ago
  45. 03acec2 Remove unused variable, and fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  46. 2e136ab Improve _ssl.c formatting by Antoine Pitrou · 15 years ago
  47. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
  48. 11bb2cd Issue #8674: fix another bogus overflow check in audioop module. by Mark Dickinson · 15 years ago
  49. 035fbba Use ';' after initialization macros to avoid confusing re-indenters by Andrew M. Kuchling · 15 years ago
  50. 3eee7af Break long line in macros by Andrew M. Kuchling · 15 years ago
  51. 40f09c0 Move { out of #if...#else block; this confuses Emacs' C-mode by Andrew M. Kuchling · 15 years ago
  52. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
  53. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  54. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
  55. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
  56. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  57. 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 15 years ago
  58. d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 15 years ago
  59. 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 15 years ago
  60. a1b5629 Remove an unnecessary variable. by Brett Cannon · 15 years ago
  61. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 15 years ago
  62. a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 15 years ago
  63. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 15 years ago
  64. d0d2d31 Fix some whitespace. by Brett Cannon · 15 years ago
  65. 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 15 years ago
  66. 23b581a Strip out extraneous whitespace, cast a some `const char *` to `void *` when by Brett Cannon · 15 years ago
  67. 33e5dd8 Fix a Py_DECREF to a Py_XDECREF. by Brett Cannon · 15 years ago
  68. 87ab6ad Prevent a possible NULL de-reference and an unneeded variable assignment. by Brett Cannon · 15 years ago
  69. e894e93 Remove a redundant string length check and variable assignment. by Brett Cannon · 15 years ago
  70. 7983284 Fix two potential uninitialization errors and an unneeded assignment. by Brett Cannon · 15 years ago
  71. 8ffe7bb Remove unused variables and a variable initialization. by Brett Cannon · 15 years ago
  72. 5d947cb Remove unneeded variable assignment. by Brett Cannon · 15 years ago
  73. 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 15 years ago
  74. 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 15 years ago
  75. 99ac914 Remove an unused variable. by Brett Cannon · 15 years ago
  76. 949476e Remove unneeded variable initialization. by Brett Cannon · 15 years ago
  77. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  78. 951919f Issue #4687: Fix accuracy of garbage collection runtimes displayed with by Antoine Pitrou · 15 years ago
  79. f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 15 years ago
  80. 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
  81. 1dc6b08 Issue #8549: Fix compiling the _ssl extension under AIX. Patch by by Antoine Pitrou · 15 years ago
  82. ca2e612 Fixing obscure syslog corner-case when sys.argv = None, syslog() would call by Sean Reifscheider · 15 years ago
  83. 4d3e372 The do_handshake() method of SSL objects now adjusts the blocking mode of by Antoine Pitrou · 15 years ago
  84. 04f4347 Small comment documentation change to clarify "ident" selection. by Sean Reifscheider · 15 years ago
  85. f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 15 years ago
  86. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
  87. c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
  88. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  89. 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
  90. b7b7c77 add space by Benjamin Peterson · 15 years ago
  91. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  92. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  93. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
  94. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
  95. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
  96. 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 15 years ago
  97. 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
  98. 16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. by Martin v. Löwis · 15 years ago
  99. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
  100. 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago