projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2015-04-05
Benjamin Peterson
fix extended command syntax (closes #23872)
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
Serhiy Storchaka
Issue #15133: _tkinter.tkapp.getboolean() now supports...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
Serhiy Storchaka
Open files in binary mode to avoid newlines transformation.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
Serhiy Storchaka
Issue #23338: Fixed formatting ctypes error messages...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-04
Serhiy Storchaka
Issue #23825: Fixed test_idle under -OO.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Serhiy Storchaka
Escaped backslashes in docstrings.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Victor Stinner
Issue #23219: Update asyncio.wait_for() documentation
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Serhiy Storchaka
Issue #22351. MockSslTests tests in test_nntplib now...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
Victor Stinner
Issue #22351: Fix test_nntplib if the ssl module is...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #10590: Added tests for xml.sax.parse() and xml...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #2175: Added tests for xml.sax.saxutils.prepare_i...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #16840: Fixed test_tcl for Tcl < 8.5.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #21526: Skip test_booleans on Tcl < 8.5.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #16840: Tkinter now supports 64-bit integers...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Victor Stinner
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Victor Stinner
Issue #23851: close() must not be retried when it fails...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Victor Stinner
Issue #22977: Fix test_exceptions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #21526: Fixed the test_booleans test for wantobje...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #21526: Tkinter now supports new boolean type...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Serhiy Storchaka
Issue #22977: Fixed formatting Windows error messages...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Benjamin Peterson
replace 512 bit dh key with a 2014 bit one (closes...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Benjamin Peterson
remove assignment in conditional
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Serhiy Storchaka
Issue #23821: Fixed test_pdb failure under -O.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Serhiy Storchaka
Issue #23838: linecache now clears the cache and return...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Serhiy Storchaka
Issue #23799: Added test.support.start_threads() for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Benjamin Peterson
document what exactly str.splitlines() splits on (close...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Serhiy Storchaka
Issue #18473: Fixed pickle compatibility tests for...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Serhiy Storchaka
Issue #18473: Fixed 2to3 and 3to2 compatible pickle...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Raymond Hettinger
Issue #23729: Improve docs for ElementTree namespace...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
R David Murray
#23792: also catch interrupt around pipe.write.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Victor Stinner
Issue #22585: os.urandom() now releases the GIL when...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Serhiy Storchaka
Issue #23785: Fixed memory leak in TextIOWrapper.tell...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Serhiy Storchaka
Issue #23783: Fixed memory leak in PyObject_ClearWeakRe...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
R David Murray
#23745: handle duplicate MIME parameter names in new...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-29
Serhiy Storchaka
Issue #22390: test.regrtest now emits a warning if...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-29
Donald Stufft
Closes #23801 - Ignore entire preamble to multipart...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-29
R David Murray
#23792: Ignore KeyboardInterrupt when the pydoc pager...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-29
Serhiy Storchaka
Issue #23803: Fixed str.partition() and str.rpartition...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Serhiy Storchaka
Make some tests more frienly to MemoryError.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Victor Stinner
Issue #23445: Fix test.support.python_is_optimized...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Victor Stinner
asyncio: Fix _SelectorTransport.__repr__() if the event...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Serhiy Storchaka
Check that failed writerow() doesn't produce change...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Serhiy Storchaka
Issue #23742: ntpath.expandvars() no longer loses unbal...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Victor Stinner
Issue #23571: If io.TextIOWrapper constructor fails...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Victor Stinner
Issue #23571: Fix reentrant call to Py_FatalError()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Serhiy Storchaka
Fixed bytes warnings when run tests with -vv.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Serhiy Storchaka
Issue #21802: The reader in BufferedRWPair now is close...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Serhiy Storchaka
Issue #23671: string.Template now allows to specify...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Serhiy Storchaka
Added tests for mixed kinds of Unicode strings.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Serhiy Storchaka
Issue #23583: Added tests for standard IO streams in...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Victor Stinner
Issue #23571: Py_FatalError() now tries to flush sys...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Victor Stinner
Issue #23571: Enhance Py_FatalError()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Ezio Melotti
#11468: improve unittest basic example. Initial patch...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Victor Stinner
Issue #23654: Fix faulthandler._stack_overflow() for...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Serhiy Storchaka
Issue #21560: An attempt to write a data of wrong type...
commit
|
commitdiff
|
tree
|
snapshot
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
next