Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
92bb90a9ff87fefd57a6e3274b21cc1b9ca16f53
/
Misc
« Previous
5295532
merge 3.3 (closes #27760)
by Benjamin Peterson
· 8 years ago
4f97651
fix possible integer overflow in binascii.b2a_qp (closes #27760)
by Benjamin Peterson
· 8 years ago
f17a8e9
merge 3.4
by Benjamin Peterson
· 8 years ago
40a77c3
do not allow reading negative values with getstr()
by Benjamin Peterson
· 8 years ago
9745ee0
merge 3.4 (closes #27758)
by Benjamin Peterson
· 8 years ago
59b6abd
merge 3.3 (#27758)
by Benjamin Peterson
· 8 years ago
6e01d90
check for overflow in join_append_data (closes #27758)
by Benjamin Peterson
· 8 years ago
5401e87
Issue #25825: Fix references to Modules/python.exp
by Martin Panter
· 8 years ago
9854789
Issue #26750: unittest.mock.create_autospec() now works properly
by Gregory P. Smith
· 8 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 8 years ago
436fe5a
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
4cbb23f
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
43a94a7
Issue #27641: Comment out regeneration rules when cross compiling
by Martin Panter
· 8 years ago
7bfbd1d
merge heads
by Senthil Kumaran
· 8 years ago
17742f2
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
dbaa559
all SCHED_ constants are optional (closes #27656)
by Benjamin Peterson
· 8 years ago
3a32bdf
Issue #27453: CPP invocation in configure must use CPPFLAGS.
by Xavier de Gaye
· 8 years ago
4a865a3
NEWS: tag security related changes with [Security] prefix
by Victor Stinner
· 8 years ago
3e5b1d3
Issue #23943: Restore extra fixes lost in merge 4fb2075952a4
by Martin Panter
· 8 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 8 years ago
eac67be
Issue #27490: Do not build pgen when cross-compiling
by Martin Panter
· 8 years ago
fd0d593
Issue #26662: Set PYTHON_FOR_GEN in configure
by Xavier de Gaye
· 8 years ago
e8db861
Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
by Martin Panter
· 8 years ago
df450d1
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
by Steve Dower
· 8 years ago
84544c1
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
by Martin Panter
· 8 years ago
48e3f98
Issue #25393: Fix probable copy/paste error in resource docs
by Zachary Ware
· 8 years ago
371731e
Issue #27507: Check for integer overflow in bytearray.extend()
by Martin Panter
· 8 years ago
25f9cf4
Issue #27309: Enables proper Windows styles in python[w].exe manifest.
by Steve Dower
· 8 years ago
b22a677
Issue #27533: Release GIL in nt._isdir
by Steve Dower
· 8 years ago
b3b65e6
Issue #27419: Standard __import__() no longer look up "__import__" in globals
by Serhiy Storchaka
· 8 years ago
dec25af
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
by Serhiy Storchaka
· 8 years ago
702b046
#27522: break unintended cycle in feedparser.
by R David Murray
· 8 years ago
a47a7a5
Issue #27083: Respect the PYTHONCASEOK environment variable under Windows.
by Brett Cannon
· 8 years ago
f76457e
Issue #26844: Fix imp.find_module() to have the exception related to
by Brett Cannon
· 8 years ago
e09ed54
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
by Benjamin Peterson
· 8 years ago
c29df65
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
by Martin Panter
· 8 years ago
b7b5d35
Issue #27369: Merge test_pyexpat from 3.3 into 3.4
by Martin Panter
· 8 years ago
d27a7c1
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
by Martin Panter
· 8 years ago
076ca6c
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
by Martin Panter
· 8 years ago
2cdcaf1
Issue #22758: Move NEWS entry to Library section
by Martin Panter
· 8 years ago
252e9ed
Issue #27392: Add loop.connect_accepted_socket().
by Yury Selivanov
· 8 years ago
204bf0b
English spelling and grammar fixes
by Martin Panter
· 8 years ago
0ca0ede
Restore NEWS entries lost in revision 8145f25f26aa
by Martin Panter
· 8 years ago
bed7f1a
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
by Martin Panter
· 8 years ago
06cfb0c
Issue #27473: Fixed possible integer overflow in bytes and bytearray
by Serhiy Storchaka
· 8 years ago
5f21f43
#22758: fix regression in handling of secure cookies.
by R David Murray
· 8 years ago
d5b47fb
Issue #27466: Change time format returned by http.cookie.time2netscape,
by Senthil Kumaran
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
af65872
Issue #27443: __length_hint__() of bytearray itearator no longer return
by Serhiy Storchaka
· 8 years ago
e39682b
Issue #27430: Fix typos, patch by scop.
by Berker Peksag
· 8 years ago
660c8fc
Issue #26665: Remove mis-use of ``$`` in activate.fish.
by Brett Cannon
· 8 years ago
eb51faa
Issue #27418: Fixed Tools/importbench/importbench.py.
by Serhiy Storchaka
· 8 years ago
1b329e7
Merge.
by Larry Hastings
· 8 years ago
9bb2005
Post-release fixups for Python 3.5.2.
by Larry Hastings
· 8 years ago
ea68492
Post-release fixups for Python 3.4.5.
by Larry Hastings
· 8 years ago
1e957d1
Update NEWS and idlelib NEWS.text.
by Terry Jan Reedy
· 8 years ago
745a407
Issue #22115: Fixed tracing Tkinter variables:
by Serhiy Storchaka
· 8 years ago
98be9d5
Version bump for 3.4.5 final.
by Larry Hastings
· 8 years ago
e92dc9c
Fix a scoping issue where an UnboundLocalError was triggered if a
by Brett Cannon
· 8 years ago
514f973
Issue #27294: Numerical state in the repr for Tkinter event objects is now
by Serhiy Storchaka
· 8 years ago
9305d83
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
by Serhiy Storchaka
· 8 years ago
08bb8a4
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
by Steve Dower
· 8 years ago
adef646
Issue #27330: Fixed possible leaks in the ctypes module.
by Serhiy Storchaka
· 8 years ago
42d4b9c
Issue #26930: Update Windows build to OpenSSL 1.0.2h
by Zachary Ware
· 8 years ago
f88d83b
Issue #26930: Update Windows build to OpenSSL 1.0.2h
by Zachary Ware
· 8 years ago
cefa917
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
by Serhiy Storchaka
· 8 years ago
fcbe337
issue27122: fix typo in the news file, wrong issue #. not issue27123.
by Gregory P. Smith
· 8 years ago
ba2ecd6
Issue #27123: When an exception is raised within the context being
by Gregory P. Smith
· 8 years ago
b98a36e
Fix os.urandom() using getrandom() on Linux
by Victor Stinner
· 8 years ago
fd7f19e
Issue #25843: Fix the NEWS entry
by Victor Stinner
· 8 years ago
8e6d09c
Issue #26386: Fixed ttk.TreeView selection operations with item id's
by Serhiy Storchaka
· 8 years ago
bfb15ab
Issue #22636: avoid using a shell in the ctypes.util module
by Martin Panter
· 8 years ago
f00c49d
Issue #16182: Fix readline begidx, endidx, and use locale encoding
by Martin Panter
· 8 years ago
6e9a96b
Post-release fixups for Python 3.5.2rc1.
by Larry Hastings
· 8 years ago
29f9637
Merge 3.5.2rc1 with current 3.5 branch.
by Larry Hastings
· 8 years ago
7bea234
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
by Berker Peksag
· 8 years ago
179f960
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
by Serhiy Storchaka
· 8 years ago
cbe6142
Merge heads
by Serhiy Storchaka
· 8 years ago
9062c26
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
by Serhiy Storchaka
· 8 years ago
3c317e7
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
70c502a
Fix typos and English grammar in documentation and code comment
by Martin Panter
· 8 years ago
463c3f3
Release bump for 3.4.5rc1.
by Larry Hastings
· 8 years ago
4f8aaf6
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
by Martin Panter
· 8 years ago
d31a255
Release bump for 3.5.2rc1.
by Larry Hastings
· 8 years ago
0c0da48
Issue #24136: Document generalized unpacking, PEP 448
by Martin Panter
· 8 years ago
0d18c15
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
by Łukasz Langa
· 8 years ago
e7f2748
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
by Łukasz Langa
· 8 years ago
b5ad549
merge 3.4 (#26556)
by Benjamin Peterson
· 8 years ago
196d7db
upgrade expt to 2.1.1 (closes #26556)
by Benjamin Peterson
· 8 years ago
b0557e7
merge 3.4
by Benjamin Peterson
· 8 years ago
46b32f3
raise an error when STARTTLS fails
by Benjamin Peterson
· 8 years ago
742192a
Issue #21386: Implement missing IPv4Address.is_global property
by Berker Peksag
· 8 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 8 years ago
c92bf83
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
by Yury Selivanov
· 8 years ago
ca2e0a4
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
by Yury Selivanov
· 8 years ago
8ace13b
Issue #5124: NEWS entries.
by Terry Jan Reedy
· 8 years ago
904a2ef
Issue #20900: distutils register command now decodes HTTP responses correctly
by Berker Peksag
· 8 years ago
87a8bcc
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
by doko@ubuntu.com
· 8 years ago
a6f6edb
Issue #27243: Fix __aiter__ protocol
by Yury Selivanov
· 8 years ago
480e285
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
by Barry Warsaw
· 8 years ago
Next »