Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6d999803a07ef5e01f0048d4f276e9cf4401a23d
/
Lib
f4a7381
Issue #27748: Backed out changeset f845e24d794e
by Zachary Ware
· 8 years ago
9ed756b
Issue #27748: strengthen test_alias_nofallback
by Zachary Ware
· 8 years ago
598894f
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
by Christian Heimes
· 8 years ago
b3b7a5a
Issue #27748: Simplify test_winsound.
by Zachary Ware
· 8 years ago
2f40ed4
do not allow _PyGen_Finalize to fail (closes #27811)
by Benjamin Peterson
· 8 years ago
fb5ce7e
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
by Terry Jan Reedy
· 8 years ago
16eb827
Improve docs for random.seed()
by Raymond Hettinger
· 8 years ago
ab7b0a0
Fixes #27937: optimise code used in all logging calls.
by Vinay Sajip
· 8 years ago
f0f1c23
Issue 27936: Fix inconsistent round() behavior between float and int
by Raymond Hettinger
· 8 years ago
b44c849
Merge backout for test suite fix
by Jason R. Coombs
· 8 years ago
8ac147d
Backed out changeset cc86e9e102e8
by Jason R. Coombs
· 8 years ago
65e3319
Issue #12285: Merge with 3.4
by Jason R. Coombs
· 8 years ago
2891492
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
by Serhiy Storchaka
· 8 years ago
00b1e0f
Issue #27922: IDLE tests no longer flash tk widgets.
by Terry Jan Reedy
· 8 years ago
c7bab7c
Issue #27706: Fix regression in random.seed(somestr, version=1)
by Raymond Hettinger
· 8 years ago
4786787
Fix ordering issues in UNIX read/write pipe transport constructors.
by Guido van Rossum
· 8 years ago
8b7918a
Don't select for read on character devices in _UnixWritePipeTransport.
by Guido van Rossum
· 8 years ago
09c22ad
Issue #27907: variable rename. (Ville Skyttä)
by Guido van Rossum
· 8 years ago
3399e1e
? Working Directory ?
by Terry Jan Reedy
· 8 years ago
5cf1c6c
Skip test_tools.test_i18n when pygettext.py is missing
by Zachary Ware
· 8 years ago
ef113cd
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
by Serhiy Storchaka
· 8 years ago
c427b8d
Issue #19884: Avoid spurious output on OS X with Gnu Readline
by Martin Panter
· 8 years ago
cc9afa9
Issue #10513: Fix a regression in Connection.commit()
by Berker Peksag
· 8 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 8 years ago
39e9af6
Add version to title of IDLE help window.
by Terry Jan Reedy
· 8 years ago
1f8cc33
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
by Terry Jan Reedy
· 8 years ago
efa798d
A new version of typing.py from https://github.com/python/typing.
by Guido van Rossum
· 8 years ago
83f5a38
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters.
by Guido van Rossum
· 8 years ago
8447965
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
by Mark Dickinson
· 8 years ago
6afe858
Issue #21718: cursor.description is now available for queries using CTEs
by Berker Peksag
· 8 years ago
8682f57
Issue #27782: Fix m_methods handling in multiphase init
by Nick Coghlan
· 8 years ago
9c8aa9b
Issue #27487: Warn if submodule already imported before runpy execution
by Martin Panter
· 8 years ago
9f95770
Fix typo in IDLE News.
by Terry Jan Reedy
· 8 years ago
d3fb557
Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
by Terry Jan Reedy
· 8 years ago
f7ac368
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
by Terry Jan Reedy
· 8 years ago
d874c05
Issue #27614: Avoid race in test_docxmlrpc server setup
by Martin Panter
· 8 years ago
68c1f1e
Issue #27787: Clean up weak references before checking for dangling threads
by Martin Panter
· 8 years ago
53926f1
Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available
by Berker Peksag
· 8 years ago
750018b
#2466: ismount now recognizes mount points user can't access.
by R David Murray
· 8 years ago
eec9331
Fix SystemError in "raise" statement
by Victor Stinner
· 8 years ago
3da5743
Issue #27698: Add socketpair to socket.__all__ on Windows
by Victor Stinner
· 8 years ago
7e6977a
script_helper: kill the subprocess on error
by Victor Stinner
· 8 years ago
d4583d7
Issue #26750: use inspect.isdatadescriptor instead of our own
by Gregory P. Smith
· 8 years ago
22ba01e
Issue #27611: Don't import volatile attribute.
by Terry Jan Reedy
· 8 years ago
b1c6bdc
merge 3.4
by Benjamin Peterson
· 8 years ago
432ea4f
fail when negative values are passed to instr()
by Benjamin Peterson
· 8 years ago
80a3ba9
merge 3.4
by Donald Stufft
· 8 years ago
5e4aafa
Update setuptools/pip to 25.2.0/8.1.2
by Donald Stufft
· 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
f6ffa98
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
by Raymond Hettinger
· 8 years ago
3cf0b25
Issue #26741: Clean up subprocess.Popen object in test_poll
by Martin Panter
· 8 years ago
b63c560
Close HTTP connections and responses in tests to avoid ResourceWarnings
by Martin Panter
· 8 years ago
2084350
Issue #27714: text_textview now passes when re-run in the same process
by Terry Jan Reedy
· 8 years ago
540f045
Correct misspellings of ISO-8859
by Martin Panter
· 8 years ago
085e806
Closes #21999: Handled empty strings correctly when in POSIX mode.
by Vinay Sajip
· 8 years ago
9854789
Issue #26750: unittest.mock.create_autospec() now works properly
by Gregory P. Smith
· 8 years ago
0b58886
Issue #20160: Merged fix from 3.4.
by Vinay Sajip
· 8 years ago
a0b2568
Issue #20160: Merged fix from 3.3.
by Vinay Sajip
· 8 years ago
6f25003
Issue #20160: Handled passing of large structs to callbacks correctly.
by Vinay Sajip
· 8 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 8 years ago
c6c2217
Merge 3.3
by Donald Stufft
· 8 years ago
fb79290
Switch upload.pypi.io to upload.pypi.org
by Donald Stufft
· 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
ef330d3
Merge 3.4
by Donald Stufft
· 8 years ago
9de620e
Issue #20767: Fix -R option for FreeBSD/clang.
by Stefan Krah
· 8 years ago
e12a68b
Issue #27241: Catch exception when running pstats as main.
by Stefan Krah
· 8 years ago
17742f2
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 8 years ago
5f804e3
Issue #13849: Fix test_null_bytes under Windows
by Berker Peksag
· 8 years ago
9adc1a3
Issue #13849: Add tests for null byte checking in test_genericpath
by Berker Peksag
· 8 years ago
84544c1
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
by Martin Panter
· 8 years ago
2219450
Issue #27528: Document and test warning messages must match at beginning
by Martin Panter
· 8 years ago
8c126f1
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
by Stefan Krah
· 8 years ago
6c2f1fd
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
by Serhiy Storchaka
· 8 years ago
dec25af
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
by Serhiy Storchaka
· 8 years ago
ff1d5ab
Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
by Terry Jan Reedy
· 8 years ago
7ca63cb
Fix regressions introduced by fixes for issue #27083.
by Brett Cannon
· 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
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
bed7f1a
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
by Martin Panter
· 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
a1fc45a
Fix a test with the new upload URL
by Donald Stufft
· 8 years ago
9409b4a
merge 3.4
by Benjamin Peterson
· 8 years ago
ad04a85
Switch to the new upload url for PyPI
by Donald Stufft
· 8 years ago
188c118
Switch to the new upload url for PyPI
by Donald Stufft
· 8 years ago
2279aeb
Issue #27452: add line counter and crc to IDLE configHandler test dump.
by Terry Jan Reedy
· 8 years ago
a793037
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
by Serhiy Storchaka
· 8 years ago
af65872
Issue #27443: __length_hint__() of bytearray itearator no longer return
by Serhiy Storchaka
· 8 years ago
8faca61
Issue #27431: Update default protocol version in shelve.Shelf() documentation
by Berker Peksag
· 8 years ago
Next »