projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2015-03-22
Raymond Hettinger
Issue 23729: Document ElementTree namespace handling...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
R David Murray
#23647: Increase imaplib's MAXLINE to accommodate moder...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
R David Murray
#23539: Set Content-Length to 0 for PUT, POST, and...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
R David Murray
#23700: fix/improve comment
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Benjamin Peterson
clarify behavior of shutil.move when destination exists...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Ned Deily
Issue #22289: Prevent test_urllib2net failures due...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Serhiy Storchaka
Issue #22079: Deprecation warning now is issued in...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Serhiy Storchaka
Issue #22351: The nntplib.NNTP constructor no longer...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
R David Murray
#11726: Make linecache docs reflect that all files...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Serhiy Storchaka
Issue #23681: Fixed Python 2 to 3 poring bugs.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Serhiy Storchaka
Issue #23700: NamedTemporaryFile iterator closed underl...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ned Deily
Issue #23686: Update OS X 10.5 installer build to use...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Serhiy Storchaka
Fixed Misc/NEWS entry for issue #23136.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Serhiy Storchaka
Issue #23136: _strptime now uniformly handles all days...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Serhiy Storchaka
Issue #23700: Iterator of NamedTemporaryFile now keeps...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Benjamin Peterson
wrap properly
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ethan Furman
issue23673
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Antoine Pitrou
Issue #22903: The fake test case created by unittest...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Antoine Pitrou
Issue #23353: improve exceptions tests for generators
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Victor Stinner
_tracemalloc.c: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Victor Stinner
Issue #11726: Fix linecache example in the doc
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Victor Stinner
Issue #11726: clarify linecache doc: linecache is writt...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Victor Stinner
Issue #19428: Document that PyMarshal_ReadLongFromFile...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Victor Stinner
Issue #23456: Add missing @coroutine decorators in...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Vinay Sajip
Issue #23207: Improved kwarg validation.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Ned Deily
Issue #22585: make URandomFDTests test case actually run
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Berker Peksag
Issue #23682: Delete Python 2.2 mention from distutils...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Benjamin Peterson
versionchanged for rc4 removal (closes #23679)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Serhiy Storchaka
Use non-zero and non-last positions in error handler...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Serhiy Storchaka
Increased coverage of standard codec error handlers.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Eli Bendersky
Issue #23549: Clarify confusion in heapq doc - accessin...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Berker Peksag
Issue #23568: Add rdivmod support to MagicMock() objects.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Serhiy Storchaka
Fix minor docs markup errors.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Steve Dower
Fixes incorrect use of GetLastError where errno should...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Benjamin Peterson
__getslice__ certainly won't appear in the output
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Brett Cannon
Make the case to only support Python 2.7 when supportin...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Serhiy Storchaka
Issue #23138: Fixed parsing cookies with absent keys...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Serhiy Storchaka
Issue #23051: multiprocessing.Pool methods imap() and...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Benjamin Peterson
use the meth role for ZipFile.open
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Berker Peksag
Issue #23081: Document that PySequence_List also accept...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Berker Peksag
Issue #22154: Add an example to show context management...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Serhiy Storchaka
Issue #23641: Cleaned out legacy dunder names from...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Berker Peksag
Issue #20617: Remove unused import in test_ssl.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Victor Stinner
Issue #23605: Refactor os.walk() tests to also run...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Serhiy Storchaka
Issue #22928: Disabled HTTP header injections in http...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Serhiy Storchaka
Issue #23192: Fixed generator lambdas. Patch by Bruno...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Serhiy Storchaka
Issue #23615: Modules bz2, tarfile and tokenize now...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Steve Dower
Removes unused format string insertion in launcher.c.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Antoine Pitrou
Issue #23629: Fix the default __sizeof__ implementation...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Steve Dower
Issue #22028: Ensure mimetypes will not open registry...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Victor Stinner
asyncio: Fix repr(BaseSubprocessTransport) if it didn...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Victor Stinner
asyncio doc: changes on the Queue API missed Python...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Berker Peksag
Issue #23432: Remove duplicate content from SystemExit...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Victor Stinner
Issue #23605: os.walk() doc now mentions shutil.rmtree...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Benjamin Peterson
fix up import style
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Ned Deily
Issue #23617: Correct plurals typo noted by Kentrell...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Benjamin Peterson
indicate correct version (closes #23608)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Serhiy Storchaka
Issue #21619: Cleaned up test_broken_pipe_cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Antoine Pitrou
Issue #20876: correctly close temporary file in test...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Benjamin Peterson
replace Amazon links in the documentation (closes ...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Serhiy Storchaka
Issue #22853: Added regression test for using multiproc...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Benjamin Peterson
remove redundant test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Benjamin Peterson
fix potential refleak in PyFloat_AsDouble (closes ...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Ned Deily
Issue #23593: fix Misc/NEWS entries
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Ned Deily
Issue #23594: Update OS X 10.5 installer build to use...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Benjamin Peterson
use _import_symbols to import VERIFY_* constants
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Benjamin Peterson
adjust test_crl_check for trusted first being default
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Benjamin Peterson
expose X509_V_FLAG_TRUSTED_FIRST
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Benjamin Peterson
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Victor Stinner
Issue #21619: Try to fix test_broken_pipe_cleanup()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-04
Antoine Pitrou
Issue #23576: Avoid stalling in SSL reads when EOF...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-04
Serhiy Storchaka
Issue #23504: Added an __all__ to the types module.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
merge 3.3 (#23362)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
use PyMem_NEW to detect overflow (closes #23362)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
merge 3.3 (#23367)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
fix possible overflow bugs in unicodedata (closes ...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Steve Dower
Issue #18382: Zero-length messages are consumed by...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
wrap everything at 80 chars
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
link to the correct dis method or function (closes...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Serhiy Storchaka
Added more tests for urllib.parse utility functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Berker Peksag
Issue #23527: Update Gmail port number for STARTTLS...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Berker Peksag
Issue #23477: Improve test coverage of wsgiref.simple_s...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Berker Peksag
Issue #20521: Change ``TOS`` to TOS in dis documentation.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Berker Peksag
Issue #23387: Skip test_issue16464 if it raises an...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Benjamin Peterson
remove mention of Python 2.2 and 2.3
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Serhiy Storchaka
Fixed pydoc tests when run with -OO.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Serhiy Storchaka
Issue #20204: Added the __module__ attribute to _tkinte...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-28
Alexander Belopolsky
Fixes #23521: Corrected pure python implementation...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-28
Serhiy Storchaka
Fixed a test for issue #21619 on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-28
Serhiy Storchaka
Issue #21619: Popen objects no longer leave a zombie...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Brett Cannon
Fix the clarification as to why division cannot be...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Larry Hastings
Fix minor errors in Misc/NEWS. (Thanks for the report...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Victor Stinner
Issue #23537: Remove 2 unused private methods of asynci...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Victor Stinner
Issue #23526: Fix ResourceWarning in test_httplib....
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Zachary Ware
Fix copy/paste error in bytes.isupper() doc.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Benjamin Peterson
remove duplicate 3.4.3 tags
commit
|
commitdiff
|
tree
|
snapshot
2015-02-26
Larry Hastings
Merge 3.4.3 release engineering changes back into 3.4.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-26
Larry Hastings
Post-release changes for 3.4.3.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-26
Victor Stinner
asyncio doc: lock classes are not thread safe
commit
|
commitdiff
|
tree
|
snapshot
2015-02-25
Benjamin Peterson
remove unused import
commit
|
commitdiff
|
tree
|
snapshot
next