]> granicus.if.org Git - python/shortlog
python
2014-02-08 R David Murray#16983: Apply postel's law to encoded words inside...
2014-02-08 R David Murray#19772: Do not mutate message when downcoding to 7bit.
2014-02-08 Serhiy StorchakaIssue #20553. Use specific asserts in ipaddress tests.
2014-02-08 Terry Jan ReedyIssue #20406: Use Python application icons for Idle...
2014-02-08 Nick CoghlanFix #18805 NEWS entry
2014-02-08 Nick CoghlanIssue #18805: better netmask validation in ipaddress
2014-02-08 Serhiy StorchakaIssue #20549: Use specific asserts in mailbox, smtplib...
2014-02-08 Serhiy StorchakaIssue #20555: Use specific asserts in urllib, httplib...
2014-02-08 Serhiy StorchakaIssue #20546: Use specific asserts in int tests.
2014-02-08 Serhiy StorchakaIssue #20538: UTF-7 incremental decoder produced incons...
2014-02-07 R David Murray#17369: Improve handling of broken RFC2231 values in...
2014-02-07 R David Murray#20013: don't raise socket error when selected mailbox...
2014-02-07 R David Murray#19063: the unicode-in-set_payload problem isn't gettin...
2014-02-07 Serhiy StorchakaIssue #20532: Tests which use _testcapi now are marked...
2014-02-06 Serhiy StorchakaSilence BytesWarning (backport 267a4d4d9d65).
2014-02-06 Serhiy StorchakaIssue #20363. Fixed BytesWarning triggerred by test...
2014-02-06 Serhiy StorchakaFix empty strings to empty bytes objects.
2014-02-06 Brett CannonIssue #20488: Update docs to say importlib is *the...
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Ned DeilyIssue #20374: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-05 R David Murray#14515: clarify that TemporaryDirectory's __enter__...
2014-02-05 Serhiy StorchakaIssue #19920: TarFile.list() no longer fails when outpu...
2014-02-05 Serhiy StorchakaIssue #20498: Fixed io.StringIO tests for newline=...
2014-02-04 Christian HeimesIssue #20515: Fix NULL pointer dereference introduced...
2014-02-04 Vinay SajipIssue #20509: Added cross-reference in documentation.
2014-02-04 Benjamin Petersonrestore namespacing of pyexpat symbols (closes #19186)
2014-02-03 Ned DeilyIssue #20474: Fix "unexpected success" test_socket...
2014-02-03 Serhiy StorchakaSkip expr* tests for large integers for Tcl <8.5.
2014-02-03 Antoine PitrouIssue #20426: When passing the re.DEBUG flag, re.compil...
2014-02-03 Serhiy StorchakaIssue #19761: Fixed Tkinter tests on OS X.
2014-02-03 Serhiy StorchakaIssue #20368: The null character now correctly passed...
2014-02-03 Serhiy StorchakaIssue #20368: Add tests for Tkinter methods exprstring...
2014-02-03 Andrew KuchlingUse different word
2014-02-03 Vinay SajipAdded cookbook entry on logging filter configuration...
2014-02-02 Antoine PitrouIssue #20435: Fix _pyio.StringIO.getvalue() to take...
2014-02-02 Ned DeilyIssue #19990: Install test/imghdrdata.
2014-02-02 Antoine PitrouIssue #20423: fix documentation of io.StringIO's newlin...
2014-02-02 Serhiy StorchakaIssue #19320: Fixed split/splitlist tests in test_tcl...
2014-02-02 Benjamin Petersonuse with statement to ensure zipfile is always closed...
2014-02-02 Terry Jan ReedyUpdate the python.gif icon for the Idle classbrowser...
2014-02-01 Ezio Melotti#20288: fix handling of invalid numeric charrefs in...
2014-01-31 Zachary WareIssue #20460: Render 'bytes' as a class, not a function.
2014-01-31 Zachary WareFix unfinished thought in xml overview page. Suggested...
2014-01-30 Gregory P.... Remove issue 19081 Misc/NEWS entry since it isn't entir...
2014-01-30 Yury Selivanovinspect.docs: Document constructors for Signature ...
2014-01-29 Antoine PitrouIssue #20373: generalize use of test.script_helper...
2014-01-29 Serhiy StorchakaIssue #20424: Python implementation of io.StringIO...
2014-01-29 Terry Jan ReedyIdlelib: forward port changes that silenced 2.7 -3...
2014-01-27 Serhiy StorchakaIssue #19456: ntpath.join() now joins relative paths...
2014-01-27 Serhiy StorchakaIssue #19077: tempfile.TemporaryDirectory cleanup is...
2014-01-27 Victor StinnerIssue #20367: Fix behavior of concurrent.futures.as_com...
2014-01-27 Benjamin Petersoneliminate redundancy between yield stmt and yield expr...
2014-01-27 Terry Jan ReedyIssue #17721: Remove non-functional configuration dialo...
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 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 Victor StinnerIssue #20311: Revert 033137c12d88, select.epoll.poll...
2014-01-25 Eric V. SmithFix grammar.
2014-01-25 Benjamin Petersonupdate hosting faq
2014-01-24 Serhiy StorchakaFix typo.
2014-01-24 Serhiy StorchakaIssue #20384: Fix the test_tarfile test on Windows.
2014-01-24 Benjamin Petersonnew plan: just remove typecasts (closes #20374)
2014-01-24 Nick CoghlanIssue 20317: Remove debugging code from contextlib
2014-01-24 Benjamin Petersonuse new readline function types (closes #20374)
2014-01-23 Serhiy StorchakaFixed test_user_command on OpenSolaris where floats...
2014-01-23 Serhiy StorchakaIssue #19936: Restored executable bits for several...
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-22 Nick CoghlanIssue #20317: Don't create a reference loop in ExitStack
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 Serhiy StorchakaIssue #2382: SyntaxError cursor "^" now is written...
2014-01-21 Zachary WareIssue #20301: Mention the correct KEY_* value as the...
2014-01-21 Georg Brandlfix deprecated-removed directive with sphinx 1.2
2014-01-21 Terry Jan ReedyIssue #16655: Explain why Idle's test_calltips has...
2014-01-21 Terry Jan ReedyIssue #20122: Idlelib: Move tests in CallTips.py to...
2014-01-21 Terry Jan ReedyIssue #20222: file is no longer a builtin in 3.x.
2014-01-21 Victor StinnerIssue #20311: Try to fix the unit test, use time.monoto...
2014-01-21 Victor StinnerIssue #20311: select.epoll.poll() now rounds the timeou...
2014-01-20 Serhiy StorchakaIssue #20262: Warnings are raised now when duplicate...
2014-01-20 Serhiy StorchakaIssue #20315: Removed support for backward compatibilit...
2014-01-20 Stefan KrahIssue #19036: Including locale.h should not depend...
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 Petersonimprove description of buffers argument for readv/write...
2014-01-19 Benjamin Petersoncorrect news entry for #18574
2014-01-19 Benjamin Petersonadd Nikolaus Rath to ACKS
2014-01-19 Benjamin Petersonfix handling of 100-continue status code (closes #18574)
2014-01-18 R David Murray#19855: restore use of LC_ALL, not LC_MESSAGES
2014-01-18 Serhiy StorchakaIssue #20270: urllib.urlparse now supports empty ports.
2014-01-18 Serhiy StorchakaIssue #20244: Fixed possible file leaks when unexpected...
next