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 #25725: Fixed a reference leak in pickle.loads() when unpickling
Serhiy Storchaka
2015-11-25
1
-0/+3
*
|
|
|
|
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
Martin Panter
2015-11-24
1
-0/+3
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #25663: Make rlcompleter avoid duplicate global names
Martin Panter
2015-11-23
1
-0/+3
*
|
|
|
|
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka
2015-11-23
1
-0/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Serhiy Storchaka
2015-11-23
1
-0/+2
*
|
|
|
|
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka
2015-11-23
1
-0/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka
2015-11-23
1
-0/+2
*
|
|
|
|
Merge 3.5.1rc1 release changes back into main 3.5 branch.
Larry Hastings
2015-11-23
2
-0/+18
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Serhiy Storchaka
2015-11-23
1
-0/+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
Serhiy Storchaka
2015-11-23
1
-0/+2
|
*
|
|
|
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka
2015-11-22
2
-0/+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka
2015-11-22
2
-0/+4
*
|
|
|
|
Post-release updates for Python 3.5.1rc1.
Larry Hastings
2015-11-23
1
-0/+11
*
|
|
|
|
Version bump for Python 3.5.1rc1.
v3.5.1rc1
Larry Hastings
2015-11-22
1
-1/+1
|
/
/
/
/
*
|
|
|
Misc/NEWS entries for IDLE.
Terry Jan Reedy
2015-11-21
1
-14/+37
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Misc/NEWS entries for IDLE.
Terry Jan Reedy
2015-11-21
1
-14/+37
*
|
|
|
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
Martin Panter
2015-11-20
1
-0/+7
*
|
|
|
Issue #25583: Merge makedirs fix from 3.4 into 3.5
Martin Panter
2015-11-20
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
Martin Panter
2015-11-19
1
-0/+3
*
|
|
|
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
Guido van Rossum
2015-11-19
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum
2015-11-19
1
-0/+2
*
|
|
|
Issue #25498: Fixed contributors name.
Serhiy Storchaka
2015-11-16
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25498: Fixed contributors name.
Serhiy Storchaka
2015-11-16
1
-1/+1
*
|
|
|
make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (clo...
Benjamin Peterson
2015-11-16
1
-0/+3
*
|
|
|
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
Gregory P. Smith
2015-11-16
1
-0/+4
*
|
|
|
Fix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith
2015-11-16
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith
2015-11-16
1
-0/+4
*
|
|
|
merge 3.4 (#25578)
Benjamin Peterson
2015-11-14
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix possible memory lea k in _get_aia_uri (closes #25578)
Benjamin Peterson
2015-11-14
1
-0/+2
*
|
|
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Serhiy Storchaka
2015-11-14
1
-0/+3
*
|
|
|
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
[prev]
[next]