projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-03-12
Steve Dower
Issue #26513: Fixes platform module detection of Window...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Serhiy Storchaka
Issue #23718: Fixed parsing time in week 0 before Jan...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Victor Stinner
Issue #20589: Fix test_pathlib
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Berker Peksag
Issue #26542: Fix markup of code example in difflib...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Berker Peksag
Issue #20589: Invoking Path.owner() and Path.group...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Terry Jan Reedy
Issue 25959: Explain in docstring that PhotoImage.zoom...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Victor Stinner
Issue #26516: Enhance Python mem allocators doc
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Serhiy Storchaka
Issue #26177: Fixed the keys() method for Canvas and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #15068: Avoid creating a reference loop in fileinput.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Backs out buildbot clean trigger.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Adds warning to prepare_ssl when nasm is not available.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #25911: Tring to silence deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Backed out changeset f9e22717722d
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Backed out changeset 19a3e0e664af
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Issue #26465: Update Windows builds to use OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #15068: Got rid of excessive buffering in the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issues #23808, #25911: Trying to fix walk tests on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issues #23808, #25911: Trying to fix walk tests on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Ned Deily
Issue #26465: Update OS X installer build to use OpenSS...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Ned Deily
Issue #24324: Do not enable unreachable code warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Ned Deily
Issue #26505: Fix typos in getaddrinfo license text.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Berker Peksag
Issue #24852: Remove outdated "HOWTO Use Python in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Berker Peksag
Issue #21034: Remove outdated paragraph from venv docum...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Raymond Hettinger
Document another recipe for itertools: all_equal(...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-06
Berker Peksag
Issue #26489: Add dictionary unpacking support to Tools...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-06
Berker Peksag
Issue #2202: Fix UnboundLocalError in AbstractDigestAut...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-06
Serhiy Storchaka
Issue #26167: Backported copy tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-06
Serhiy Storchaka
Issue #26015: Added new tests for pickling iterators...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-06
Serhiy Storchaka
Issue #25718: Fixed pickling and copying the accumulate...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-06
Serhiy Storchaka
Issue #26475: Fixed debugging output for regular expres...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Serhiy Storchaka
Fixed typo in pickle tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Benjamin Peterson
merge 3.4 (closes #26478)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Benjamin Peterson
properly use the ObjArgs variant of CallMethod in dictv...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Berker Peksag
Issue #26246: Set initial value of the hidden attr...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Berker Peksag
Issue #26246: Set initial value of the hidden attr...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
coroutines: Error when awaiting on coroutine that's...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
asyncio: Remove duplicate bind addresses in create_server.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
inspect: Fix BoundArguments.apply_defaults to handle...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
asyncio: Prevent StopIteration from being thrown into...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
asyncio: Fix @coroutine to recognize CoroWrapper (issue...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
asyncio, selectors: Update to the upstream version
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
Merge 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-03-02
Yury Selivanov
asyncio: Update 3.4 asyncio/test_tasks to upstream...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Victor Stinner
Issue #26464: Fix unicode_fast_translate() again
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Victor Stinner
Fix str.translate()
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Serhiy Storchaka
Issue #26457: Fixed the subnets() methods in IP network...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Terry Jan Reedy
Whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Terry Jan Reedy
Document maintenance of idlelib/help.html in idlelib.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-01
Terry Jan Reedy
Rebase the 3.x version of idlelib/help.html on the...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-28
Martin Panter
Issue #26385: Cleanup NamedTemporaryFile if open()...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-28
Georg Brandl
Update susp-ignore file (#25910).
commit
|
commitdiff
|
tree
|
snapshot
2016-02-28
Georg Brandl
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-28
Martin Panter
Issue #22836: Keep exception reports sensible despite...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-27
Ezio Melotti
#26246: merge with 3.4.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-27
Ezio Melotti
#26246: update copybutton.js after JQuery update. ...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Georg Brandl
Closes #25910: fix dead and permanently redirected...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Georg Brandl
Fix version.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Georg Brandl
Closes #26442: fix copy-paste.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-26
Georg Brandl
Closes #26444: typo fixes.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
open the cert store readonly
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Martin Panter
Issue #24421: Compile _math.c separately to avoid race...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Martin Panter
Issue #26390: Fix and test pbkdf2_hmac() parameter...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-25
Georg Brandl
Closes #26435: fix syntax in directives. Thanks to...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-25
Georg Brandl
Fix rstlint to also look for indented comments that...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-25
Martin Panter
Issue #26402: Fix XML-RPC client retrying after server...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-25
Serhiy Storchaka
Issue #25801: Fixed resource warnings in test_zipfile64.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Ned Deily
Issue #25136: Add reference to 'xcode-select --install...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Ned Deily
Change OS X installer builds targeted for 10.10 and...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Ned Deily
Issue #25136: Support Apple Xcode 7's new textual SDK...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-07
Anish Shah
Issue #26302: Correctly identify comma as an invalid...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Serhiy Storchaka
Fixed a bug in os.walk() with bytes path on Windows...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Serhiy Storchaka
Issue #25913: Leading <~ is optional now in base64...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-24
Martin Panter
Issue #5824: Fix DatagramRequestHandler tests by bindin...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Martin Panter
Issue #22088: Clarify base-64 alphabets and which chara...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-23
Ned Deily
Issue #26406: Avoid unnecessary serialization of getadd...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Georg Brandl
Update example; str(float) changed so there is differen...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Zachary Ware
Issue #26268: Update Windows builds to use OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Zachary Ware
Issue #26268: Update the prepare_ssl.py script
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Martin Panter
Issue #26261: Clarify NamedTemporaryFile name attribute...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-22
Martin Panter
Fix errors in XML-RPC client example code
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Berker Peksag
Issue #26401: Fix compile() documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Brett Cannon
Fix some typos in the NEWS file
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Brett Cannon
List what classes from importlib.machinery don't work...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Brett Cannon
Issue #26186: Remove an invalid type check in
commit
|
commitdiff
|
tree
|
snapshot
2016-02-20
Brett Cannon
Issue #26367: Have importlib.__init__() raise RuntimeEr...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-20
Vinay Sajip
Added simple threading example to logging cookbook.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-19
Martin Panter
Issues #22468, #21996, #22208: Clarify gettarinfo(...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-19
Georg Brandl
Closes #20169: fix inner links random doc.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-19
Martin Panter
Issue #15608: Improve socketserver module documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-02-19
Martin Panter
Issue #26309: Rewrite test in main thread and avoid...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Berker Peksag
Issue #16915: Clarify that mode parameter of socket...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Martin Panter
Issue #26309: Shut down socketserver request if verify_...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
fix typo (closes #26378)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
merge 3.4 (closes #25939)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Ned Deily
Issue #26368: fix typo in asynchio stream doc, reported...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Ned Deily
Issue #25924: Avoid unnecessary serialization of getadd...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Ned Deily
Issue #26268: Update OS X 10.5+ installer build to...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Martin Panter
Issue #26316: Fix variable name typo in Argument Clinic
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Yury Selivanov
Issue #25887: Raise a RuntimeError when a coroutine...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Vinay Sajip
Fixes #26348: Corrected typos in activate.fish script.
commit
|
commitdiff
|
tree
|
snapshot
next