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 #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
|
\
\
|
*
|
Issue #19659: Added documentation for Argument Clinic.
Larry Hastings
2014-01-04
1
-0/+2
*
|
|
Reverted changeset b72c5573c5e7 (issue #15027).
Serhiy Storchaka
2014-01-04
1
-2/+0
|
/
/
*
|
Issue #19976: Argument Clinic METH_NOARGS functions now always
Larry Hastings
2014-01-04
1
-0/+5
*
|
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
Serhiy Storchaka
2014-01-04
1
-0/+2
*
|
Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in py...
Martin v. Löwis
2014-01-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
Martin v. Löwis
2014-01-04
1
-0/+2
*
|
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis
2014-01-03
1
-0/+3
*
|
* Issue #16113: Remove sha3 module again.
Martin v. Löwis
2014-01-03
1
-0/+2
*
|
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
Eric Snow
2014-01-03
1
-0/+2
*
|
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
Antoine Pitrou
2014-01-02
1
-0/+2
*
|
whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation
R David Murray
2014-01-02
1
-1/+1
*
|
merge 3.3 (closes #20108)
Benjamin Peterson
2014-01-02
1
-0/+2
|
\
\
|
|
/
|
*
avoid parameter name clash (closes #20108)
Benjamin Peterson
2014-01-02
1
-0/+2
*
|
Issue #19728: Enable pip installation by default on Windows.
Martin v. Löwis
2014-01-02
1
-0/+2
*
|
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Antoine Pitrou
2014-01-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Antoine Pitrou
2014-01-01
1
-0/+3
*
|
Merge: Clarify the wording of a news entry.
R David Murray
2013-12-31
1
-3/+4
|
\
\
|
|
/
|
*
Clarify the wording of a news entry.
R David Murray
2013-12-31
1
-3/+4
|
*
Backporing the fix from Issue #12692
Senthil Kumaran
2013-12-29
1
-0/+3
*
|
whatsnew: mock called_with improvements, socket CAN_BCM support.
R David Murray
2013-12-31
1
-4/+4
*
|
whatsnew: random.getrandbits performance.
R David Murray
2013-12-31
1
-1/+1
*
|
whatsnew: abc.ABC. Also add issue number to news entry and reword.
R David Murray
2013-12-29
1
-2/+3
*
|
Add context to a json NEWS entry.
R David Murray
2013-12-27
1
-2/+2
[next]