Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c04fb56e36999a4162e6ccfe1f9357100abaee99
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 10 years ago
96a4f07
Issues #26310, #26311: Fix typos in the documentation and code comments
by Martin Panter
· 10 years ago
763f9f0
Issue #25983: Added tests for multi-argument type().
by Serhiy Storchaka
· 10 years ago
e27403b
Clarify "cardinality of" as "number of elements in" as many readers do
by Gregory P. Smith
· 10 years ago
84d9fe3
Updates build to use SHA256 hash when signing files.
by Steve Dower
· 10 years ago
988b9bc
Issue #26117: The os.scandir() iterator now closes file descriptor not only
by Serhiy Storchaka
· 10 years ago
5f6a0b4
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
by Serhiy Storchaka
· 10 years ago
4439148
Issue #26045: Add UTF-8 suggestion to error in http.client
by Martin Panter
· 10 years ago
0c0d537
Issue #26198: Make datetime error tests more lenient.
by Serhiy Storchaka
· 10 years ago
c4b813d
Issue #26198: Fixed error messages for some argument parsing errors.
by Serhiy Storchaka
· 10 years ago
d5db147
Issue #25179: Preparatory cleanup of existing docs on string formatting
by Martin Panter
· 10 years ago
b6213c5
Fix userinfo example presented in urllib2 howto.
by Senthil Kumaran
· 10 years ago
a037022
Issue #12923: Reset FancyURLopener's redirect counter even on exception
by Martin Panter
· 10 years ago
46f7785
Issue #25660: Fix a unittest and rlcompleter when readline isn't available
by Yury Selivanov
· 10 years ago
a7eae40
Issue #25660: Fix TAB key behaviour in REPL.
by Yury Selivanov
· 10 years ago
2b81814
Python for .NET has moved to Github.
by Zachary Ware
· 10 years ago
3df11b2
Fix typo.
by Zachary Ware
· 10 years ago
3874128
Issue #25945: Fixed bugs in functools.partial.
by Serhiy Storchaka
· 10 years ago
567d513
Issue #26244: Clarify default zlib compression level in documentation
by Martin Panter
· 10 years ago
b00da57
Issue #26194: Inserting into a full deque to raise an IndexError
by Raymond Hettinger
· 10 years ago
3e72309
Fix error message in asyncio.selector_events.
by Victor Stinner
· 10 years ago
0df5313
test_asyncio: fix test_timeout_time()
by Victor Stinner
· 10 years ago
275bd96
Issue #19587: Remove masked and redundant tests in test_bytes
by Martin Panter
· 10 years ago
3464ea2
Issue #26173: Separate bad cert file tests and client rejection test
by Martin Panter
· 10 years ago
5f0c5d9
Enhance os.scandir() doc
by Victor Stinner
· 10 years ago
fe5f614
Issue #26242: Fix another one in importlib.rst
by Berker Peksag
· 10 years ago
253739d
Fix a markup error in socket.rst
by Berker Peksag
· 10 years ago
4a208e4
Issue #23076: Path.glob() now raises a ValueError if it's called with an
by Berker Peksag
· 10 years ago
ef410770
Update "Creating Virtual Environments" link in venv documentation
by Berker Peksag
· 10 years ago
a9744ae
Update output of venv -h
by Berker Peksag
· 10 years ago
b594422
Issue #4806: Avoid masking original TypeError in call with * unpacking
by Martin Panter
· 10 years ago
4c5ad94
Issue #25934: Default to /fp:strict for ICC builds
by Zachary Ware
· 10 years ago
407b62f
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
by Martin Panter
· 10 years ago
0a20bbf
Issue #26202: copy.deepcopy() now correctly copies range() objects with
by Serhiy Storchaka
· 10 years ago
d5db573
Issue #19883: Fixed possible integer overflows in zipimport.
by Serhiy Storchaka
· 10 years ago
b49a1ed
Merge heads
by Serhiy Storchaka
· 10 years ago
c8241fd
Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units
by Serhiy Storchaka
· 10 years ago
8f475ef
Backport fixes on test_eintr
by Victor Stinner
· 10 years ago
ad13edb
Issue #24705: Add a test case for ef84d21f5292
by Berker Peksag
· 10 years ago
7240030
Windows: Decode hostname from ANSI code page
by Victor Stinner
· 10 years ago
806cb0f
Add a link to PEP 384 in stable.rst
by Berker Peksag
· 10 years ago
34360c8
Issue #19023: Document ctypes array and pointer classes
by Martin Panter
· 10 years ago
22532ac
Issue #26034: Improve wording of clear parameter
by Berker Peksag
· 10 years ago
547f66f
Issue #26034: Sync documentation of --clear with its behavior
by Berker Peksag
· 10 years ago
a370a42
Issue #26199: Fix broken link in unittest.mock-examples.rst
by Berker Peksag
· 10 years ago
4942870
Issue #26220: Remove outdated comment about a question mark
by Martin Panter
· 10 years ago
b31a284
Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.
by Terry Jan Reedy
· 10 years ago
5bc03a6
Fix resize_compact()
by Victor Stinner
· 10 years ago
3743432
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
by Raymond Hettinger
· 10 years ago
d4e51f4
Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases.
by Senthil Kumaran
· 10 years ago
3bf1d87
Fix a typo in a code example
by Brett Cannon
· 10 years ago
875f29a
doc: i18n HTML templates
by Victor Stinner
· 10 years ago
3cdd5fb
code_richcompare() now uses the constants types
by Victor Stinner
· 10 years ago
d52513c
merge 3.4
by Benjamin Peterson
· 10 years ago
b1db758
reject negative data_size
by Benjamin Peterson
· 10 years ago
e5c05cc
minor clarification on Zipfile 'x' mode - exclusive creation of a file.
by Senthil Kumaran
· 10 years ago
38150e0
Merge update to pip
by Donald Stufft
· 10 years ago
5d01246
Upgrade pip to 8.0.2
by Donald Stufft
· 10 years ago
7405c16
Issue #18620: Improve Pool examples in multiprocessing documentation
by Berker Peksag
· 10 years ago
1538b3d
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
by Senthil Kumaran
· 10 years ago
d99cd33
Issue #26106: doc: Move text of licenses to parsed literal block
by Victor Stinner
· 10 years ago
47b8ba2
merge 3.4 (#26171)
by Benjamin Peterson
· 10 years ago
c4032da
prevent buffer overflow in get_data (closes #26171)
by Benjamin Peterson
· 10 years ago
d4d7737
merge 3.4
by Benjamin Peterson
· 10 years ago
ef9cf083
fix refleak in error condition
by Benjamin Peterson
· 10 years ago
b57eaea
merge 3.4 (#26172)
by Benjamin Peterson
· 10 years ago
c836f71
remove script from epub (closes #26172)
by Benjamin Peterson
· 10 years ago
7172f50
Replace fpgetmask() with fedisableexcept()
by Victor Stinner
· 10 years ago
6a0514e
issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs.
by Senthil Kumaran
· 10 years ago
bfd316e
Add _PyThreadState_UncheckedGet()
by Victor Stinner
· 10 years ago
aebb6d3
Issue #26147: xmlrpc now works with strings not encodable with used
by Serhiy Storchaka
· 10 years ago
744fdfb
Issue #5626: Remove misleading comment from socket.gethostname() documentation
by Berker Peksag
· 10 years ago
49c9edf
Issue #26157: Fix typos in asyncio-eventloop.rst
by Berker Peksag
· 10 years ago
1dce2c7
Merge update to pip/setuptools
by Donald Stufft
· 10 years ago
33a8276
Update pip to 8.0.0 and setuptools to 19.4
by Donald Stufft
· 10 years ago
d205d01
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
by Serhiy Storchaka
· 10 years ago
e914cd1
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
by Serhiy Storchaka
· 10 years ago
47b91b0
Fix BytecodeTestCase.assertNotInBytecode()
by Victor Stinner
· 10 years ago
9ad1154
set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731)
by Benjamin Peterson
· 10 years ago
9e9f850
issue23962 - Reference the correct TimeoutError in concurrent.futures documentation.
by Senthil Kumaran
· 10 years ago
8f19e8e
Issue #25859: Reimplement NNTP test_starttls() using local server
by Martin Panter
· 10 years ago
1b25eff
Issue #25366: Skip test_with_pip when threading module is not available
by Berker Peksag
· 10 years ago
5c1d9d2
Added exceptins for testing non-reversible import mapping for Issue #26013.
by Serhiy Storchaka
· 10 years ago
111c7b9
Issue #26013: Added compatibility with broken protocol 2 pickles created
by Serhiy Storchaka
· 10 years ago
084f7e4
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
by Serhiy Storchaka
· 10 years ago
76d9a6b
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
by Senthil Kumaran
· 10 years ago
3567651
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
by Terry Jan Reedy
· 10 years ago
80538e9
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
by Senthil Kumaran
· 10 years ago
332334f
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
by Steve Dower
· 10 years ago
87fb7f6
Issue #26073: Update the list of magic numbers in launcher
by Steve Dower
· 10 years ago
10cabcb
Issue #26065: Excludes venv from library when generating embeddable distro.
by Steve Dower
· 10 years ago
1d32941
Issue #25850: Use cross-compilation by default for 64-bit Windows.
by Steve Dower
· 10 years ago
e248f68
Issue #25089: Adds short documentation section for modifying an install.
by Steve Dower
· 10 years ago
a82908f
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args.
by Senthil Kumaran
· 10 years ago
7a5fe6d
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
by Martin Panter
· 10 years ago
20b1bfa
Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost
by Martin Panter
· 10 years ago
a3a5833
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 10 years ago
c7b05a4
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 10 years ago
56aae8f
Issue #17633: Improve support for namespace packages with zipimport.
by Brett Cannon
· 10 years ago
07b954d
Add some "used with permission" mentions where external resources are referenced.
by Brett Cannon
· 10 years ago
Next »