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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
idlelib: remove unused names and imports (one is a duplicate import).
Terry Jan Reedy
2015-05-14
5
-8/+5
|
*
|
|
#19934: fix mangled wording
Andrew Kuchling
2015-05-13
1
-3/+3
|
*
|
|
Issue #22064: Improve the misleading message from 2to3 when skipping optional...
Berker Peksag
2015-05-13
1
-1/+1
|
*
|
|
Issue #23971: Fix underestimated presizing in dict.fromkeys()
Raymond Hettinger
2015-05-13
2
-2/+4
|
*
|
|
Issue #19934: Document *None* as an acceptable input to Counter.most_common(...
Raymond Hettinger
2015-05-13
1
-3/+3
|
*
|
|
use imperative
Benjamin Peterson
2015-05-12
1
-2/+2
|
*
|
|
Defend against a mutation during comparison
Raymond Hettinger
2015-05-12
1
-0/+5
|
*
|
|
Issue #24161: Document that PyIter_Check() returns false positives for old-s...
Raymond Hettinger
2015-05-11
1
-0/+4
|
*
|
|
Adds UUIDs for 2.7.10
Steve Dower
2015-05-11
1
-0/+2
|
*
|
|
add trailing slash
Benjamin Peterson
2015-05-11
1
-1/+1
|
*
|
|
- Do not italicize punctuation in the python man page
doko@ubuntu.com
2015-05-10
1
-6/+6
|
*
|
|
add news section for 2.7.11
Benjamin Peterson
2015-05-10
1
-0/+12
*
|
|
|
allow square brackets in cookie values (#22931)
Benjamin Peterson
2015-05-23
3
-3/+29
|
|
_
|
/
|
/
|
|
*
|
|
make idlever.py self-updating (closes #24199)
Benjamin Peterson
2015-05-22
1
-1/+4
|
|
/
|
/
|
*
|
deque is not varsized, so using Py_SIZE is nonsensical (closes #24162)
Benjamin Peterson
2015-05-15
1
-1/+1
|
/
*
Added tag v2.7.10rc1 for changeset 80ccce248ba2
Benjamin Peterson
2015-05-10
1
-0/+1
*
bump version to 2.7.10rc1
v2.7.10rc1
Benjamin Peterson
2015-05-10
5
-9/+9
*
update pydoc-topics
Benjamin Peterson
2015-05-10
1
-45/+45
*
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
3
-9/+9
*
fix libffi compilation on FreeBSD (#23042)
Benjamin Peterson
2015-05-09
1
-18/+30
*
Upgrade setuptools to 15.2
Donald Stufft
2015-05-09
2
-1/+1
*
Minor updates to the OS X installer ReadMe.rtf.
Ned Deily
2015-05-08
1
-3/+3
*
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
Larry Hastings
2015-05-08
2
-3/+12
*
Fixed English in error message.
Serhiy Storchaka
2015-05-06
1
-1/+1
*
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
Serhiy Storchaka
2015-05-06
3
-5/+56
*
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka
2015-05-06
2
-2/+15
*
update example, since python.org is HTTPS-only now (closes #24118)
Benjamin Peterson
2015-05-03
1
-5/+5
*
Issue #23330: h2py now supports arbitrary filenames in #include.
Serhiy Storchaka
2015-05-03
2
-1/+3
*
#24108: Update fnmatch.translate example to show correct output.
R David Murray
2015-05-02
1
-1/+1
*
#24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
1
-6/+0
*
Defer deleted item decref until after the deque is restored to a consistent s...
Raymond Hettinger
2015-05-02
2
-7/+11
*
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
Raymond Hettinger
2015-05-02
2
-50/+24
*
Issue #24060: Made logging.Formatter documentation a little clearer.
Vinay Sajip
2015-05-02
1
-1/+3
*
update links
Benjamin Peterson
2015-04-30
1
-6/+6
*
improve phrasing
Benjamin Peterson
2015-04-29
1
-2/+1
*
allow 2.7 to be built with asan (closes #24061)
Benjamin Peterson
2015-04-27
1
-0/+20
*
remove extern definition, since it's in a header file (closes #24058)
Benjamin Peterson
2015-04-26
1
-2/+0
*
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
*
fix relative link (closes #24057)
Benjamin Peterson
2015-04-25
1
-2/+2
*
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Serhiy Storchaka
2015-04-23
1
-2/+8
*
Use more precise Tcl version checks in tests.
Serhiy Storchaka
2015-04-23
1
-2/+2
*
Issue #16840: Skip bignum tests on minor releases where they are not supported.
Serhiy Storchaka
2015-04-22
1
-1/+3
*
Fixed full Tcl version parsing in tests for pre-final versions.
Serhiy Storchaka
2015-04-22
3
-25/+23
*
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...
Serhiy Storchaka
2015-04-21
2
-10/+19
*
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka
2015-04-21
2
-1/+3
*
recommend requests library (closes #23989)
Benjamin Peterson
2015-04-20
3
-0/+15
*
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
Serhiy Storchaka
2015-04-20
1
-1/+1
*
Issue #23728: Added a test for binascii.crc_hqx().
Serhiy Storchaka
2015-04-20
1
-0/+8
*
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
Serhiy Storchaka
2015-04-20
3
-3/+64
*
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes
2015-04-19
2
-1/+7
[prev]
[next]