]> granicus.if.org Git - python/shortlog
python
2014-05-12 Guido van Rossumasyncio: Fix upstream issue 168: StreamReader.read...
2014-05-12 Ned DeilyIssue #21383: Allow "make touch" to work when building...
2014-05-12 Terry Jan ReedyIssue #18104: News for 3.4 (which will not merge forward).
2014-05-12 Terry Jan Reedywhitespace
2014-05-12 Terry Jan ReedyIssue #18104: Add idlelib/idle_test/htest.py with a...
2014-05-11 Benjamin Petersonuse logical rather than bit and
2014-05-11 Gregory P.... Change all references to Unix to POSIX in the subproces...
2014-05-11 Gregory P.... Remove the warning-soup from the subprocess documentati...
2014-05-11 Benjamin Petersonremove confusing delete indexing (closes #21466)
2014-05-11 Antoine PitrouTry to fix issue #21425 workaround for shared library...
2014-05-11 Antoine PitrouFix printing out error message when test fails and...
2014-05-11 Antoine PitrouTry workaround for test issues in #21425
2014-05-11 Antoine PitrouIssue #21425: Fix flushing of standard streams in the...
2014-05-10 Guido van Rossumasyncio: Upstream issue #167: remove dead code, by...
2014-05-09 Tim GoldenMerge
2014-05-09 Tim GoldenIssue21452 Add missing backslash to build path for...
2014-05-09 Tim GoldenIssue10752 Be more robust when finding a PERL interpret...
2014-05-09 Brett CannonIssue #21438: Document what loaders don't require a...
2014-05-09 Brett CannonIssue #21157: Touch up imp docs to be more explicit...
2014-05-08 Tim PetersIssue #21435: Segfault in gc with cyclic trash
2014-05-08 Antoine PitrouIssue #21396: Fix TextIOWrapper(..., write_through...
2014-05-08 R David Murray#21300: fix typo
2014-05-08 Kristján Valur... Merging from 3.3: The PyCOND_TIMEDWAIT must use microse...
2014-05-08 Kristján Valur... The PyCOND_TIMEDWAIT must use microseconds for the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-05-07 R David Murray#21300: Clean up the docs for the email "policy" arguments.
2014-05-06 Guido van Rossumasyncio: Fix the second half of issue #21447: race...
2014-05-06 Zachary WareAdd prompts to interactive example.
2014-05-06 Zachary WareIssue #21366: Document the fact that ``return`` in...
2014-05-05 Guido van Rossumasyncio docs: ProactorEventLoop does not support SSL.
2014-05-04 Larry HastingsIssue #21088: Bugfix for curses.window.addch() regressi...
2014-05-04 Ned DeilyIssue #18604: Skip the Tk instantiation test on OS...
2014-05-04 Benjamin Petersonuse with blocks to make sure files are closed
2014-05-04 Benjamin Petersonimprove test coverage of filecmp (closes #21357)
2014-05-03 Raymond HettingerIssue 21375: Fix possible Py_ssizet overflow in heapq.
2014-05-02 Zachary WareIssue #18604: Consolidated checks for GUI availability.
2014-05-01 Martin v. LöwisUpdate to 1.0.1g
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-29 Stefan KrahIssue #21374: Fix pickling of DecimalTuple.
2014-04-29 Jesus CeaCloses issue #21316: mark test_devpoll to be meaningful...
2014-04-29 Zachary WareIssue #17386: Expand Doc/make.bat to be much more simil...
2014-04-29 Zachary WareIssue #17386: Update Doc/README.txt to list all targets
2014-04-29 Zachary WareIssue #17386: List the 'htmlview' target in the Doc...
2014-04-29 Antoine PitrouIssue #21321: itertools.islice() now releases the refer...
2014-04-29 Terry Jan ReedyIssue #21055: Index (augmented) assignment symbols.
2014-04-29 Terry Jan ReedyCloses 21048: Index 'as' in import and with statements.
2014-04-29 Terry Jan ReedyIssue #21026: Augment site doc based on experiments...
2014-04-28 Antoine PitrouIssue #9307: document the various Py_TPFLAGS_*_SUBCLASS...
2014-04-28 Antoine PitrouIssue #9815: assertRaises now tries to clear references...
2014-04-28 Antoine PitrouIssue #13204: Calling sys.flags.__new__ would crash...
2014-04-27 Guido van Rossumasyncio: Add __weakref__ slots to Handle and CoroWrappe...
2014-04-27 Guido van Rossumasyncio: Be careful accessing instance variables in...
2014-04-26 R David Murray#18243: Remove obsolete cautionary note from email...
2014-04-26 Benjamin Petersonmake operations on closed dumb databases raise a consis...
2014-04-26 Benjamin Petersonshallow defaults to 'True' not '1' (closes #21355)
2014-04-26 Antoine PitrouIssue #21207: Detect when the os.urandom cached fd...
2014-04-25 Andrew Kuchling#21225: copy docstrings from base classes
2014-04-24 Zachary WareIssue #21346: Fix typo, make message consistent in...
2014-04-23 Zachary Ware"Escape" a character in the middle of "warning"
2014-04-23 Gregory P.... fix the test on windows which has different return...
2014-04-23 Zachary WarePrevent Sphinx error on whatsnew/changelog
2014-04-23 Gregory P.... subprocess's Popen.wait() is now thread safe so that...
2014-04-23 Benjamin Petersonfix off-by-one error (closes #21330)
2014-04-22 Antoine PitrouIssue #21127: Path objects can now be instantiated...
2014-04-22 Terry Jan ReedyIssue #21138: Change default reformat paragraph width...
2014-04-22 Terry Jan ReedyIssue 21284: Idle: make test_formatparagraph pass even...
2014-04-20 Senthil KumaranNEWS entry for #15002
2014-04-20 Senthil Kumaranurllib.response object to use _TemporaryFileWrapper...
2014-04-20 R David Murray#12220: improve minidom error when URI contains spaces.
2014-04-20 Ned DeilyIssue #11571: Ensure that the turtle window becomes...
2014-04-19 Ned DeilyIssue #21311: Avoid exception in _osx_support with...
2014-04-19 R David Murray#9364: Improve the text printed by help(pydoc) and...
2014-04-19 Eric SnowIssue #21200: Return None from pkgutil.get_loader(...
2014-04-18 Terry Jan ReedyIssue #21232: Replace .splitlines arg '1' with 'keepend...
2014-04-18 Zachary WareIssue #21289: Fix documentation building on Windows...
2014-04-18 Guido van RossumNEWS for latest asyncio commit.
2014-04-15 Guido van Rossumasyncio: Add gi_{frame,running,code} properties to...
2014-04-18 Zachary WareFix a typo in the docstring of nb_index.
2014-04-18 Zachary WareFix a typo in the signature for object.__ge__
2014-04-18 Benjamin Petersoncorrect len signature in docstring (closes #21294)
2014-04-17 Benjamin Petersonfix ref count annotations on sphinx >= 1.2.1 (closes...
2014-04-17 doko@ubuntu.com- Issue #21285: Refactor and fix curses configure check...
2014-04-17 doko@ubuntu.comFixes for KFreeBSD and the Hurd:
2014-04-17 doko@ubuntu.com- Issue #15234: For BerkelyDB and Sqlite, only add...
2014-04-17 Senthil KumaranClarify BROWSER envar behavior in webbrowser.py. Noted...
2014-04-17 Senthil KumaranCorrect the URL in the http.client example. Noted by...
2014-04-17 R David Murray#18628: clarify index entry for source file encoding...
2014-04-16 Benjamin Petersonremove superfluous and useless line
2014-04-16 Benjamin Petersonuse the called property of the run_pip mock rather...
2014-04-16 Senthil KumaranAddress issue 18229 - Explain http.server.BaseHTTPReque...
2014-04-16 Antoine PitrouTry to fix buildbot failures on old OpenSSLs (< 1.0...
2014-04-16 Terry Jan Reedy#18566: Whitespace
2014-04-16 Terry Jan ReedyIssue #18566: Clarify unittest setUp, tearDown doc...
2014-04-15 Andrew Kuchling#1704474: mark refleak test as specific to CPython
2014-04-16 Andrew Kuchling#15840: make docs consistent by saying operations on...
2014-04-16 R David Murray#20874: reflow paragraph.
2014-04-16 R David Murray#20874: update tutorial wording: sophisticated line...
2014-04-15 Vinay SajipIssue #21245: updated documentation on exception()...
next