]> granicus.if.org Git - python/shortlog
python
2010-04-25 Georg BrandlPatch from Tim Hatch: Remove reference to winreg being...
2010-04-25 Georg BrandlPatch from Tim Hatch: Better cross-referencing in socke...
2010-04-25 Georg BrandlRemove LaTeXy index entry syntax.
2010-04-25 Georg Brandl#8522: use with statement instead of try-finally for...
2010-04-25 Georg Brandl#8528: fix typo.
2010-04-25 Sean ReifscheiderFixing obscure syslog corner-case when sys.argv = None...
2010-04-24 Antoine PitrouIssue #5103: SSL handshake would ignore the socket...
2010-04-24 Antoine PitrouThe do_handshake() method of SSL objects now adjusts...
2010-04-24 Brian CurtinFix #5774. Some _winreg functions are documented as...
2010-04-24 Matthias Klose- Issue #8509: Fix quoting in help strings and code...
2010-04-24 Brian CurtinFix #7838. Add docstrings and privatize _subprocess...
2010-04-24 Antoine PitrouMake test_makefile_close a networked test (can't read...
2010-04-24 Georg Brandl#7507: quote "!" in pipes.quote(); it is a special...
2010-04-24 Georg BrandlMarkup fixes.
2010-04-23 Antoine PitrouIssue #5238: Calling makefile() on an SSL object would...
2010-04-23 Antoine PitrouIssue #7943: Fix circular reference created when instan...
2010-04-23 Florent XiclunaFix the "regrtest -s" switch.
2010-04-23 Florent XiclunaRemove ImportWarnings filters. They become obsolete...
2010-04-23 Sean ReifscheiderSmall comment documentation change to clarify "ident...
2010-04-23 Sean Reifscheiderissue8451: Making syslog module use sys.argv[0] for...
2010-04-22 Antoine PitrouIssue #8108: Fix the unwrap() method of SSL objects...
2010-04-22 Georg BrandlAdd "report a bug" links in some prominent places....
2010-04-22 Antoine PitrouSkip test on old versions of OpenSSL
2010-04-22 Antoine PitrouTemporarily display OpenSSL version in verbose run...
2010-04-22 Senthil KumaranChanged tests to only urlparse one, which was enough...
2010-04-22 Ezio MelottiRephrase comment.
2010-04-22 Martin v. LöwisIssue #8475: Pass absolute interpreter path to
2010-04-22 Ezio Melotti#8474: fix duplicate test in test_email.
2010-04-22 Senthil KumaranUpdated the RFCs list in the See Also section of urlpar...
2010-04-21 Antoine PitrouIssue #7332: Remove the 16KB stack-based buffer in
2010-04-21 Matthias Klose- Build the ossaudio extension on GNU/kFreeBSD.
2010-04-21 Matthias Klosesetup.py: search ffi.h in include dirs, if LIBFFI_INCLU...
2010-04-21 Antoine PitrouForgot to add the sample certificate (followup to r80314)
2010-04-21 Antoine PitrouIssue #8484: Load all ciphers and digest algorithms...
2010-04-21 Tarek Ziadéshutil: removed unused import and fixed attributes...
2010-04-21 Martin v. LöwisAdd Tim Golden.
2010-04-21 Ronald OussorenSync test_plistlib.py with plistlib.py
2010-04-20 Victor StinnerIssue #8437: Fix test_gdb failures, patch written by...
2010-04-20 Tarek Ziadéremoved ztar support in shutil.make_archive
2010-04-20 Ronald OussorenFix for issue 7852: the DTD for OSX Plists has changed due
2010-04-20 Senthil KumaranIssue2987 - Added additional Invalid URL and changed...
2010-04-20 Matthias Klosefix typo in r79533, introduced by the fix for issue...
2010-04-20 Ezio Melotti#8472: fix wrong function name in functions.rst: iterto...
2010-04-20 Brian CurtinAdd version info for os.kill and signal changes from...
2010-04-20 Ronald OussorenThis patch fixes the handling of a weak-linked
2010-04-20 Ronald OussorenThe PythonLauncher change is needed due
2010-04-20 Stefan Krah1) The timeout in the itimer tests was too low for...
2010-04-20 Senthil KumaranFix Issue8460: Victor's patch to add timeout in test_ur...
2010-04-20 Ronald OussorenExplicitly set system default for $PATH to
2010-04-19 Giampaolo RodolàFix Issue #4841: timeout is now applied for connections...
2010-04-19 Tarek ZiadéFixed #8463: added missing reference to bztar in shutil...
2010-04-19 Tarek Ziadéfew pep8 fixes
2010-04-19 Antoine PitrouIssue #8438: Remove reference to the missing "surrogate...
2010-04-18 Raymond HettingerIssue 8436: set.__init__ accepts keyword args
2010-04-18 Antoine PitrouFix catastrophic file opening and closing logic in...
2010-04-18 Victor StinnerRevert r80166 (and r80171), restore Lib/platform.py...
2010-04-18 Ronald OussorenAdd the OSX universal binary related options
2010-04-18 Ronald OussorenAdd check to build-installer.py to ensure that
2010-04-18 Ronald OussorenFix for issue #7072
2010-04-18 Giampaolo RodolàFix Issue #3817: 225 is now considered a valid response...
2010-04-18 Antoine PitrouFix bootstrap after r80166
2010-04-18 Victor Stinnerplatform: use subprocess.Popen() instead of os.popen...
2010-04-17 Martin v. LöwisIssue #8279: Fix test_gdb failures.
2010-04-17 R. David MurrayIssue #8263: On freebsd6 the unittest 'break' test...
2010-04-17 Martin v. LöwisAdd Giampaolo.
2010-04-17 Antoine PitrouIssue #8322: Add a *ciphers* argument to SSL sockets...
2010-04-17 R. David MurrayUpdate link to Apple Publication Style guide.
2010-04-17 Senthil KumaranFix Issue5650 - Update the RFC List in the urlparse...
2010-04-17 R. David MurrayIssue #3864: Skip three test_signal tests on freebsd6...
2010-04-16 Benjamin Petersontiny simplification
2010-04-16 Benjamin Petersonhave a clear error when passing something > sys.maxsize...
2010-04-16 Benjamin Petersonfix typo
2010-04-16 Benjamin Petersonbytearray -> type2test
2010-04-16 Benjamin Petersonremove check for unicode
2010-04-16 Antoine PitrouIgnore jinja2
2010-04-16 Senthil KumaranFix issue2987: RFC2732 support for urlparse (IPv6 addre...
2010-04-15 Benjamin Petersonadd space
2010-04-15 Andrew M. KuchlingAdd various items
2010-04-15 Brian CurtinFix os.kill tests to be more robust and work with slowe...
2010-04-14 Andrew M. KuchlingAdd various items; correct argparse output
2010-04-14 Georg BrandlFix missing.
2010-04-14 Georg Brandl#8370: fix module name in backported doc addition.
2010-04-14 Georg Brandl#5250: document __instancecheck__ and __subclasscheck__...
2010-04-14 Georg Brandl#8399: add note about Windows and O_BINARY.
2010-04-14 Andrew M. KuchlingAdd some text
2010-04-14 Georg BrandlAdd an x-ref to where the O_ constants are documented...
2010-04-14 Georg Brandl#5341: fix typo and adapt docstring syntax.
2010-04-14 Georg Brandl#5341: typo.
2010-04-14 Brian CurtinAdd a small sleep to let a subprocess start before...
2010-04-14 Andrew M. KuchlingAdd argparse example
2010-04-13 R. David MurrayIssue #5277: Fix quote counting when parsing RFC 2231...
2010-04-13 Antoine PitrouFix overzealous patterns in .hgignore, which used to...
2010-04-13 Mark DickinsonIn test_winsound, don't try to import _winreg until...
2010-04-13 Georg BrandlGet rid of multi-row cells.
2010-04-13 Brian CurtinFix #7306. Add skips to test_winsound when no default...
2010-04-13 Andrew M. KuchlingAdd an item; stray edit
2010-04-12 Brian CurtinFix #8364. Update the setquit docstring and change...
2010-04-12 Raymond HettingerAdd usage notes for collections.Counter().
2010-04-12 Mark DickinsonMore struct doc tweaks.
2010-04-12 Mark DickinsonRewrap some long lines in struct module doc source.
next