Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ce913877e42b7fa03434c2e765ace891e0f5c4dc
ce91387
Issue #25195: Fix a regression in mock.MagicMock
by Berker Peksag
· 9 years ago
fa0f62d
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
by Berker Peksag
· 9 years ago
f70fe6f
Document sqlite3.Cursor.close()
by Berker Peksag
· 9 years ago
557a063
sqlite3 documentation: Connection.iterdump() is a method
by Berker Peksag
· 9 years ago
5503d47
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
by Martin Panter
· 9 years ago
13f0c61
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
by Victor Stinner
· 9 years ago
1dcf4f9
Issue#26616:Fixed a bug in datetime.astimezone() method.
by Alexander Belopolsky
· 9 years ago
84ca9fe
doctest: fix _module_relative_path() error message
by Victor Stinner
· 9 years ago
8a20851
Issue #25654:
by Victor Stinner
· 9 years ago
540a81c
Issue #21925: Fix test_warnings for release mode
by Victor Stinner
· 9 years ago
244e120
Use Py_uintptr_t for atomic pointers
by Victor Stinner
· 9 years ago
4b8b86c
pystate.h: fix _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
2746168
warnings.formatwarning(): catch exceptions
by Victor Stinner
· 9 years ago
e0511e7
Fix test_warnings.test_improper_option()
by Victor Stinner
· 9 years ago
1129084
Issue #26621: Remove unnecessary test.
by Stefan Krah
· 9 years ago
01a9a95
Issue #26525: Change chr example to match change in ord example.
by Terry Jan Reedy
· 9 years ago
3a56b77
Makefile.pre.in (profile-opt): Fix bashism.
by doko@ubuntu.com
· 9 years ago
d5871e6
Enhance _tracemalloc debug mode
by Victor Stinner
· 9 years ago
2f49e09
Fix _tracemalloc start/stop
by Victor Stinner
· 9 years ago
d6990d2
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
by Martin Panter
· 9 years ago
e46487b
merge 3.4 (#17167)
by Benjamin Peterson
· 9 years ago
b9869df
remove useless $ keyword (closes #17167)
by Benjamin Peterson
· 9 years ago
f6e9f47
Issue #15699: Reunite comment with variable
by Martin Panter
· 9 years ago
063d48d
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
by Terry Jan Reedy
· 9 years ago
4902c46
Issue #15660: Further clarify 0 prefix for width specifier in formats.
by Terry Jan Reedy
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
97eee1c
Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
e2021f2
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
d02eb8a
Issue #19164: Improve exception message of uuid.UUID()
by Berker Peksag
· 9 years ago
563c949
Issue #26593: Fix typo in logging HOWTO
by Berker Peksag
· 9 years ago
e3385b4
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
1cd4ff6
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
adcb654
Suggest people use feature detection in porting guide
by Brett Cannon
· 9 years ago
62564db
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
by Ezio Melotti
· 9 years ago
e4044bf
Issue #26271: Fix the Freeze tool to use variables passed in from the
by Brett Cannon
· 9 years ago
7740062
Fixed a typo.
by Serhiy Storchaka
· 9 years ago
42f8548
Issue #26580: Remove outdated reference to ftpmirror
by Berker Peksag
· 9 years ago
8dd7aeb
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji.
by Steve Dower
· 9 years ago
1c80b15
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
by Ned Deily
· 9 years ago
c488bc6
Merge 3.4 into 3.5
by Donald Stufft
· 9 years ago
2bc69c4
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
by Donald Stufft
· 9 years ago
5c13aa1
Fix pyclbr to support importing packages
by Victor Stinner
· 9 years ago
d887d1f
Issue #17603: Check for st_blocks field without requiring fileblocks.o
by Martin Panter
· 9 years ago
a2e5e04
Py_FatalError: disable faulthandler earlier
by Victor Stinner
· 9 years ago
6150f31
Fix usage of PyMem_Malloc() in overlapped.c
by Victor Stinner
· 9 years ago
ce911c3
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
by Martin Panter
· 9 years ago
9528334
_tracemalloc: store lineno as unsigned int
by Victor Stinner
· 9 years ago
57003f8
faulthandler: Test Py_FatalError() with GIL released
by Victor Stinner
· 9 years ago
4ddee7f
Fix Py_FatalError() if called without the GIL
by Victor Stinner
· 9 years ago
62b6a0d
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
by Antoine Pitrou
· 9 years ago
ecd5383
#25320: Handle sockets in directories unittest discovery is scanning.
by Robert Collins
· 9 years ago
87d6e13
Fix test_venv on FreeBSD buildbot
by Victor Stinner
· 9 years ago
21d0e1b
Skip test_site if USER_SITE cannot be created
by Victor Stinner
· 9 years ago
8c0f0c5
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
20be53e
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
f2b9a39
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
by Ezio Melotti
· 9 years ago
a503f70
Minor recipe edit: convert "while 1" to "while True".
by Raymond Hettinger
· 9 years ago
8dea74f
#25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park.
by Ezio Melotti
· 9 years ago
4d02896
Issue #26548: Minor fix to awkward wording in docs
by Raymond Hettinger
· 9 years ago
d3722e7
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
by Steve Dower
· 9 years ago
d669b6b
Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
by Steve Dower
· 9 years ago
126c9c1
Issue #26513: Fixes platform module detection of Windows Server
by Steve Dower
· 9 years ago
8a7240e
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
by Serhiy Storchaka
· 9 years ago
d756963
Issue #20589: Fix test_pathlib
by Victor Stinner
· 9 years ago
eb2e02b
Issue #26542: Fix markup of code example in difflib documentation
by Berker Peksag
· 9 years ago
04d4229
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
by Berker Peksag
· 9 years ago
ca0250a
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
by Terry Jan Reedy
· 9 years ago
29bf27f
Issue #26516: Enhance Python mem allocators doc
by Victor Stinner
· 9 years ago
42a4366
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
by Serhiy Storchaka
· 9 years ago
0554d83
Issue #15068: Avoid creating a reference loop in fileinput.
by Serhiy Storchaka
· 9 years ago
4a6f482
Backs out buildbot clean trigger.
by Steve Dower
· 9 years ago
79993a9
Adds warning to prepare_ssl when nasm is not available.
by Steve Dower
· 9 years ago
ada6db7
Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.
by Serhiy Storchaka
· 9 years ago
7ab61ae
Backed out changeset f9e22717722d
by Serhiy Storchaka
· 9 years ago
adca846
Backed out changeset 19a3e0e664af
by Serhiy Storchaka
· 9 years ago
947f411
Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
by Steve Dower
· 9 years ago
cc2dbc5
Issue #15068: Got rid of excessive buffering in the fileinput module.
by Serhiy Storchaka
· 9 years ago
55e3218
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
388b90f
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
f4d97ce
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
by Ned Deily
· 9 years ago
bec699e
Issue #24324: Do not enable unreachable code warnings when using
by Ned Deily
· 9 years ago
adbf8ce
Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer.
by Ned Deily
· 9 years ago
b4f2f45
Issue #24852: Remove outdated "HOWTO Use Python in the web" document
by Berker Peksag
· 9 years ago
777d639
Issue #21034: Remove outdated paragraph from venv documentation
by Berker Peksag
· 9 years ago
e525ee3
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
by Raymond Hettinger
· 9 years ago
d66dd5c
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
e88dd1c
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
by Berker Peksag
· 9 years ago
8cc859c
Issue #26167: Backported copy tests.
by Serhiy Storchaka
· 9 years ago
aabafe7
Issue #26015: Added new tests for pickling iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
d551625
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
by Serhiy Storchaka
· 9 years ago
a01a144
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
by Serhiy Storchaka
· 9 years ago
be70002
Fixed typo in pickle tests.
by Serhiy Storchaka
· 9 years ago
cfc2a1f
merge 3.4 (closes #26478)
by Benjamin Peterson
· 9 years ago
f11b25b
properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478)
by Benjamin Peterson
· 9 years ago
ff47cfb
Issue #26246: Set initial value of the hidden attr when creating copy button.
by Berker Peksag
· 9 years ago
25c0ef5
Issue #26246: Set initial value of the hidden attr when creating copy button.
by Berker Peksag
· 9 years ago
c724bae
coroutines: Error when awaiting on coroutine that's being awaited
by Yury Selivanov
· 9 years ago
e076ffb
asyncio: Remove duplicate bind addresses in create_server.
by Yury Selivanov
· 9 years ago
f9e1f2b
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
by Yury Selivanov
· 9 years ago
1bd0307
asyncio: Prevent StopIteration from being thrown into a Future
by Yury Selivanov
· 9 years ago
Next »