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
*
Fix grammar in whatsnew/3.5.rst and elsewhere
Martin Panter
2015-11-14
1
-1/+1
*
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
Martin Panter
2015-11-13
1
-0/+3
|
\
|
*
Issue #25590: Make rlcompleter only call getattr() once per attribute
Martin Panter
2015-11-13
1
-0/+3
*
|
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
Martin Panter
2015-11-13
2
-0/+5
|
\
\
|
|
/
|
*
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
Martin Panter
2015-11-13
2
-0/+5
*
|
Issue #25462: The hash of the key now is calculated only once in most
Serhiy Storchaka
2015-11-13
1
-0/+3
*
|
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
Serhiy Storchaka
2015-11-12
1
-0/+3
*
|
merge 3.4 (#25530)
Benjamin Peterson
2015-11-12
1
-0/+3
|
\
\
|
|
/
|
*
always set OP_NO_SSLv3 by default (closes #25530)
Benjamin Peterson
2015-11-12
1
-0/+3
*
|
merge 3.5 (#25569)
Benjamin Peterson
2015-11-12
1
-0/+2
|
\
\
|
|
/
|
*
fix memory leak in _get_crl_dp (closes #25569)
Benjamin Peterson
2015-11-12
1
-0/+2
*
|
Added missed periods at the ends of sentences in Misc/NEWS.
Serhiy Storchaka
2015-11-09
1
-5/+5
|
\
\
|
|
/
|
*
Added missed periods at the ends of sentences in Misc/NEWS.
Serhiy Storchaka
2015-11-09
1
-4/+4
*
|
Fixed markup in Misc/NEWS.
Serhiy Storchaka
2015-11-09
1
-10/+11
|
\
\
|
|
/
|
*
Fixed markup in Misc/NEWS.
Serhiy Storchaka
2015-11-09
1
-7/+8
|
*
Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid ...
Steve Dower
2015-11-07
1
-0/+3
*
|
Issue #25584: Added "escape" to the __all__ list in the glob module.
Serhiy Storchaka
2015-11-09
1
-0/+2
*
|
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
Serhiy Storchaka
2015-11-09
1
-0/+2
*
|
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
1
-0/+3
*
|
#25446: Fix regression in smtplib's AUTH LOGIN support.
R David Murray
2015-11-08
1
-0/+2
*
|
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter
2015-11-07
1
-0/+4
|
\
\
|
|
/
|
*
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter
2015-11-07
1
-0/+4
*
|
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
Martin Panter
2015-11-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18010: Fix pydoc web server search to handle package exceptions
Martin Panter
2015-11-06
1
-0/+3
*
|
Issue #25554: Got rid of circular references in regular expression parsing.
Serhiy Storchaka
2015-11-05
1
-0/+2
*
|
Issue #24726: Fixed issue number for previous changeset 59c7615ea921.
Serhiy Storchaka
2015-11-04
1
-1/+1
*
|
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
Serhiy Storchaka
2015-11-04
1
-0/+3
*
|
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
Serhiy Storchaka
2015-11-04
1
-0/+5
*
|
Issue #25523: Further a-to-an corrections new in 3.5.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
2
-2/+2
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
2
-2/+2
*
|
Issue #25523: Further a-to-an corrections new in 3.5
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
2
-16/+16
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
2
-16/+16
*
|
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
1
-0/+4
|
\
\
|
|
/
|
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
1
-0/+4
*
|
Issue #25395: Fixed crash when highly nested OrderedDict structures were
Serhiy Storchaka
2015-11-01
1
-0/+3
*
|
Issue #25450: Updates shortcuts to start Python in installation directory.
Steve Dower
2015-10-31
1
-0/+2
*
|
Merge spelling fixes from 3.4 into 3.5
Martin Panter
2015-10-31
2
-2/+2
|
\
\
|
|
/
|
*
Fix some spelling errors in documentation and code comments
Martin Panter
2015-10-31
2
-2/+2
*
|
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson
2015-10-30
1
-0/+2
*
|
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Serhiy Storchaka
2015-10-29
2
-0/+4
*
|
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
2
-0/+5
|
\
\
|
|
/
|
*
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
2
-0/+5
*
|
merge 3.4 (#25471)
Benjamin Peterson
2015-10-25
1
-0/+3
|
\
\
|
|
/
|
*
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Benjamin Peterson
2015-10-25
1
-0/+3
*
|
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
Serhiy Storchaka
2015-10-24
1
-0/+3
*
|
Merge 3.4 (Issue #25461)
Victor Stinner
2015-10-23
1
-0/+1
|
\
\
|
|
/
|
*
Issue #25461: Rephrase os.walk() doc
Victor Stinner
2015-10-23
1
-0/+1
[next]