]> granicus.if.org Git - python/shortlog
python
2014-02-15 Benjamin Petersonadd missing test assertion (closes #20080)
2014-02-15 Benjamin Petersongive non-iterable TypeError a message (closes #20507)
2014-02-15 Ezio Melotti#19890: fix typo in multiprocessing docs. Patch by...
2014-02-15 Ezio Melotti#20634: fix typo in IDLE README noticed by Saimadhav...
2014-02-14 Ned DeilyIssue #20605: Make test_socket getaddrinfo OS X segfaul...
2014-02-13 Serhiy StorchakaFixed typo in previous commit (issue #6815).
2014-02-13 Serhiy StorchakaIssue #6815: os.path.expandvars() now supports non...
2014-02-12 Serhiy StorchakaIssue #17671: Fixed a crash when use non-initialized...
2014-02-12 Serhiy StorchakaIssue #19255: Clear error after failed PyDict_SetItem...
2014-02-12 Ned DeilyAdd references for Xcode and the Python Developer's...
2014-02-11 Benjamin Petersonavoid name clash with posix_close (closes #20594)
2014-02-11 Serhiy StorchakaIssue #19856: shutil.move() failed to move a directory...
2014-02-11 Benjamin Petersondon't put runtime values in array initializer for C89...
2014-02-10 Georg BrandlFix trailing whitespace.
2014-02-10 Georg Brandlmerge with 3.3.4 releasing repo
2014-02-10 Georg BrandlPost-release updates.
2014-02-10 Serhiy Storchakaissue12085: Use more Pythonic way to check _child_created.
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 21 potential bugs when deleting...
2014-02-09 Georg BrandlAdded tag v3.3.4 for changeset 7ff62415e426
2014-02-09 Georg Brandlnews entry v3.3.4
2014-02-08 R David Murray#14983: always add a line end after a MIME boundary...
2014-02-08 Senthil KumaranInclude the mention of ResourceWarning being displayed...
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
2014-02-08 Charles-François... Issue #20065: socketmodule: Fix build error when AF_CAN...
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: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-09 Georg BrandlBump to 3.3.4 final
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 Georg BrandlPost release update.
2014-01-27 Georg BrandlAdded tag v3.3.4rc1 for changeset fa92f5f940c6
2014-01-27 Georg BrandlRemove old tag. v3.3.4rc1
2014-01-27 Georg Brandl.hgtouch: add a rule for Include/Python-ast.h
2014-01-27 Georg BrandlCloses #19966: allow hgtouch to operate on a base dir...
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 Georg BrandlAdded tag v3.3.4rc1 for changeset 7f32e55f161b
2014-01-25 Georg BrandlBump to 3.3.4rc1.
2014-01-25 Georg BrandlUpdate IDLE news from Misc/NEWS.
2014-01-25 Georg Brandldoc: pydoc topic and suspicious markup update
next