index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15381: Optimized line reading in io.BytesIO.
Serhiy Storchaka
2014-08-14
1
-0/+2
*
Issue #21445: Pass exception messages correctly to assertTrue in
Berker Peksag
2014-08-14
1
-0/+1
|
\
|
*
Issue #21445: Pass exception messages correctly to assertTrue in
Berker Peksag
2014-08-14
1
-0/+1
*
|
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
Serhiy Storchaka
2014-08-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
Serhiy Storchaka
2014-08-13
1
-0/+3
*
|
merge
Raymond Hettinger
2014-08-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue 22184: Early detection and reporting of missing lru_cache parameters
Raymond Hettinger
2014-08-12
1
-0/+3
*
|
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...
Serhiy Storchaka
2014-08-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...
Serhiy Storchaka
2014-08-12
1
-0/+3
*
|
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
Serhiy Storchaka
2014-08-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
Serhiy Storchaka
2014-08-12
1
-0/+3
*
|
Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de G...
Antoine Pitrou
2014-08-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de G...
Antoine Pitrou
2014-08-12
1
-0/+3
*
|
#21725: Add RFC 6531 (SMTPUTF8) support to smtpd.
R David Murray
2014-08-09
1
-0/+2
*
|
merge
Raymond Hettinger
2014-08-10
1
-0/+1
|
\
\
|
|
/
|
*
Issue #22174: Clean-up grammar and ambiguities in property() docs.
Raymond Hettinger
2014-08-10
1
-0/+1
*
|
merge 3.4 (#21121)
Benjamin Peterson
2014-08-10
1
-0/+3
|
\
\
|
|
/
|
*
add -Werror=declaration-after-statement only to stdlib extension modules (clo...
Benjamin Peterson
2014-08-10
1
-0/+3
*
|
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
doko@ubuntu.com
2014-08-09
1
-0/+4
|
\
\
|
|
/
|
*
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
doko@ubuntu.com
2014-08-09
1
-0/+7
*
|
Merge #21777 from 3.4
Nick Coghlan
2014-08-09
1
-0/+4
|
\
\
|
|
/
|
*
Issue #21777: separate docs for binary sequence methods
Nick Coghlan
2014-08-09
1
-0/+7
*
|
Closes #22060: Merge with 3.4
Zachary Ware
2014-08-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22060: Clean up/simplify test_ctypes, use test discovery
Zachary Ware
2014-08-08
1
-0/+3
|
*
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
Zachary Ware
2014-08-07
1
-2/+2
*
|
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
Zachary Ware
2014-08-07
1
-2/+2
*
|
Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...
Antoine Pitrou
2014-08-06
2
-0/+4
*
|
Issue #5411: Added support for the "xztar" format in the shutil module.
Serhiy Storchaka
2014-08-06
1
-0/+2
*
|
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
Serhiy Storchaka
2014-08-06
1
-0/+4
|
\
\
|
|
/
|
*
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
Serhiy Storchaka
2014-08-06
1
-0/+4
*
|
Move misplaced Misc/NEWS entries to correct locations.
Serhiy Storchaka
2014-08-06
1
-23/+22
*
|
- Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic
Barry Warsaw
2014-08-05
1
-0/+4
*
|
Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeri...
Martin v. Löwis
2014-08-05
1
-1/+1
*
|
Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeri...
Martin v. Löwis
2014-08-05
1
-0/+3
*
|
Issue #22120: For functions using an unsigned integer return converter,
Larry Hastings
2014-08-05
1
-0/+4
*
|
Issue #20170: Convert posixmodule to use Argument Clinic.
Larry Hastings
2014-08-05
1
-0/+2
*
|
#18034: merge with 3.4.
Ezio Melotti
2014-08-04
1
-0/+1
|
\
\
|
|
/
|
*
#18034: update FAQ to suggest importlib.import_module instead of __import__. ...
Ezio Melotti
2014-08-04
1
-0/+1
*
|
Closes #22104: Merge with 3.4
Zachary Ware
2014-08-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner
Zachary Ware
2014-08-04
1
-0/+3
*
|
#20977: merge with 3.4.
Ezio Melotti
2014-08-04
1
-0/+1
|
\
\
|
|
/
|
*
#20977: fix undefined name in the email module. Patch by Rose Ames.
Ezio Melotti
2014-08-04
1
-0/+1
*
|
#21047: set the default value for the *convert_charrefs* argument of HTMLPars...
Ezio Melotti
2014-08-02
1
-0/+3
*
|
Add an __all__ to html.entities.
Ezio Melotti
2014-08-02
1
-0/+2
*
|
#15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...
Ezio Melotti
2014-08-02
1
-0/+3
*
|
Issue #22077: Improve index error messages for bytearrays, bytes, lists, and
Terry Jan Reedy
2014-08-02
1
-0/+4
*
|
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
2
-1/+5
*
|
Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker.
Zachary Ware
2014-08-01
1
-0/+1
*
|
Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch.
Antoine Pitrou
2014-07-31
1
-0/+2
*
|
Issue #22085: Dropped support of Tk 8.3 in Tkinter.
Serhiy Storchaka
2014-07-30
1
-0/+2
[next]