]> granicus.if.org Git - python/shortlog
python
2014-03-03 Ethan FurmanIssue20653: fix ReST for Enum
2014-03-03 Ethan FurmanClose issue20653: improve functional API docs; minor...
2014-03-03 Serhiy StorchakaCorrect comments and improve failure reports in test_fi...
2014-03-03 Serhiy StorchakaCorrect comments and improve failure reports in test_fi...
2014-03-03 Victor StinnerClose #20814: doc: Fix "Pretty top" example of tracemalloc
2014-03-02 R David Murraywhatsnew: add some issue number annotations.
2014-03-02 Martin v. LöwisIssue #14512: Launch pydoc -b instead of pydocgui.pyw...
2014-03-02 Martin v. LöwisIssue #20465: Update Windows installer to SQLite 3...
2014-03-02 Martin v. Löwis Issue #20748: Uninstalling pip does not leave behind...
2014-03-02 Martin v. LöwisIssue #20568: Fix typo in pip option.
2014-03-02 Yury SelivanovIssue #20786: Fix signatures for dict.__delitem__ and...
2014-03-02 Terry Jan ReedyCloses issue #20728: Remove unused import added in...
2014-03-02 Georg Brandlmerge with 3.3
2014-03-02 Georg BrandlBump to 3.3.5rc2. v3.3.5rc2
2014-03-02 Georg BrandlUpdate NEWS for 3.3.5rc2.
2014-03-02 Georg BrandlIssue #20404: reject non-text encodings early in TextIO...
2014-03-02 Georg Brandlmerge 3.3.5rc1 release commits with 3.3 branch
2014-03-02 Benjamin Petersonmerge 3.3
2014-03-02 Benjamin Petersonadd Chris Angelico
2014-03-02 Benjamin Petersonmerge 3.3 (#20249)
2014-03-02 Benjamin Petersonfix test_posix.test_initgroups to work without suppleme...
2014-03-01 Ned DeilyIssue #20465: fix NEWS typo (it's 3.8.3.1)
2014-03-01 Ned DeilyIssue #20465: Update OS X installer build to use SQLite...
2014-03-01 R David Murraywhatsnew: memoryview is Sequence and supports Reversed.
2014-03-01 R David Murraywhatsnew: unittest discover works on namespace packages...
2014-03-01 Benjamin Petersonfix test on debug builds (closes #20731)
2014-03-01 Benjamin Petersonmerge 3.2
2014-02-28 R David Murraywhatsnew: give Serhiy credit for audioop 24-bit sample...
2014-02-28 Brett CannonIssue #20778: Fix modulefinder to work with bytecode...
2014-02-28 Martin v. LöwisIssue #20731: Properly position in source code files...
2014-02-28 R David Murraywhatsnew: compression libraries support 'x' mode.
2014-02-27 R David Murraywhatsnew: tarfile stat constants removal.
2014-02-27 Terry Jan ReedyIssue #20567: Delete class attribute gui widgets in...
2014-02-27 R David Murraywhatsnew: return types of re functions.
2014-03-01 Benjamin Petersonmerge 3.3
2014-03-01 Andrew Kuchling#16135: remove mentions of OS/2 from the documentation
2014-03-01 Benjamin Petersonmerge 3.3
2014-02-28 Brett Cannonmerge for issue #20778
2014-02-28 Brett CannonIssue #20650: Tweak some awkward wording.
2014-02-28 Martin v. LöwisReindent
2014-02-28 Martin v. LöwisMerge heads
2014-02-28 Martin v. LöwisMerge with 3.3
2014-02-28 Nick CoghlanClose #20568: install unversioned pip command on Windows
2014-02-28 Nick CoghlanClose #20757: return success for skipped pip uninstall
2014-02-27 Terry Jan ReedyMerge with 3.3
2014-02-27 Antoine PitrouNull merge
2014-02-27 R David Murraywhatsnew: fix textwrap/shorten entry, and improve the...
2014-02-27 Antoine PitrouIssue #20791: copy.copy() now doesn't make a copy when...
2014-02-27 Benjamin Petersonfix importlib test failure when bytecode writing is...
2014-02-26 Serhiy StorchakaAdded tests for issue #20501.
2014-02-26 R David Murraywhatsnew: expand pbkdf2_hmac entry slightly.
2014-02-26 R David Murraywhatsnew: reformat pdb entry to match style of most...
2014-02-26 R David Murraywhatsnew: reword the contextlib.redirect_stdout entry...
2014-02-26 Zachary WareFix several C-API doc typos caught by tomo cocoa on...
2014-02-26 Zachary WareIssue #20759: Fix some typos in the mock docs.
2014-02-26 R David Murraywhatsnew: attribute base64 memoryview change to Nick.
2014-02-26 R David Murraywhatsnew: pprint's compact option.
2014-02-27 Antoine PitrouIssue #20791: copy.copy() now doesn't make a copy when...
2014-02-27 Benjamin Petersonmerge 3.3 (#20796)
2014-02-26 Brett CannonIssue #20763: Fix importlib.machinery.PathFinder to...
2014-02-26 Serhiy StorchakaAdded tests for issue #20501.
2014-02-26 Zachary WareMerge with 3.3
2014-02-26 Victor Stinnerasyncio/windows_events.py: use more revelant names...
2014-02-26 Zachary WareClose #20759: Fix some typos in the mock docs. (Merge...
2014-02-26 Victor Stinnerasyncio: simplify test_events.py, don't use non local...
2014-02-26 Victor Stinnerasyncio: Fix pyflakes warnings: remove unused variables...
2014-02-26 Victor Stinnerasyncio: Replace "unittest.mock" with "mock" in unit...
2014-02-26 Gregory P.... null merge
2014-02-26 Gregory P.... Mention issue 20621 fix in the NEWS file for 3.3.5rc1.
2014-02-25 R David Murraywhatsnew: DynanicClassAttribute (#19030), Py_SetStandar...
2014-02-25 R David MurrayFix formatting in NEWS entry.
2014-02-25 Antoine PitrouIssue #20765: Add missing documentation for PurePath...
2014-02-25 Serhiy StorchakaNull merge
2014-02-25 Serhiy StorchakaFix typo (issue #19619).
2014-02-25 R David Murraywhatsnew: encoding is now optional in PYTHONIOENCODING...
2014-02-25 R David Murraywhatsnew: logging SocketHandler and DatagramHandler...
2014-02-25 R David Murraywhatsnew: Request.method can be overridden in subclasse...
2014-02-24 Guido van RossumClarify that flow control works for datagrams, except...
2014-02-24 R David Murraywhatsnew: http.server --bind cli option.
2014-02-24 R David Murraywhatsnew: unittest.TestCase.assertLogs.
2014-02-24 R David MurrayFix return type in doc of PyStructSequence_InitType2.
2014-02-24 R David MurrayFix wording of NEWS entry.
2014-02-24 R David Murraywhatsnew: cypthon can be compiled with address sanity...
2014-02-24 R David MurrayMerge #20628: make it clear that DictReader/Writer...
2014-02-24 R David Murray#20628: wrap lines to < 80.
2014-02-24 R David Murray#20628: make it clear that DictReader/Writer *fieldname...
2014-02-24 Ezio Melotti#20740: merge with 3.3.
2014-02-24 Ezio Melotti#20740: desquarify 2.
2014-02-24 R David MurrayFix typo.
2014-02-24 R David MurrayRemove redundant NEWS entry.
2014-02-24 R David MurrayFix NEWS entry wording.
2014-02-24 R David Murraywhatsnew: frame.clear, expanded entry for -I/isolated...
2014-02-24 Serhiy StorchakaMerge heads
2014-02-24 Serhiy StorchakaNull merge
2014-02-24 Serhiy StorchakaIssue #19619: Blacklist non-text codecs in method API
2014-02-24 Victor Stinnerasyncio doc: fix references in subprocess doc
2014-02-24 Victor Stinnersubprocess.Popen.wait doc: mention asyncio to avoid...
2014-02-24 Serhiy StorchakaIssue #20535: PYTHONWARNING no longer affects the run_t...
2014-02-24 Serhiy StorchakaIssue #20535: PYTHONWARNING no longer affects the run_t...
2014-02-24 Serhiy StorchakaNull merge
next