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