]> granicus.if.org Git - python/shortlog
python
2016-02-21 Brett CannonMerge w/ 3.5
2016-02-21 Brett CannonList what classes from importlib.machinery don't work...
2016-02-21 Brett CannonMerge for issue #26186
2016-02-21 Brett CannonIssue #26186: Remove an invalid type check in
2016-02-20 Brett CannonMerge for issue #26367
2016-02-20 Brett CannonIssue #26367: Have importlib.__init__() raise RuntimeEr...
2016-02-20 Vinay SajipMerged cookbook update from 3.5.
2016-02-20 Vinay SajipAdded simple threading example to logging cookbook.
2016-02-19 Martin PanterIssue #22468: Merge gettarinfo() doc from 3.5
2016-02-19 Martin PanterIssues #22468, #21996, #22208: Clarify gettarinfo(...
2016-02-19 Georg Brandlmerge with 3.5
2016-02-19 Georg BrandlCloses #20169: fix inner links random doc.
2016-02-19 Martin PanterIssue #15608: Merge socketserver doc from 3.5
2016-02-19 Martin PanterIssue #15608: Improve socketserver module documentation
2016-02-19 Martin PanterIssue #26309: Merge socketserver fix from 3.5
2016-02-19 Martin PanterIssue #26309: Rewrite test in main thread and avoid...
2016-02-18 Berker PeksagIssue #16915: Clarify that mode parameter of socket...
2016-02-18 Berker PeksagIssue #16915: Clarify that mode parameter of socket...
2016-02-18 Martin PanterIssue #26309: Merge socketserver fix from 3.5
2016-02-18 Martin PanterIssue #26309: Shut down socketserver request if verify_...
2016-02-18 Benjamin Petersonmerge 3.5 (#26378)
2016-02-18 Benjamin Petersonfix typo (closes #26378)
2016-02-18 Benjamin Petersonmerge 3.5 (closes #25939)
2016-02-18 Benjamin Petersonmerge 3.4 (closes #25939)
2016-02-18 Benjamin Petersonopen the cert store readonly
2016-02-16 Ned DeilyIssue #26368: fix typo in asynchio stream doc, reported...
2016-02-16 Ned DeilyIssue #26368: fix typo in asynchio stream doc, reported...
2016-02-15 Georg BrandlMinor clarification in tutorial.
2016-02-15 Ned DeilyIssue #25924: merge with 3.5
2016-02-15 Ned DeilyIssue #25924: Avoid unnecessary serialization of getadd...
2016-02-15 Ned DeilyIssue #26268: merge from 3.5
2016-02-15 Ned DeilyIssue #26268: Update OS X 10.5+ installer build to...
2016-02-14 Raymond HettingerThe return type of a rich comparison is an int
2016-02-14 Martin PanterIssue #26316: Merge Arg Clinic fix from 3.5
2016-02-14 Martin PanterIssue #26316: Fix variable name typo in Argument Clinic
2016-02-13 Yury SelivanovMerge 3.5 (issue #25887)
2016-02-13 Yury SelivanovIssue #25887: Raise a RuntimeError when a coroutine...
2016-02-13 Vinay SajipFixes #26348: Merged fix from 3.5.
2016-02-13 Vinay SajipFixes #26348: Corrected typos in activate.fish script.
2016-02-13 Martin PanterIssue #25179: Documentation for formatted string litera...
2016-02-11 Yury SelivanovIssues #26289 and #26315: Optimize floor/modulo div...
2016-02-11 Serhiy StorchakaNull merge
2016-02-11 Serhiy StorchakaIssue #25995: os.walk() no longer uses FDs proportional...
2016-02-11 Serhiy StorchakaIssue #25995: os.walk() no longer uses FDs proportional...
2016-02-11 Serhiy StorchakaIssue #25994: Added the close() method and the support...
2016-02-11 Serhiy StorchakaIssue #26325: Added test.support.check_no_resource_warn...
2016-02-11 Serhiy StorchakaIssue #26325: Added test.support.check_no_resource_warn...
2016-02-11 Serhiy StorchakaIssue #25985: sys.version_info is now used instead...
2016-02-11 Serhiy StorchakaIssue #26312: SystemError is now raised in all programm...
2016-02-10 Charles-François... Issue #23992: multiprocessing: make MapResult not fail...
2016-02-10 Guido van RossumNull merge of typing.rst change
2016-02-10 Guido van RossumHopefully clarify the difference between Optional[t...
2016-02-10 Guido van RossumHopefully clarify the difference between Optional[t...
2016-02-10 Serhiy StorchakaIssue #25698: Prevent possible replacing imported modul...
2016-02-10 Serhiy StorchakaIssue #25698: Prevent possible replacing imported modul...
2016-02-10 Martin PanterIssue #26304: Additional “allows to” fix specific to 3.6
2016-02-10 Martin PanterIssue #26304: Merge doc wording from 3.5
2016-02-10 Martin PanterIssue #26304: Change "allows to <verb>" to "allows...
2016-02-10 Martin PanterIssue #26136: Upgrade the generator_stop warning to...
2016-02-10 Martin PanterIssue 26243: Forgot to update zlib doc strings in Argum...
2016-02-10 Martin PanterIssue #26243: zlib.compress() keyword argument support...
2016-02-10 Martin PanterIssues #26310, #26311: Fix typos in the documentation...
2016-02-09 Raymond HettingerIssue #26200: The SETREF macro adds unnecessary work...
2016-02-10 Martin PanterIssues #26310, 26311: Merge typo fixes from 3.5
2016-02-08 Victor Stinnercompiler: don't emit SyntaxWarning on const stmt
2016-02-08 Serhiy StorchakaIssue #25983: Added tests for multi-argument type().
2016-02-08 Serhiy StorchakaIssue #25983: Added tests for multi-argument type().
2016-02-08 Gregory P.... Clarify "cardinality of" as "number of elements in...
2016-02-08 Gregory P.... Clarify "cardinality of" as "number of elements in...
2016-02-08 Steve DowerUpdates build to use SHA256 hash when signing files
2016-02-08 Steve DowerUpdates build to use SHA256 hash when signing files.
2016-02-08 Victor Stinnercompiler now ignores constant statements
2016-02-08 Victor StinnerReplace noop constant statement with expression
2016-02-08 Victor StinnerSimplify main() of test_ast
2016-02-08 Serhiy StorchakaIssue #26117: The os.scandir() iterator now closes...
2016-02-08 Serhiy StorchakaIssue #26117: The os.scandir() iterator now closes...
2016-02-08 Serhiy StorchakaIssue #25949: __dict__ for an OrderedDict instance...
2016-02-08 Serhiy StorchakaIssue #25911: Restored support of bytes paths in os...
2016-02-09 Martin PanterIssue #26045: Merge http.client error addition from 3.5
2016-02-09 Martin PanterIssue #26045: Add UTF-8 suggestion to error in http...
2016-02-08 Serhiy StorchakaIssue #25911: Restored support of bytes paths in os...
2016-02-08 Serhiy StorchakaIssue #26198: Make datetime error tests more lenient.
2016-02-08 Serhiy StorchakaIssue #26198: Make datetime error tests more lenient.
2016-02-07 Serhiy StorchakaIssue #26198: ValueError is now raised instead of TypeE...
2016-02-07 Serhiy StorchakaIssue #26198: Fixed error messages for some argument...
2016-02-07 Serhiy StorchakaIssue #26198: Fixed error messages for some argument...
2016-02-08 Martin PanterIssue #25179: Preparatory cleanup of existing docs...
2016-02-07 Serhiy StorchakaIssue #26039: Added zipfile.ZipInfo.from_file() and...
2016-02-08 Martin PanterMerge string formatting doc fixes from 3.5
2016-02-06 Yury SelivanovIssue #26288: Fix comment
2016-02-06 Senthil Kumaranmerge from 3.5
2016-02-06 Senthil KumaranFix userinfo example presented in urllib2 howto.
2016-02-06 Yury SelivanovIssue #26288: Optimize PyLong_AsDouble.
2016-02-05 Eric V. SmithSwitch to more idiomatic C code.
2016-02-05 Eric V. SmithFix issue 26287: While handling FORMAT_VALUE opcode...
2016-02-06 Martin PanterIssue #12923: Merge FancyURLopener fix from 3.5
2016-02-04 Yury SelivanovMerge 3.5
2016-02-04 Yury SelivanovIssue #25660: Fix a unittest and rlcompleter when readl...
2016-02-04 Raymond HettingerAdd early-out for the common case where kwds is NULL...
2016-02-04 Yury SelivanovMerge 3.5 (issue #25660)
next