Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
762d5ea8753e2c137eb7affa9fcb51db1cecd1aa
/
Misc
762d5ea
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
by Brett Cannon
· 10 years ago
85622e4
Issue #25874: Clarify platform support in the "Using Python on Windows" doc.
by Brett Cannon
· 10 years ago
f81be8a
Issue #22995: Instances of extension types with a state that aren't
by Serhiy Storchaka
· 10 years ago
bc4ded95
Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
by Serhiy Storchaka
· 10 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 10 years ago
0bddc9e
Issue #25860: os.fwalk() no longer skips remaining directories when error occurs.
by Serhiy Storchaka
· 10 years ago
0ce7a3a
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
by Serhiy Storchaka
· 10 years ago
5af8564
Issue #25827: Add support for ICC to configure
by Zachary Ware
· 10 years ago
66c08d9
Issue #25902: Fixed various refcount issues in ElementTree iteration.
by Serhiy Storchaka
· 10 years ago
5aac3ed
Issue #25766: Special method __bytes__() now works in str subclasses.
by Serhiy Storchaka
· 10 years ago
5c4064e
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 10 years ago
d1f20d1
Fixed markup and spaces in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
225821c
Issue #25899: Converted non-ASCII characters in docstrings and manpage
by Serhiy Storchaka
· 10 years ago
c202155
Issue #25696: Fix installation of Python on UNIX with make -j9.
by Victor Stinner
· 10 years ago
dda5843
Issue #19771: Omit irrelevant message if package could not be initialized
by Martin Panter
· 10 years ago
d785da8
Merge.
by Larry Hastings
· 10 years ago
0c6ffab
Post-release fixups for Python 3.5.1.
by Larry Hastings
· 10 years ago
8d5d466
Issue #25798: merge from 3.4
by Ned Deily
· 10 years ago
6364094
Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
by Ned Deily
· 10 years ago
0bb62b1
Issue #25717: Tolerate fstat() failures in the FileIO constructor
by Martin Panter
· 10 years ago
ffccaa4
Version bump for 3.5.1 final.
by Larry Hastings
· 10 years ago
c98bbd5
merge 3.4
by Benjamin Peterson
· 10 years ago
68524e1
merge 3.3
by Benjamin Peterson
· 10 years ago
2deaea3
merge 3.2
by Benjamin Peterson
· 10 years ago
5e62117
add CVE and issue number
by Benjamin Peterson
· 10 years ago
939614c
Merge: #24903: Remove misleading error message to fix regression.
by R David Murray
· 10 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 10 years ago
6a77c2d
Issue #25764: Merge subprocess fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
f4f25fe
Issue #25500: Fix the language reference to not claim that import
by Brett Cannon
· 10 years ago
b1f64e7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 10 years ago
c7217d7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 10 years ago
657257e
Issue #14285: Do not catch __init__.py exceptions in runpy
by Martin Panter
· 10 years ago
6648bf5
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 10 years ago
e800941
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 10 years ago
7aa6908
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 10 years ago
10f997d
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
by Steve Dower
· 10 years ago
40a841b
Fixed issue #25177, problems with the mean of very small and very large numbers.
by Steven D'Aprano
· 10 years ago
c0c00c3
Fix for issue #25177 with the mean of very small and very large numbers.
by Steven D'Aprano
· 10 years ago
b63015b
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 10 years ago
cbbec1c
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 10 years ago
afdd513
Issue #25764: Preserve subprocess fork exception when preexec_fn used
by Martin Panter
· 10 years ago
15f070f
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 10 years ago
c472246
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 10 years ago
9e87f3d
Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5
by Martin Panter
· 10 years ago
747d48c
Issues #22989, #21228: Document HTTP response object for urlopen()
by Martin Panter
· 10 years ago
670d78a
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 10 years ago
d28bb62
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 10 years ago
2cefc1e
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 10 years ago
33e7ea5
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 10 years ago
83cb6b5
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 10 years ago
1c855f4
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 10 years ago
f9afda5
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 10 years ago
1509580
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 10 years ago
c5f3b42
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 10 years ago
a49de6b
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 10 years ago
11bb1ad
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
ed92910
Issue #25663: Make rlcompleter avoid duplicate global names
by Martin Panter
· 10 years ago
6f988b5
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 10 years ago
e3d4ec4
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 10 years ago
4409c6c
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 10 years ago
e9b3074
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 10 years ago
3715cab
Merge 3.5.1rc1 release changes back into main 3.5 branch.
by Larry Hastings
· 10 years ago
ba11daa
Post-release updates for Python 3.5.1rc1.
by Larry Hastings
· 10 years ago
3987fef
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 10 years ago
b6aa537
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 10 years ago
6e3d2ba
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 10 years ago
8bc792a
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 10 years ago
6e86580
Version bump for Python 3.5.1rc1.
by Larry Hastings
· 10 years ago
7537898
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 10 years ago
c75d37f
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 10 years ago
e99e977
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
by Martin Panter
· 10 years ago
97cabb9
Issue #25583: Merge makedirs fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
82f9fea
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
by Guido van Rossum
· 10 years ago
41f69f4
Issue #25593: Change semantics of EventLoop.stop().
by Guido van Rossum
· 10 years ago
a82642f
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
by Martin Panter
· 10 years ago
a27a1e5
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
da32d26
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
a4d33b3
make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630)
by Benjamin Peterson
· 10 years ago
d0a5b1c
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
by Gregory P. Smith
· 10 years ago
2cd1b3b
Fix issue #6973: When we know a subprocess.Popen process has died, do
by Gregory P. Smith
· 10 years ago
a0c9caa
Fix issue #6973: When we know a subprocess.Popen process has died, do
by Gregory P. Smith
· 10 years ago
fcc2e71
merge 3.4 (#25578)
by Benjamin Peterson
· 10 years ago
f0c9038
fix possible memory lea k in _get_aia_uri (closes #25578)
by Benjamin Peterson
· 10 years ago
7e2b870
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
0d44111
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
97ce0fa
Fix grammar in whatsnew/3.5.rst and elsewhere
by Martin Panter
· 10 years ago
fa9ea04
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
by Martin Panter
· 10 years ago
06622ea
Issue #25590: Make rlcompleter only call getattr() once per attribute
by Martin Panter
· 10 years ago
0da4ac1
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
1bb6515
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
by Martin Panter
· 10 years ago
19a70e7
Issue #25462: The hash of the key now is calculated only once in most
by Serhiy Storchaka
· 10 years ago
609a2e1
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 10 years ago
d7a4415
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 10 years ago
45bde5d
merge 3.4 (#25530)
by Benjamin Peterson
· 10 years ago
a9dcdab
always set OP_NO_SSLv3 by default (closes #25530)
by Benjamin Peterson
· 10 years ago
86429bd
merge 3.5 (#25569)
by Benjamin Peterson
· 10 years ago
eda06c8
fix memory leak in _get_crl_dp (closes #25569)
by Benjamin Peterson
· 10 years ago
4f1c187
Added missed periods at the ends of sentences in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
fed16ec7c2
Added missed periods at the ends of sentences in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
acdb020
Fixed markup in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
Next »