]> granicus.if.org Git - python/shortlog
python
2014-01-27 Terry Jan ReedyIdlelib.calltips: add test of starred first parameters...
2014-01-27 Terry Jan ReedyMerge heads.
2014-01-27 Terry Jan ReedyIssue #20338: Increase allowed tip width slightly and...
2014-01-26 Serhiy StorchakaIssue #19990: Added tests for the imghdr module.
2014-01-26 Serhiy StorchakaFixed a bug in previous changeset: StreamReader returne...
2014-01-26 Serhiy StorchakaIssue #8260: The read(), readline() and readlines(...
2014-01-25 Benjamin Petersonupdate sphinx url
2014-01-25 Benjamin Petersonlinkify
2014-01-25 Serhiy StorchakaIssue #20331: Fixed possible FD leaks in various modules:
2014-01-25 Benjamin Petersonupdate hosting faq
2014-01-24 Benjamin Petersonnew plan: just remove typecasts (closes #20374)
2014-01-24 Benjamin Petersonuse new readline function types (closes #20374)
2014-01-23 Serhiy StorchakaThird attempt to fix test_user_command on OpenSolaris.
2014-01-23 Serhiy StorchakaOther attempt to fix test_user_command on OpenSolaris.
2014-01-23 Serhiy StorchakaTry to fix test_user_command on OpenSolaris where float...
2014-01-23 Serhiy StorchakaAdded test_user_command in test_tcl.
2014-01-23 Terry Jan ReedyIssue #17390: Add Python version to Idle editor window...
2014-01-23 Richard OudkerkIssue #14548: Make multiprocessing finalizers check...
2014-01-22 Stefan KrahFix test failures --without-threads.
2014-01-22 Terry Jan ReedyIssue #20818: Remove code from idlelib.CallTipWindow...
2014-01-22 Terry Jan ReedyIssue #16638: Include up to 5 docstring header lines...
2014-01-22 Florent XiclunaIssue #17825: Cursor ^ is correctly positioned for...
2014-01-21 Stefan KrahIssue #20246: Fix test failures on FreeBSD. Patch by...
2014-01-21 Terry Jan ReedyIssue #16630: Make Idle calltips work even when __getat...
2014-01-21 Georg BrandlFix markup error.
2014-01-21 Terry Jan ReedyIssue #16655: Explain why Idle's test_calltips has...
2014-01-21 Terry Jan ReedyIssue #21222: Whitespace
2014-01-21 Terry Jan ReedyIssue #20122: Idlelib: Move tests in 3.x CallTips.py...
2014-01-20 Serhiy StorchakaIssue #20262: Warnings are raised now when duplicate...
2014-01-20 Benjamin Petersonput notes in a ..note section
2014-01-20 Benjamin Petersondocument that a new Python thread context is created...
2014-01-19 Benjamin Petersonadd Nikolaus Rath to ACKS
2014-01-18 R David Murray#19855: restore use of LC_ALL, not LC_MESSAGES
2014-01-18 Serhiy StorchakaIssue #20270: urllib and urlparse now support empty...
2014-01-18 Serhiy StorchakaIssue #20243: TarFile no longer raise ReadError when...
2014-01-18 Serhiy StorchakaBackported test for issue #20238.
2014-01-18 Serhiy StorchakaIssue #20245: The open functions in the tarfile module...
2014-01-17 Zachary WareFix some typos/grammar in current sections of NEWS.
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.
next