]> granicus.if.org Git - python/shortlog
python
2016-03-01 Victor StinnerUpdate assertion in compiler_addop_i()
2016-03-01 Victor StinnerMerge 3.5
2016-03-01 Victor StinnerIssue #26464: Fix unicode_fast_translate() again
2016-03-01 Victor StinnerMerge 3.5
2016-03-01 Victor StinnerFix str.translate()
2016-03-01 Serhiy StorchakaIssue #26457: Fixed the subnets() methods in IP network...
2016-03-01 Serhiy StorchakaIssue #26457: Fixed the subnets() methods in IP network...
2016-03-01 Terry Jan ReedyMerge with 3.5
2016-03-01 Terry Jan ReedyWhitespace
2016-03-01 Terry Jan ReedyMerge with 3.5
2016-03-01 Terry Jan ReedyDocument maintenance of idlelib/help.html in idlelib.
2016-03-01 Terry Jan ReedyMerge with 3.5
2016-03-01 Terry Jan ReedyRebase the 3.x version of idlelib/help.html on the...
2016-02-29 Martin PanterIssue #26385: Merge NamedTemporaryFile fix from 3.5
2016-02-28 Georg Brandlmerge with 3.5
2016-02-28 Georg BrandlUpdate susp-ignore file (#25910).
2016-02-28 Georg Brandlmerge with 3.5
2016-02-28 Georg BrandlFix typo.
2016-02-28 Martin PanterIssue #26385: Cleanup NamedTemporaryFile if open()...
2016-02-28 Martin PanterIssue #22836: Merge exception reporting from 3.5
2016-02-28 Martin PanterIssue #22836: Keep exception reports sensible despite...
2016-02-27 Ezio Melotti#26246: merge with 3.5.
2016-02-27 Ezio Melotti#26246: merge with 3.4.
2016-02-27 Ezio Melotti#26246: update copybutton.js after JQuery update. ...
2016-02-27 Victor Stinnercompile.c: inline compiler_use_new_block()
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlCloses #25910: fix dead and permanently redirected...
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlFix version.
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlCloses #26442: fix copy-paste.
2016-02-26 Georg Brandlmerge with 3.5
2016-02-26 Georg BrandlCloses #26444: typo fixes.
2016-02-26 Benjamin Petersonremove unused c_encoding struct member
2016-02-26 Benjamin Petersonrewrite parsestr() so it's comprehensible; remove dead...
2016-02-26 Benjamin Petersonc_encoding can never be NULL, which allows some code...
2016-02-26 Martin PanterDummy merge with 3.5
2016-02-26 Martin PanterIssue #26390: Merge pbkdf2_hmac() doc from 3.5
2016-02-25 Georg Brandlmerge with 3.5
2016-02-25 Georg BrandlCloses #26435: fix syntax in directives. Thanks to...
2016-02-25 Georg Brandlmerge with 3.5
2016-02-25 Georg BrandlFix rstlint to also look for indented comments that...
2016-02-25 Martin PanterIssue #26402: Merge XML-RPC client fix from 3.5
2016-02-25 Martin PanterIssue #26402: Fix XML-RPC client retrying after server...
2016-02-25 Serhiy StorchakaIssue #25801: Fixed resource warnings in test_zipfile64.
2016-02-25 Serhiy StorchakaIssue #25801: Fixed resource warnings in test_zipfile64.
2016-02-25 Raymond HettingerFix out-of-date comment
2016-02-24 Ned DeilyIssue #25136: merge from 3.5
2016-02-24 Ned DeilyIssue #25136: Add reference to 'xcode-select --install...
2016-02-24 Ned DeilyChange OS X installer builds targeted for 10.10 and...
2016-02-24 Ned DeilyChange OS X installer builds targeted for 10.10 and...
2016-02-24 Ned DeilyIssue #25136: merge from 3.5
2016-02-24 Ned DeilyIssue #25136: Support Apple Xcode 7's new textual SDK...
2016-02-24 Jason R. CoombsIssue #26302: merge from 3.5
2016-02-24 Serhiy StorchakaNull merge
2016-02-24 Serhiy StorchakaFixed a bug in os.walk() with bytes path on Windows...
2016-02-24 Serhiy StorchakaIssue #25913: Leading <~ is optional now in base64...
2016-02-24 Serhiy StorchakaIssue #25913: Leading <~ is optional now in base64...
2016-02-24 Martin PanterIssue #5824: Merge socketserver tests from 3.5
2016-02-24 Martin PanterIssue #5824: Fix DatagramRequestHandler tests by bindin...
2016-02-24 Martin PanterIssue #22088: Merge base64 docs from 3.5
2016-02-23 Martin PanterIssue #22088: Clarify base-64 alphabets and which chara...
2016-02-23 Ned DeilyIssue #26406: merge from 3.5
2016-02-23 Ned DeilyIssue #26406: Avoid unnecessary serialization of getadd...
2016-02-22 Georg Brandlmerge with 3.5
2016-02-22 Georg BrandlUpdate example; str(float) changed so there is differen...
2016-02-22 Zachary WareIssue #26268: Merge with 3.5
2016-02-22 Martin PanterIssue #26261: Merge NamedTemporaryFile docs from 3.5
2016-02-22 Martin PanterIssue #26261: Clarify NamedTemporaryFile name attribute...
2016-02-22 Zachary WareIssue #26268: Update Windows builds to use OpenSSL...
2016-02-22 Zachary WareIssue #26268: Update the prepare_ssl.py script
2016-02-22 Martin PanterIssue #26390: Fix and test pbkdf2_hmac() parameter...
2016-02-22 Martin PanterMerge XML-RPC client documentation from 3.5
2016-02-22 Martin PanterFix errors in XML-RPC client example code
2016-02-21 Berker PeksagIssue #26401: Fix compile() documentation
2016-02-21 Berker PeksagIssue #26401: Fix compile() documentation
2016-02-21 Brett CannonFix some typos in the NEWS file
2016-02-21 Brett CannonFix some typos in the NEWS file
2016-02-21 Martin PanterIssue #23430: Stop socketserver from catching SystemExi...
2016-02-21 Brett CannonFix a name in an example
2016-02-21 Brett CannonIssue #26397: Update an importlib example to use util...
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
next