projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-02-22
Martin Panter
Merge XML-RPC client documentation from 3.5
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
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
Fix some typos in the NEWS file
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Martin Panter
Issue #23430: Stop socketserver from catching SystemExi...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Brett Cannon
Fix a name in an example
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Brett Cannon
Issue #26397: Update an importlib example to use util...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-21
Brett Cannon
Merge w/ 3.5
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
Merge for issue #26186
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
Merge for issue #26367
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
Merged cookbook update from 3.5.
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
Issue #22468: Merge gettarinfo() doc from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-02-19
Martin Panter
Issues #22468, #21996, #22208: Clarify gettarinfo(...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-19
Georg Brandl
merge with 3.5
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: Merge socketserver doc from 3.5
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: Merge socketserver fix from 3.5
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
Berker Peksag
Issue #16915: Clarify that mode parameter of socket...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Martin Panter
Issue #26309: Merge socketserver fix from 3.5
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
merge 3.5 (#26378)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
fix typo (closes #26378)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
merge 3.5 (closes #25939)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
merge 3.4 (closes #25939)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-18
Benjamin Peterson
open the cert store readonly
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Ned Deily
Issue #26368: fix typo in asynchio stream doc, reported...
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
Georg Brandl
Minor clarification in tutorial.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Ned Deily
Issue #25924: merge with 3.5
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: merge from 3.5
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
Raymond Hettinger
The return type of a rich comparison is an int
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Martin Panter
Issue #26316: Merge Arg Clinic fix from 3.5
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
Merge 3.5 (issue #25887)
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: Merged fix from 3.5.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Vinay Sajip
Fixes #26348: Corrected typos in activate.fish script.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Martin Panter
Issue #25179: Documentation for formatted string litera...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Yury Selivanov
Issues #26289 and #26315: Optimize floor/modulo div...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Null merge
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #25995: os.walk() no longer uses FDs proportional...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #25995: os.walk() no longer uses FDs proportional...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #25994: Added the close() method and the support...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #26325: Added test.support.check_no_resource_warn...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #26325: Added test.support.check_no_resource_warn...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #25985: sys.version_info is now used instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-11
Serhiy Storchaka
Issue #26312: SystemError is now raised in all programm...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Charles-François...
Issue #23992: multiprocessing: make MapResult not fail...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Guido van Rossum
Null merge of typing.rst change
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Guido van Rossum
Hopefully clarify the difference between Optional[t...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Guido van Rossum
Hopefully clarify the difference between Optional[t...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Serhiy Storchaka
Issue #25698: Prevent possible replacing imported modul...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Serhiy Storchaka
Issue #25698: Prevent possible replacing imported modul...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issue #26304: Additional “allows to” fix specific to 3.6
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issue #26304: Merge doc wording from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issue #26304: Change "allows to <verb>" to "allows...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issue #26136: Upgrade the generator_stop warning to...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issue 26243: Forgot to update zlib doc strings in Argum...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issue #26243: zlib.compress() keyword argument support...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issues #26310, #26311: Fix typos in the documentation...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-09
Raymond Hettinger
Issue #26200: The SETREF macro adds unnecessary work...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-10
Martin Panter
Issues #26310, 26311: Merge typo fixes from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Victor Stinner
compiler: don't emit SyntaxWarning on const stmt
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #25983: Added tests for multi-argument type().
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #25983: Added tests for multi-argument type().
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Gregory P....
Clarify "cardinality of" as "number of elements in...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Gregory P....
Clarify "cardinality of" as "number of elements in...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Steve Dower
Updates build to use SHA256 hash when signing files
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Steve Dower
Updates build to use SHA256 hash when signing files.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Victor Stinner
compiler now ignores constant statements
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Victor Stinner
Replace noop constant statement with expression
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Victor Stinner
Simplify main() of test_ast
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #26117: The os.scandir() iterator now closes...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #26117: The os.scandir() iterator now closes...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #25949: __dict__ for an OrderedDict instance...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #25911: Restored support of bytes paths in os...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-09
Martin Panter
Issue #26045: Merge http.client error addition from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-02-09
Martin Panter
Issue #26045: Add UTF-8 suggestion to error in http...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #25911: Restored support of bytes paths in os...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #26198: Make datetime error tests more lenient.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Serhiy Storchaka
Issue #26198: Make datetime error tests more lenient.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-07
Serhiy Storchaka
Issue #26198: ValueError is now raised instead of TypeE...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-07
Serhiy Storchaka
Issue #26198: Fixed error messages for some argument...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-07
Serhiy Storchaka
Issue #26198: Fixed error messages for some argument...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Martin Panter
Issue #25179: Preparatory cleanup of existing docs...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-07
Serhiy Storchaka
Issue #26039: Added zipfile.ZipInfo.from_file() and...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Martin Panter
Merge string formatting doc fixes from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-02-06
Yury Selivanov
Issue #26288: Fix comment
commit
|
commitdiff
|
tree
|
snapshot
2016-02-06
Senthil Kumaran
merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
next