]> granicus.if.org Git - python/shortlog
python
2014-01-07 Larry HastingsIssue #20157: When Argument Clinic renames a parameter...
2014-01-07 Larry HastingsIssue #20141: Improved Argument Clinic's support for...
2014-01-07 Larry HastingsIssue #20144: Argument Clinic now supports simple const...
2014-01-07 R David Murraywhatsnew: expand 'dis' entry.
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-07 Brett CannonIssue #20096: Update the Python 2/3 porting HOWTO to...
2014-01-07 Victor StinnerIssue #20162: test_hash_distribution() uses subTest...
2014-01-07 Eric SnowIssue 19713: Add PEP 451-related deprecations.
2014-01-07 Eric SnowRemove more usage of APIs deprecated by PEP 451.
2014-01-07 Eric SnowIssue #19703: Update pydoc to use the new importer...
2014-01-07 Eric SnowRemove dead PEP 451 code.
2014-01-07 Guido van Rossumasyncio: Fix deadlock in readexactly(). Fixes issue...
2014-01-06 R David Murraywhatsnew: ssl getpeercert/do_handshake raise OSError...
2014-01-06 R David Murraywhatsnew: pydoc.Scanner removal, check_output input...
2014-01-06 Larry HastingsIssue #20143: The line numbers reported in Argument...
2014-01-06 Larry HastingsIssue #20142: Py_buffer variables generated by Argument...
2014-01-06 Larry HastingsMerge 3.4.0b2 release revisions back into mainline.
2014-01-06 Larry HastingsPost-release engineering; updated NEWS and version...
2014-01-05 Raymond HettingerAdd comments to frozenset_hash().
2014-01-05 Ethan FurmanIssue19995: %o, %x, %X now only accept ints
2014-01-05 Larry HastingsAdded tag v3.4.0b2 for changeset ba32913eb13e
2014-01-05 Larry HastingsBump version number for 3.4.0b2. v3.4.0b2
2014-01-05 Larry HastingsRegenerated pydoc/topics.py, and fix a "suspicious...
2014-01-05 Larry HastingsArgument Clinic: fixed test suite, improved howto.
2014-01-05 Eric SnowIssue 20123: Disable a problematic test.
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 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-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 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öwisMerge with 3.3: Issue #17432: Drop UCS2 from names...
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...
next