]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2014-01-05  R David MurrayFix news entry to use updated name for XMLPullParser.
2014-01-05  Eric SnowIssue 20123: try using a different builtin module in...
2014-01-05  R David Murraywhatsnew: XMLPullParser, plus some doc updates.
2014-01-05  Eric SnowIssue 20123: Fix pydoc.synopsis() for "binary" modules.
2014-01-05  R David Murraywhatsnew: removal of TYPE_INT64 from marshal.
2014-01-04  R David Murraywhatsnew: logging TimedRotatingFileHandler atTime param...
2014-01-04  R David Murraywhatsnew: from __future__ string exception, attribute...
2014-01-04  R David Murraywhatsnew: ppring string wrapping, string pickling optim...
2014-01-04  R David Murraywhatsnew: Mock mock_open readline(s); expand descriptio...
2014-01-04  Eric SnowIssue #19708: Update pkgutil to use the new importer...
2014-01-04  Eric SnowIssue #19713: Move away from using find_module/load_module.
2014-01-04  Eric SnowIssue #19927: Add __eq__ to path-based loaders in impor...
2014-01-04  Serhiy StorchakaMerge heads
2014-01-04  Larry HastingsIssue #19659: Added documentation for Argument Clinic.
2014-01-04  Serhiy StorchakaReverted changeset b72c5573c5e7 (issue #15027).
2014-01-04  Larry HastingsIssue #19976: Argument Clinic METH_NOARGS functions...
2014-01-04  Serhiy StorchakaIssue #15027: Rewrite the UTF-32 encoder. It is now...
2014-01-04  Stefan KrahMerge from 3.3.
2014-01-04  Stefan KrahWhitespace.
2014-01-04  Martin v. LöwisDrop reference to pythoncore, to avoid linking python34.dll
2014-01-04  Martin v. LöwisMerge 3.3
2014-01-04  Martin v. LöwisRegenerate python34stub.def.
2014-01-04  Martin v. LöwisMerge with 3.3: Issue #17432: Drop UCS2 from names...
2014-01-04  Martin v. LöwisIssue #17432: Drop UCS2 from names of Unicode functions...
2014-01-03  R David Murraywhatsnew: consistently use 3 blanks between major secti...
2014-01-03  R David Murraywhatsnew: make bullet list presentation style consistent.
2014-01-03  R David Murraywhatsnew: unittest discovery sorting, urlllib Request...
2014-01-03  Martin v. LöwisIssue #19526: Exclude all new API from the stable ABI.
2014-01-03  R David Murraywhatsnew: porting note for HTTP[S]Connection strict...
2014-01-03  R David Murraywhatsnew: deprecation of HTTPConnection's strict parameter.
2014-01-03  R David Murraywhatsnew: unittest import time SkipTest reported as...
2014-01-03  R David Murraywhatsnew: http.server send_error explain parameter.
2014-01-03  Victor StinnerRemove deadcode (HASH macro is no more defined)
2014-01-03  Victor StinnerRemove now unused variables
2014-01-03  Martin v. LöwisRevert accidental deletion of _overlapped.
2014-01-03  Martin v. Löwis* Issue #16113: Remove sha3 module again.
2014-01-03  Victor Stinnerunicode_char() uses get_latin1_char() to get latin1...
2014-01-03  Victor Stinneradd unicode_char() in unicodeobject.c to factorize...
2014-01-03  Victor StinnerIssue #18294: Fix uint_converter() in zlibmodule.c...
2014-01-03  Eric SnowIssue #20097: Fix bad use of "self" in importlib's...
2014-01-03  Daniel HolthIssue #18585: speed zipfile import by only generating...
2014-01-03  Victor Stinneraudioop: adpcm2lin() and lin2adpcm() now raises a TypeE...
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  Victor Stinnerasyncio: make PY34 symbol private (rename it to _PY34)
2014-01-02  Antoine PitrouIssue #20111: pathlib.Path.with_suffix() now sanity...
2014-01-02  Benjamin Petersonmerge 3.3 (#20110)
2014-01-02  R David Murraywhatsnew: sqlite3 uri parm, unittest.main defaultTest...
2014-01-02  R David MurrayMerge and update #17282: Document unittest.main default...
2014-01-02  Benjamin Petersonmerge 3.3 (closes #20108)
2014-01-02  Zachary WareIssue #20101: Merge with 3.3
2014-01-02  Zachary WareIssue #20101: Allow test_monotonic to pass on Windows...
2014-01-02  Donald StufftUpdate pip to the released 1.5
2014-01-02  Martin v. LöwisIssue #19728: Enable pip installation by default on...
2014-01-02  Victor Stinner(Merge 3.3) Issue #18829: Add tests for the csv module...
2014-01-02  Victor StinnerIssue #18829: Add tests for the csv module for invalid...
2014-01-02  Victor Stinnerthreading.RLock._acquire_restore() now raises a TypeErr...
2014-01-02  Victor Stinner(Merge 3.3) parser: fix usage of Py_BuildValue() to...
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  Ned DeilyUpdate copyright dates in Mac plists.
2014-01-01  Benjamin Petersonmerge 3.3
2014-01-01  Benjamin Petersonupdate copyright year
2014-01-01  Antoine PitrouIssue #20055: Fix test_shutil under Windows with symlin...
2014-01-01  Antoine PitrouIssue #20055: Fix test_shutil under Windows with symlin...
2013-12-31  R David MurrayMerge: Clarify the wording of a news entry.
2013-12-31  R David MurrayClarify the wording of a news entry.
2013-12-31  R David Murraywhatsnew: mock called_with improvements, socket CAN_BCM...
2013-12-31  R David Murraywhatsnew: random.getrandbits performance.
2013-12-31  R David Murraywhatsnew: afic.open supports 'with'.
2013-12-31  Zachary WareMerge with 3.3
2013-12-31  Zachary Warestr subclasses may have non-empty __slots__, bytes...
2013-12-31  R David Murraywhatsnew: argparse FileType accepts errors and encoding...
2013-12-31  R David Murraywhatsnew: epoll supports with.
2013-12-31  Donald StufftUpdate setuptools to 2.0.2
2013-12-31  Donald StufftUpdate pip to 1.5rc4
2013-12-30  Zachary WareIssue #19544, #6516: check ZLIB_SUPPORT, not zlib ...
2013-12-30  Zachary WareIssue19619: skip zlib error test when zlib not available
2013-12-30  Zachary WareIssue #19544, #6516: check ZLIB_SUPPORT, not zlib ...
2013-12-30  Christian HeimesFixed typo (thx Arfrever)
2013-12-29  Michael FoordCloses issue 20031. Document unittest.TextTestRunner...
2013-12-29  R David Murraywhatsnew: abc.ABC. Also add issue number to news entry...
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 MurrayAdd context to a json NEWS entry.
2013-12-29  Senthil Kumaran#12692: null merge with 3.3
2013-12-28  Antoine PitrouFix breakage in TestSuite.countTestCases() introduced...
2013-12-28  Antoine PitrouIssue #19918: Fix PurePath.relative_to() under Windows.
2013-12-28  Guido van RossumExport asyncio.iscoroutine[function].
2013-12-28  Antoine PitrouIssue #19422: Explicitly disallow non-SOCK_STREAM socke...
2013-12-28  Antoine PitrouIssue #19648: implement empty tests in pickletester...
2013-12-27  R David Murraywhatsnew: rewrite urllib, doctest, and poplib sections.
2013-12-27  R David Murraywhatsnew: importlib cleanup and source_to_code add...
2013-12-27  R David MurrayMostly-null merge of #18116 backport (updated NEWS...
2013-12-27  R David Murray#18116: backport fix to 3.3 since real-world failure...
2013-12-27  Donald StufftUpdate bundled pip to 1.5rc3
2013-12-26  Serhiy StorchakaIssue #20046: Locale alias table no longer contains...
2013-12-26  R David Murraywhatsnew for gc.get_stats, plus doc tweaks.
next