]> granicus.if.org Git - python/shortlog
python
2010-05-04 Brett CannonRemove a redundant string length check and variable...
2010-05-03 Brett CannonFix two potential uninitialization errors and an unneed...
2010-05-03 Brett CannonRemove unused variables and a variable initialization.
2010-05-03 Brett CannonRemove unneeded variable assignment.
2010-05-03 Brett CannonRemove unneeded variable mutation and initializations.
2010-05-03 Brett CannonClean up whitespace and remove unneeded variable initia...
2010-05-03 Brett CannonRemove an unused variable.
2010-05-03 Brett CannonRemove unneeded variable initialization.
2010-05-03 Antoine PitrouIssue #7865: The close() method of :mod:`io` objects...
2010-05-03 Jesus Ceawbits negative was documented SEVEN years ago
2010-05-03 Vinay SajipIssue #8576: logging updated to remove usage of find_un...
2010-05-02 Brett CannonUpdate the Vim syntax highlight file.
2010-05-02 Michael FoordFix unittest tests to not abuse traceback.format_exception
2010-05-02 Antoine PitrouIssue #4687: Fix accuracy of garbage collection runtime...
2010-05-02 Ronald OussorenSmall update to r80698 to ensure that webbrowser.open
2010-05-02 Ronald OussorenFor for issue #7192: with this patch webbrowser.get...
2010-05-02 Mark DickinsonImprove error message from nb_int returning a non-integ...
2010-05-01 Antoine PitrouRemove duplicate test
2010-05-01 Antoine PitrouFix attribution. Travis didn't do much and he did a...
2010-05-01 Andrew M. KuchlingDescribe memoryview
2010-05-01 Andrew M. KuchlingMinor grammar fix
2010-05-01 Mark DickinsonFix incorrect use of a list as the target of an 'except...
2010-05-01 Senthil KumaranFix issue8582: urllib.urlretrieve fails with ValueError...
2010-05-01 Andrew M. KuchlingAdd various items
2010-04-30 Antoine PitrouIssue #8576: Remove use of find_unused_port() in test_s...
2010-04-30 Marc-André... [issue8211] configure: ignore AC_PROG_CC hardcoded...
2010-04-30 Ronald OussorenAdd notes about uninstalling a framework install to
2010-04-30 Ronald OussorenFix for issue 8476
2010-04-30 Andrew M. KuchlingAdd item
2010-04-30 Andrew M. KuchlingMinor grammar re-wording
2010-04-30 Tarek ZiadéFixed #8577. distutils.sysconfig.get_python_inc() now...
2010-04-30 Ronald OussorenFix for issue #3646: with this patch it is possible...
2010-04-30 Andrew M. KuchlingAdd various items; rearrange unittest section a bit
2010-04-30 Andrew M. KuchlingMarkup fix; clarify by adding 'in that order'
2010-04-30 Andrew M. KuchlingFix typos
2010-04-30 Andrew M. KuchlingReword paragraph to make its meaning clearer.
2010-04-30 Andrew M. KuchlingAlways add space after RFC; reword paragraph
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...
next