]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-04-29  Giampaolo RodolàFixes issue 8543 (asynchat documentation issues)
2010-04-29  Senthil KumaranFixing the Broken links of mechanize library.
2010-04-29  Ezio MelottiGroup the Windows entries in getfilesystemencoding...
2010-04-29  Lars GustäbelIssue #8464: tarfile.open(name, mode="w|") no longer...
2010-04-29  Antoine PitrouIssue #7834: Fix connect() of Bluetooth L2CAP sockets...
2010-04-29  Benjamin Petersonupdate pypy url
2010-04-29  Benjamin Petersonupdate pypy description
2010-04-29  Andrew M. KuchlingAdd various unittest items
2010-04-29  Andrew M. KuchlingFix doubled 'the'.
2010-04-29  Andrew M. KuchlingAdd various items
2010-04-28  Antoine PitrouFix style issues in test_ssl
2010-04-28  Antoine PitrouClarify and fix the documentation for IOBase.close()
2010-04-28  Antoine PitrouState clearly that truncate() doesn't move the file...
2010-04-28  Senthil KumaranFixed Issue6312 - httplib fails with HEAD requests...
2010-04-28  Nick CoghlanAdd version changed note for -m tinkering with sys...
2010-04-28  Nick CoghlanIssue 8202: when using the -m command line switch,...
2010-04-28  Nick CoghlanAlso mention patch submitter's name in NEWS, not just...
2010-04-28  Nick CoghlanIssue 7490: make IGNORE_EXCEPTION_DETAIL also ignore...
2010-04-28  Jesus CeaIssue #3928: Support 'os.mknod()' in Solaris
2010-04-27  Victor StinnerIssue #7449, last part (11): fix many tests if thread...
2010-04-27  Victor StinnerIssue #7449, part 10: test_cmd imports trace module...
2010-04-27  Victor StinnerPartial revert of r80556 (Issue #7449, part 5, fix...
2010-04-27  Victor StinnerIssue #7449, part 9: fix test_xmlrpclib for missing...
2010-04-27  Victor StinnerIssue #7449, part 8: don't skip the whole test_asynchat...
2010-04-27  Victor StinnerIssue #7449, part 7: simplify threading detection in...
2010-04-27  Victor StinnerIssue #7449, part 6: fix test_hashlib for missing threa...
2010-04-27  Benjamin Petersonmake slice notation in (r)find docs consistent
2010-04-27  Antoine PitrouIssue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`...
2010-04-27  Victor StinnerIssue #7449, part 5: split Test.test_open() of ctypes...
2010-04-27  Victor StinnerIssue #7449, part 4: skip test_multiprocessing if threa...
2010-04-27  Victor StinnerIssue #7449 part 3, test_doctest: import trace module...
2010-04-27  Victor StinnerIssue #7449, part 2: regrtest.py -j option requires...
2010-04-27  Victor StinnerIssue #7449, part 1: fix test_support.py for Python...
2010-04-27  Benjamin Petersoncorrect signature
2010-04-27  Benjamin Petersoncondense import
2010-04-27  Benjamin Petersonfold __future__ imports
2010-04-27  Benjamin Petersonfix comment
2010-04-27  Benjamin Petersonreject None as the buffering argument like the C implem...
2010-04-27  Antoine PitrouIssue #8549: Fix compiling the _ssl extension under...
2010-04-27  Antoine Pitrousocket.error can really happen here, and fix a possible...
2010-04-27  Antoine PitrouQualify or remove or bare excepts. Simplify exception...
2010-04-27  Antoine Pitroureplace custom code with standard library functionality...
2010-04-27  Antoine PitrouRemove uses of find_unused_port() in test_ssl, and...
2010-04-26  Michael FoordAdding versionadded to various new unittest functions...
2010-04-26  R. David MurrayIssue #6656: fix locale.format_string to handle escaped...
2010-04-26  Antoine PitrouWhen calling getpeername() in SSLSocket.__init__, only...
2010-04-26  R. David MurrayIssue 8325: Improve regrtest --help text.
2010-04-25  Brett CannonRevert an accidental commit from r80492.
2010-04-25  Brett CannonWhen DeprecationWarning was silenced by default, it...
2010-04-25  Antoine PitrouIssue #2302: Fix a race condition in SocketServer.BaseS...
2010-04-25  Antoine PitrouReplace a Lock with a better suited Event.
2010-04-25  Michael FoordAdding unittest.removeHandler function / decorator...
2010-04-25  Georg BrandlPatch from Tim Hatch: Make socket setblocking <-> setti...
2010-04-25  Georg BrandlFix code example to have valid syntax so that it can...
2010-04-25  Georg BrandlPatch from Tim Hatch: Minor spelling changes to _winreg...
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
next