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 #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+3
|
\
|
*
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+3
*
|
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-0/+5
|
\
\
|
|
/
|
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-0/+2
*
|
Issue #20152: import.c now uses Argument Clinic.
Brett Cannon
2014-01-10
1
-0/+2
*
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
1
-0/+4
|
\
\
|
|
/
|
*
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
2
-0/+5
*
|
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-0/+3
*
|
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka
2014-01-09
1
-0/+20
|
\
\
|
|
/
|
*
Issue #18960: Fix bugs with Python source code encoding in the second line.
Serhiy Storchaka
2014-01-09
1
-0/+20
*
|
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
1
-0/+3
*
|
whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.
R David Murray
2014-01-08
1
-2/+2
*
|
Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.
R David Murray
2014-01-08
1
-3/+3
|
\
\
|
|
/
|
*
Fix verb tense in base64 docs, and the phrasing of a news entry.
R David Murray
2014-01-08
1
-3/+3
*
|
whatsnew: FileIO.readall performance, os.cpu_count.
R David Murray
2014-01-08
1
-4/+6
*
|
(Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError
Victor Stinner
2014-01-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
Victor Stinner
2014-01-08
1
-0/+3
*
|
Fixes issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-0/+5
|
\
\
|
|
/
|
*
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith
2014-01-08
1
-0/+5
*
|
Issue #19723: Fix issue number typo in Misc/NEWS
Zachary Ware
2014-01-07
1
-1/+1
*
|
Issue #12837: Silence a Clang compiler warning on OS X.
Brett Cannon
2014-01-07
1
-0/+6
*
|
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon
2014-01-07
1
-0/+4
*
|
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings
2014-01-07
1
-0/+3
*
|
Issue #20157: When Argument Clinic renames a parameter because its name
Larry Hastings
2014-01-07
1
-0/+3
*
|
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Larry Hastings
2014-01-07
1
-0/+3
*
|
Issue #20144: Argument Clinic now supports simple constants as parameter
Larry Hastings
2014-01-07
1
-0/+6
*
|
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
Serhiy Storchaka
2014-01-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
Serhiy Storchaka
2014-01-07
1
-0/+2
*
|
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
1
-1/+2
*
|
Issue #19703: Update pydoc to use the new importer APIs.
Eric Snow
2014-01-07
1
-0/+2
*
|
asyncio: Fix deadlock in readexactly(). Fixes issue #20154.
Guido van Rossum
2014-01-07
1
-0/+2
*
|
Issue #20143: The line numbers reported in Argument Clinic errors are
Larry Hastings
2014-01-06
1
-0/+3
*
|
Issue #20142: Py_buffer variables generated by Argument Clinic are now
Larry Hastings
2014-01-06
1
-0/+5
*
|
Merge 3.4.0b2 release revisions back into mainline.
Larry Hastings
2014-01-06
1
-0/+4
|
\
\
|
*
|
Issue19995: %o, %x, %X now only accept ints
Ethan Furman
2014-01-05
1
-0/+4
*
|
|
Post-release engineering; updated NEWS and version string.
Larry Hastings
2014-01-06
1
-0/+12
*
|
|
Bump version number for 3.4.0b2.
v3.4.0b2
Larry Hastings
2014-01-05
1
-1/+1
|
/
/
*
|
Fix news entry to use updated name for XMLPullParser.
R David Murray
2014-01-05
1
-2/+2
*
|
whatsnew: XMLPullParser, plus some doc updates.
R David Murray
2014-01-05
1
-5/+5
*
|
Issue 20123: Fix pydoc.synopsis() for "binary" modules.
Eric Snow
2014-01-05
1
-0/+2
*
|
whatsnew: removal of TYPE_INT64 from marshal.
R David Murray
2014-01-05
1
-1/+1
*
|
whatsnew: logging TimedRotatingFileHandler atTime parameter.
R David Murray
2014-01-04
1
-2/+2
*
|
whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup.
R David Murray
2014-01-04
1
-3/+3
*
|
whatsnew: ppring string wrapping, string pickling optimization.
R David Murray
2014-01-04
1
-5/+5
*
|
Issue #19708: Update pkgutil to use the new importer APIs.
Eric Snow
2014-01-04
1
-0/+2
*
|
Issue #19713: Move away from using find_module/load_module.
Eric Snow
2014-01-04
1
-0/+2
*
|
Issue #19927: Add __eq__ to path-based loaders in importlib.
Eric Snow
2014-01-04
1
-0/+2
*
|
Merge heads
Serhiy Storchaka
2014-01-04
1
-0/+2
|
\
\
[next]