]> granicus.if.org Git - python/shortlog
python
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...
2014-01-18 Serhiy StorchakaIssue #20243: TarFile no longer raise ReadError when...
2014-01-18 Serhiy StorchakaIssue #20238: TarFile opened with external fileobj...
2014-01-18 Serhiy StorchakaIssue #20245: The open functions in the tarfile module...
2014-01-18 Benjamin Petersonrm extra whitespace
2014-01-18 Benjamin Petersonlink to builtin open not io.open
2014-01-18 Benjamin Petersondescribe type of Popen streams (closes #17814)
2014-01-17 Zachary WareIssue #20265: Updated some parts of the Using Windows...
2014-01-17 Gregory P.... avoid a compiler warning about assigning const char...
2014-01-17 Gregory P.... sort os.listxattr results before comparing it to avoid...
2014-01-17 Vinay SajipAdded example to recently added cookbook entry.
2014-01-17 Zachary WareFix some typos/grammar in current sections of NEWS.
2014-01-17 Zachary WareIssue #20266: Update parts of the Windows FAQ
2014-01-16 Serhiy StorchakaIssue #19936: Remove executable bits from C source...
2014-01-16 Serhiy StorchakaMerge heads
2014-01-16 Serhiy StorchakaIssue #19936: Added executable bits or shebang lines...
2014-01-16 Benjamin Petersonlinkify chain.from_iterable (closes #20272)
2014-01-16 Benjamin Petersonupdate pysqlite website (closes #20278)
2014-01-16 Stefan KrahIssue #19936: Disable shebang lines in order to prevent...
2014-01-15 Vinay SajipAdded cookbook entry on alternative formatting styles.
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 Zachary WareIssue #20253: Fixed a typo in the ipaddress docs that...
2014-01-14 Zachary WareFix typo. Found by David Pesta on docs@.
2014-01-14 Zachary WareFix typo. Found by David Pesta on docs@.
2014-01-14 Georg BrandlCloses #20258: Sphinx toolchain: move back to Jinja2...
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 Petersonmerge 3.2 (#20246)
2014-01-14 Benjamin Petersoncomplain when nbytes > buflen to fix possible buffer...
2014-01-14 Zachary WareFix typo.
2014-01-13 Vinay SajipIssue #20242: Fixed basicConfig() format strings for...
2014-01-13 R David Murray#20236: Fix sphinx markup.
2014-01-13 R David Murray#20206, #5803: more efficient algorithm that doesn...
2014-01-13 Serhiy StorchakaTest the open of non-exitent tarfile in all modes.
2014-01-13 Serhiy StorchakaFixed typo.
2014-01-13 Senthil KumaranIssue #19082: Working xmlrpc.server and xmlrpc.client...
2014-01-12 Serhiy StorchakaIssue #20138: The wsgiref.application_uri() and wsgiref...
2014-01-12 Georg Brandlmerge heads
2014-01-12 Georg BrandlDoc: update Sphinx toolchain also in make.bat
2014-01-12 Senthil KumaranIssue #19092 - Raise a correct exception when cgi.Field...
2014-01-11 Georg BrandlUpdate Sphinx toolchain.
2014-01-11 Serhiy Storchakatkinter.Text.debug() now always returns 0/1.
2014-01-11 Serhiy StorchakaFixed the serve.py script.
2014-01-10 Serhiy StorchakaTry to fix some ttk tests. Error messages were changed...
2014-01-10 Benjamin Petersonfix build when SCHED_SPORADIC is defined (closes #20217)
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 PitrouTry to fix test_ssl failures on some buildbots
2014-01-09 Antoine PitrouRemove conditional: it is useless at this point (OpenSS...
2014-01-09 Antoine PitrouIssue #20207: Always disable SSLv2 except when PROTOCOL...
2014-01-09 Serhiy StorchakaDo not reset the line number because we already set...
2014-01-09 Benjamin Petersonclear zip stat cache after each ref leak run
2014-01-09 Serhiy StorchakaIssue #18960: Fix bugs with Python source code encoding...
2014-01-09 Benjamin Petersonfix zipimport ref leak
2014-01-09 Serhiy StorchakaIssue #20078: Reading malformed zipfiles no longer...
2014-01-08 R David MurrayFix verb tense in base64 docs, and the phrasing of...
2014-01-08 Victor StinnerIssue #20113: Fix test_posix on OpenIndiana
2014-01-08 Victor StinnerIssue #20113: os.readv() and os.writev() now raise...
2014-01-08 Gregory P.... Fixes Issue #19081: When a zipimport .zip file in sys...
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-04 Stefan KrahWhitespace.
2014-01-04 Martin v. LöwisRegenerate python34stub.def.
2014-01-04 Martin v. LöwisIssue #17432: Drop UCS2 from names of Unicode functions...
2014-01-02 Benjamin Petersoncorrect word for __annotations__ doc (closes #20110)
2014-01-02 R David Murray#17282: Document unittest.main defaultTest argument.
2014-01-02 Benjamin Petersonavoid parameter name clash (closes #20108)
2014-01-02 Benjamin Petersonremove brackets
2014-01-02 Zachary WareIssue #20101: Allow test_monotonic to pass on Windows...
2014-01-02 Victor StinnerIssue #18829: Add tests for the csv module for invalid...
2014-01-02 Victor Stinnerparser: fix usage of Py_BuildValue() to build a parser...
2014-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2014-01-01 Benjamin Petersonupdate copyright year
2014-01-01 Antoine PitrouIssue #20055: Fix test_shutil under Windows with symlin...
2013-12-31 R David MurrayClarify the wording of a news entry.
2013-12-31 Zachary Warestr subclasses may have non-empty __slots__, bytes...
2013-12-29 Senthil KumaranBackporing the fix from Issue #12692
2013-12-28 Antoine PitrouIssue #19422: Explicitly disallow non-SOCK_STREAM socke...
2013-12-27 R David Murray#18116: backport fix to 3.3 since real-world failure...
2013-12-26 Serhiy StorchakaIssue #20027: Fixed locale aliases for devanagari locales.
2013-12-26 Serhiy StorchakaIssue #20067: Tkinter variables now work when wantobjec...
2013-12-26 Zachary WareIssue #19938: Re-enabled test_bug_1333982 in test_dis...
next