]> granicus.if.org Git - python/shortlog
python
2016-03-11 Berker PeksagIssue #20589: Invoking Path.owner() and Path.group...
2016-03-11 Terry Jan ReedyIssue 25959: Explain in docstring that PhotoImage.zoom...
2016-03-09 Victor StinnerIssue #26516: Enhance Python mem allocators doc
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Steve DowerBacks out buildbot clean trigger.
2016-03-08 Steve DowerAdds warning to prepare_ssl when nasm is not available.
2016-03-08 Serhiy StorchakaIssue #25911: Tring to silence deprecation warnings...
2016-03-08 Serhiy StorchakaBacked out changeset f9e22717722d
2016-03-08 Serhiy StorchakaBacked out changeset 19a3e0e664af
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in the...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Ned DeilyIssue #26465: Update OS X installer build to use OpenSS...
2016-03-08 Ned DeilyIssue #24324: Do not enable unreachable code warnings...
2016-03-07 Ned DeilyIssue #26505: Fix typos in getaddrinfo license text.
2016-03-07 Berker PeksagIssue #24852: Remove outdated "HOWTO Use Python in...
2016-03-07 Berker PeksagIssue #21034: Remove outdated paragraph from venv docum...
2016-03-07 Raymond HettingerDocument another recipe for itertools: all_equal(...
2016-03-06 Berker PeksagIssue #26489: Add dictionary unpacking support to Tools...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Serhiy StorchakaIssue #26167: Backported copy tests.
2016-03-06 Serhiy StorchakaIssue #26015: Added new tests for pickling iterators...
2016-03-06 Serhiy StorchakaIssue #25718: Fixed pickling and copying the accumulate...
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-04 Serhiy StorchakaFixed typo in pickle tests.
2016-03-04 Benjamin Petersonmerge 3.4 (closes #26478)
2016-03-04 Benjamin Petersonproperly use the ObjArgs variant of CallMethod in dictv...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Yury Selivanovcoroutines: Error when awaiting on coroutine that's...
2016-03-02 Yury Selivanovasyncio: Remove duplicate bind addresses in create_server.
2016-03-02 Yury Selivanovinspect: Fix BoundArguments.apply_defaults to handle...
2016-03-02 Yury Selivanovasyncio: Prevent StopIteration from being thrown into...
2016-03-02 Yury Selivanovasyncio: Fix @coroutine to recognize CoroWrapper (issue...
2016-03-02 Yury Selivanovasyncio, selectors: Update to the upstream version
2016-03-02 Yury SelivanovMerge 3.4
2016-03-02 Yury Selivanovasyncio: Update 3.4 asyncio/test_tasks to upstream...
2016-03-01 Victor StinnerIssue #26464: Fix unicode_fast_translate() again
2016-03-01 Victor StinnerFix str.translate()
2016-03-01 Serhiy StorchakaIssue #26457: Fixed the subnets() methods in IP network...
2016-03-01 Terry Jan ReedyWhitespace
2016-03-01 Terry Jan ReedyDocument maintenance of idlelib/help.html in idlelib.
2016-03-01 Terry Jan ReedyRebase the 3.x version of idlelib/help.html on the...
2016-02-28 Martin PanterIssue #26385: Cleanup NamedTemporaryFile if open()...
2016-02-28 Georg BrandlUpdate susp-ignore file (#25910).
2016-02-28 Georg BrandlFix typo.
2016-02-28 Martin PanterIssue #22836: Keep exception reports sensible despite...
2016-02-27 Ezio Melotti#26246: merge with 3.4.
2016-02-27 Ezio Melotti#26246: update copybutton.js after JQuery update. ...
2016-02-26 Georg BrandlCloses #25910: fix dead and permanently redirected...
2016-02-26 Georg BrandlFix version.
2016-02-26 Georg BrandlCloses #26442: fix copy-paste.
2016-02-26 Georg BrandlCloses #26444: typo fixes.
2016-02-18 Benjamin Petersonopen the cert store readonly
2016-02-03 Martin PanterIssue #24421: Compile _math.c separately to avoid race...
2016-02-22 Martin PanterIssue #26390: Fix and test pbkdf2_hmac() parameter...
2016-02-25 Georg BrandlCloses #26435: fix syntax in directives. Thanks to...
2016-02-25 Georg BrandlFix rstlint to also look for indented comments that...
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-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 DeilyIssue #25136: Support Apple Xcode 7's new textual SDK...
2016-02-07 Anish ShahIssue #26302: Correctly identify comma as an invalid...
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 Martin PanterIssue #5824: Fix DatagramRequestHandler tests by bindin...
2016-02-23 Martin PanterIssue #22088: Clarify base-64 alphabets and which chara...
2016-02-23 Ned DeilyIssue #26406: Avoid unnecessary serialization of getadd...
2016-02-22 Georg BrandlUpdate example; str(float) changed so there is differen...
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 #26261: Clarify NamedTemporaryFile name attribute...
2016-02-22 Martin PanterFix errors in XML-RPC client example code
2016-02-21 Berker PeksagIssue #26401: Fix compile() documentation
2016-02-21 Brett CannonFix some typos in the NEWS file
2016-02-21 Brett CannonList what classes from importlib.machinery don't work...
2016-02-21 Brett CannonIssue #26186: Remove an invalid type check in
2016-02-20 Brett CannonIssue #26367: Have importlib.__init__() raise RuntimeEr...
2016-02-20 Vinay SajipAdded simple threading example to logging cookbook.
2016-02-19 Martin PanterIssues #22468, #21996, #22208: Clarify gettarinfo(...
2016-02-19 Georg BrandlCloses #20169: fix inner links random doc.
2016-02-19 Martin PanterIssue #15608: Improve socketserver module documentation
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 Martin PanterIssue #26309: Shut down socketserver request if verify_...
2016-02-18 Benjamin Petersonfix typo (closes #26378)
2016-02-18 Benjamin Petersonmerge 3.4 (closes #25939)
2016-02-16 Ned DeilyIssue #26368: fix typo in asynchio stream doc, reported...
2016-02-15 Ned DeilyIssue #25924: Avoid unnecessary serialization of getadd...
2016-02-15 Ned DeilyIssue #26268: Update OS X 10.5+ installer build to...
2016-02-14 Martin PanterIssue #26316: Fix variable name typo in Argument Clinic
2016-02-13 Yury SelivanovIssue #25887: Raise a RuntimeError when a coroutine...
2016-02-13 Vinay SajipFixes #26348: Corrected typos in activate.fish script.
2016-02-11 Serhiy StorchakaIssue #25995: os.walk() no longer uses FDs proportional...
2016-02-11 Serhiy StorchakaIssue #26325: Added test.support.check_no_resource_warn...
2016-02-10 Guido van RossumHopefully clarify the difference between Optional[t...
2016-02-10 Serhiy StorchakaIssue #25698: Prevent possible replacing imported modul...
next