2010-04-28 |
Nick Coghlan | Add version changed note for -m tinkering with sys... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Issue 8202: when using the -m command line switch,... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Also mention patch submitter's name in NEWS, not just... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jesus Cea | Issue #3928: Support 'os.mknod()' in Solaris |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, last part (11): fix many tests if thread... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 10: test_cmd imports trace module... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Partial revert of r80556 (Issue #7449, part 5, fix... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 9: fix test_xmlrpclib for missing... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 8: don't skip the whole test_asynchat... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 7: simplify threading detection in... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 6: fix test_hashlib for missing threa... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Peterson | make slice notation in (r)find docs consistent |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Antoine Pitrou | Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 5: split Test.test_open() of ctypes... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 4: skip test_multiprocessing if threa... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449 part 3, test_doctest: import trace module... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 2: regrtest.py -j option requires... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 1: fix test_support.py for Python... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Peterson | correct signature |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Peterson | condense import |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Peterson | fold __future__ imports |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Peterson | fix comment |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Peterson | reject None as the buffering argument like the C implem... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Antoine Pitrou | Issue #8549: Fix compiling the _ssl extension under... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Antoine Pitrou | socket.error can really happen here, and fix a possible... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Antoine Pitrou | Qualify or remove or bare excepts. Simplify exception... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Antoine Pitrou | replace custom code with standard library functionality... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Antoine Pitrou | Remove uses of find_unused_port() in test_ssl, and... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Michael Foord | Adding versionadded to various new unittest functions... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
R. David Murray | Issue #6656: fix locale.format_string to handle escaped... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Antoine Pitrou | When calling getpeername() in SSLSocket.__init__, only... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
R. David Murray | Issue 8325: Improve regrtest --help text. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Brett Cannon | Revert an accidental commit from r80492. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Brett Cannon | When DeprecationWarning was silenced by default, it... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Antoine Pitrou | Issue #2302: Fix a race condition in SocketServer.BaseS... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Antoine Pitrou | Replace a Lock with a better suited Event. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Michael Foord | Adding unittest.removeHandler function / decorator... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Patch from Tim Hatch: Make socket setblocking <-> setti... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Fix code example to have valid syntax so that it can... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Patch from Tim Hatch: Minor spelling changes to _winreg... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Patch from Tim Hatch: Remove reference to winreg being... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Patch from Tim Hatch: Better cross-referencing in socke... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Remove LaTeXy index entry syntax. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | #8522: use with statement instead of try-finally for... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | #8528: fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Sean Reifscheider | Fixing obscure syslog corner-case when sys.argv = None... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Antoine Pitrou | Issue #5103: SSL handshake would ignore the socket... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Antoine Pitrou | The do_handshake() method of SSL objects now adjusts... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Brian Curtin | Fix #5774. Some _winreg functions are documented as... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Matthias Klose | - Issue #8509: Fix quoting in help strings and code... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Brian Curtin | Fix #7838. Add docstrings and privatize _subprocess... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Antoine Pitrou | Make test_makefile_close a networked test (can't read... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Georg Brandl | #7507: quote "!" in pipes.quote(); it is a special... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Georg Brandl | Markup fixes. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Antoine Pitrou | Issue #5238: Calling makefile() on an SSL object would... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Antoine Pitrou | Issue #7943: Fix circular reference created when instan... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Florent Xicluna | Fix the "regrtest -s" switch. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Florent Xicluna | Remove ImportWarnings filters. They become obsolete... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Sean Reifscheider | Small comment documentation change to clarify "ident... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Sean Reifscheider | issue8451: Making syslog module use sys.argv[0] for... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antoine Pitrou | Issue #8108: Fix the unwrap() method of SSL objects... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Georg Brandl | Add "report a bug" links in some prominent places.... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antoine Pitrou | Skip test on old versions of OpenSSL |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antoine Pitrou | Temporarily display OpenSSL version in verbose run... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Senthil Kumaran | Changed tests to only urlparse one, which was enough... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Ezio Melotti | Rephrase comment. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Martin v. Löwis | Issue #8475: Pass absolute interpreter path to |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Ezio Melotti | #8474: fix duplicate test in test_email. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Senthil Kumaran | Updated the RFCs list in the See Also section of urlpar... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Antoine Pitrou | Issue #7332: Remove the 16KB stack-based buffer in |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Matthias Klose | - Build the ossaudio extension on GNU/kFreeBSD. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Matthias Klose | setup.py: search ffi.h in include dirs, if LIBFFI_INCLU... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Antoine Pitrou | Forgot to add the sample certificate (followup to r80314) |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Antoine Pitrou | Issue #8484: Load all ciphers and digest algorithms... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Tarek Ziadé | shutil: removed unused import and fixed attributes... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Martin v. Löwis | Add Tim Golden. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Ronald Oussoren | Sync test_plistlib.py with plistlib.py |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Victor Stinner | Issue #8437: Fix test_gdb failures, patch written by... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Tarek Ziadé | removed ztar support in shutil.make_archive |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | Fix for issue 7852: the DTD for OSX Plists has changed due |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Senthil Kumaran | Issue2987 - Added additional Invalid URL and changed... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Matthias Klose | fix typo in r79533, introduced by the fix for issue... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | #8472: fix wrong function name in functions.rst: iterto... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Brian Curtin | Add version info for os.kill and signal changes from... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | This patch fixes the handling of a weak-linked |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | The PythonLauncher change is needed due |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Stefan Krah | 1) The timeout in the itimer tests was too low for... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Senthil Kumaran | Fix Issue8460: Victor's patch to add timeout in test_ur... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | Explicitly set system default for $PATH to |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Giampaolo Rodolà | Fix Issue #4841: timeout is now applied for connections... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Tarek Ziadé | Fixed #8463: added missing reference to bztar in shutil... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Tarek Ziadé | few pep8 fixes |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Antoine Pitrou | Issue #8438: Remove reference to the missing "surrogate... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Raymond Hettinger | Issue 8436: set.__init__ accepts keyword args |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Antoine Pitrou | Fix catastrophic file opening and closing logic in... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Victor Stinner | Revert r80166 (and r80171), restore Lib/platform.py... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Ronald Oussoren | Add the OSX universal binary related options |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Ronald Oussoren | Add check to build-installer.py to ensure that |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Ronald Oussoren | Fix for issue #7072 |
commit | commitdiff | tree | snapshot |
next |