]> granicus.if.org Git - python/shortlog
python
2014-01-17 Serhiy StorchakaIssue #20086: Restored the use of locale-independing...
2014-01-16 Benjamin Petersonfix error check
2014-01-16 Serhiy StorchakaIssue #19936: Added executable bits or shebang lines...
2014-01-16 Benjamin Petersonupdate pysqlite website (closes #20278)
2014-01-15 Vinay SajipClarified documentation note on module-level convenienc...
2014-01-14 Zachary WareIssue #20255: Update the about and bugs pages.
2014-01-14 Benjamin Petersonadd test for #20251
2014-01-14 Benjamin Petersonremove overly strict assertion (closes #20251)
2014-01-14 Benjamin Petersoncorrect defaultdict signature in docstring (closes...
2014-01-14 Benjamin Petersoncomplain when nbytes > buflen to fix possible buffer...
2014-01-14 Zachary WareFix typo. Pointed out by Finn Ellis on docs@.
2014-01-13 R David Murray#20236: Fix sphinx markup.
2014-01-13 Serhiy StorchakaBackported test for the open of non-existent tarfile.
2014-01-13 Serhiy StorchakaFixed typo.
2014-01-13 Senthil KumaranIssue #19082: Working SimpleXMLRPCServer and xmlrpclib...
2014-01-12 Serhiy StorchakaIssue #20138: Backport tests for handling non-ASCII...
2014-01-12 Senthil KumaranAdding test coverage for cgi.FieldStorage based on...
2014-01-11 Serhiy Storchakatkinter.Text.debug() now always returns 0/1.
2014-01-10 Serhiy StorchakaTry to fix some ttk tests. Error messages were changed...
2014-01-10 Serhiy StorchakaFixed test_tempfilepager in test_pydoc on Windows.
2014-01-10 Serhiy StorchakaIssue #20086: Output more details when test_getsetlocal...
2014-01-10 Serhiy StorchakaIssue #19804: The test_find_mac test in test_uuid is...
2014-01-10 Serhiy StorchakaIssue #19886: Use better estimated memory requirements...
2014-01-09 Serhiy StorchakaIssue #13107: argparse and optparse no longer raises...
2014-01-09 Antoine PitrouIssue #20207: Always disable SSLv2 except when PROTOCOL...
2014-01-09 Benjamin Petersonclear zip stat cache after each ref leak run
2014-01-09 Benjamin Petersonfix zipimport ref leak
2014-01-08 R David MurrayFix verb tense.
2014-01-08 Gregory P.... cleanup for the issue 19081 fix - pull the file open...
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-07 Gregory P.... Should fix the issue19081 fix on Windows. Don't let...
2014-01-06 Gregory P.... normalize whitespace from prior issue19081 fix commit.
2014-01-06 Gregory P.... news entry for issue19081 fix.
2014-01-06 Gregory P.... Fixes issue19081: When a zipimport .zip file in sys...
2014-01-05 R David Murray#1065986: add missing error handler in pydoc unicode...
2014-01-05 R David Murray#1065986: Make pydoc handle unicode strings.
2014-01-03 R David Murray#16039/#20118: temporarily skip failing imaplib SSL...
2014-01-03 R David Murraycloses 16039: CVE-2013-1752: limit line length in imapl...
2014-01-02 R David Murray#17282: Document unittest.main defaultTest argument.
2014-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2014-01-01 Benjamin Petersonupdate copyright year
2013-12-28 Benjamin Petersoncomplain if the codec doesn't return unicode
2013-12-28 Antoine PitrouIssue #19422: Explicitly disallow non-SOCK_STREAM socke...
2013-12-28 Serhiy StorchakaFixed the wave module testing on big-endian platforms.
2013-12-26 Serhiy StorchakaIssue #20027: Fixed locale aliases for devanagari locales.
2013-12-26 Serhiy StorchakaBackported tests for Tkinter variables.
2013-12-26 Serhiy StorchakaIssue #20067: Tkinter variables now work when wantobjec...
2013-12-26 R David Murray#20063: Remove inaccurate/confusing statement about...
2013-12-25 Serhiy Storchakatest_debug in test_tkinter/test_text no longer fails...
2013-12-25 Serhiy StorchakaIssue #19320: test_tcl no longer fails when wantobjects...
2013-12-25 Serhiy StorchakaIssue #19020: Tkinter now uses splitlist() instead...
2013-12-25 Serhiy StorchakaIssue #20058: sys.stdin.readline() in IDLE now always...
2013-12-24 Serhiy StorchakaRemoved spaces before colons and semicolons.
2013-12-23 Serhiy StorchakaRemoved spaces before commas and periods.
2013-12-23 Benjamin Petersonupdate Barry's email (closes #19563)
2013-12-22 Antoine Pitrous/lightweight/minimal/, as per issue #11379.
2013-12-22 Antoine PitrouIssue #12226: HTTPS is now used by default when connect...
2013-12-21 Serhiy StorchakaIssue #20048: Fixed ZipExtFile.peek() when it is called...
2013-12-20 Serhiy StorchakaIssue #20034: Updated alias mapping to most recent...
2013-12-19 Serhiy StorchakaMerge heads
2013-12-19 Serhiy StorchakaDon't use sebTest() in tests for issue #5815.
2013-12-19 Zachary WareIssue #19683: Removed empty tests from test_minidom.
2013-12-19 Serhiy StorchakaIssue #5815: Fixed support for locales with modifiers...
2013-12-19 Victor StinnerIssue #20026: Fix the sqlite module to handle correctly...
2013-12-19 Serhiy StorchakaIssue #18829: csv.Dialect() now checks type for delimit...
2013-12-19 Vinay SajipIssue #19902: Added list of logging levels.
2013-12-18 Benjamin Petersonupdate url to spec (closes #20018)
2013-12-18 Gregory P.... remove trailing spaces.
2013-12-18 Zachary WareIssue #20005: Fix typo in operator docs. Patch by...
2013-12-18 Serhiy StorchakaIssue #19492: Silently skipped distutils tests now...
2013-12-18 R David Murray#19855: uuid.get_node now looks on the PATH for executa...
2013-12-17 Antoine PitrouIssue #20006: Fix sporadic failures in test_weakset.
2013-12-17 Serhiy StorchakaIssue #20007: HTTPResponse.read(0) no more prematurely...
2013-12-17 R David Murray20004: Note that the setter in csv.DictReader is broken.
2013-12-17 Serhiy StorchakaCircumventing a bug in glibc (issue #17976).
2013-12-17 Serhiy StorchakaIssue #16404: Add checks for return value of PyInt_From...
2013-12-17 Serhiy StorchakaFixed leak in sys.flags initialization.
2013-12-17 Serhiy StorchakaSkip test for issue #17976 if /dev/null is not available.
2013-12-17 Serhiy StorchakaIssue #17976: Fixed potential problem with file.write...
2013-12-16 Serhiy StorchakaRemoved old implementation of ntpath.splitunc() (issue...
2013-12-16 Zachary WareIssue #19987: Re-write test_alias_fallback in test_wins...
2013-12-16 Serhiy StorchakaMerge heads
2013-12-16 Serhiy StorchakaIssue #19912: Fixed numerous bugs in ntpath.splitunc().
2013-12-15 Charles-François... Issue #19965: Make sure that Python-ast.h is properly...
2013-12-14 Serhiy StorchakaIssue #19623: Fixed writing to unseekable files in...
2013-12-14 Serhiy StorchakaIssue #17919: Fixed integer overflow in the eventmask...
2013-12-14 Ezio Melotti#19981: fix typo in email.mailbox docs. Patch by Claud...
2013-12-13 Serhiy StorchakaIssue #17919: select.poll.poll() again works with poll...
2013-12-13 Victor StinnerIssue #14432: Generator now clears the borrowed referen...
2013-12-11 Gregory P.... Fixes Issue #17200: telnetlib's read_until and expect...
2013-12-11 Ned DeilyIssue #18270: Prevent possible IDLE AttributeError...
2013-12-10 Zachary WareIssue #19572: Replace a return that shouldn't have...
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Zachary WareIssue #19572: More silently skipped tests explicitly...
2013-12-10 Nadeem VawdaSkip test for #19878 on Windows.
2013-12-10 Ezio Melotti#19943: fix typo noticed by Jakub Wilk.
2013-12-10 Nick CoghlanIssue #19407: add Python Packaging User Guide notes
2013-12-10 Serhiy StorchakaIssue #19928: Implemented a test for repr() of cell...
2013-12-10 Serhiy StorchakaIssue #19481: print() of unicode, str or bytearray...
2013-12-10 Victor StinnerIssue #19932: Fix typo in import.h, missing whitespaces...
next