Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
996c3874fdbc91d29f0a06b37043f62cf4ead6cb
/
Misc
996c387
Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew Nester. (#99)
by Mark Dickinson
· 8 years ago
6d1dece
Fixed #29534 - _decimal difference with _pydecimal (#65)
by Andrew Nester
· 8 years ago
b692dc8
bpo-28556: Various updates to typing (#28)
by Ivan Levkivskyi
· 8 years ago
2294f3a
bpo-29438: fixed use-after-free in key sharing dict (#17)
by INADA Naoki
· 9 years ago
e7ffb99
Fix some sphinx warnings (#9)
by Ryan Gonzalez
· 9 years ago
05e218c
Merge 3.6
by Victor Stinner
· 9 years ago
b67f096
Fix datetime.fromtimestamp(): check bounds
by Victor Stinner
· 9 years ago
57fe245
Merge 3.5 (fix #29519)
by Łukasz Langa
· 9 years ago
9cd7e17
Fix #29519: weakref spewing exceptions during interp finalization
by Łukasz Langa
· 9 years ago
c7a24a7
Merge issue #26355 fix from 3.6
by Nick Coghlan
· 9 years ago
e185757
Merge issue #26355 fix from Python 3.5
by Nick Coghlan
· 9 years ago
e662445
Issue #26355: Specify canonical URLs in docs pages
by Nick Coghlan
· 9 years ago
193ee0a
Prohibit implicit C function declarations
by Victor Stinner
· 9 years ago
49226e2
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
by Steve Dower
· 9 years ago
c008dde
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
by Steve Dower
· 9 years ago
6d46ae7
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
by Steve Dower
· 9 years ago
824c6fd
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
by Steve Dower
· 9 years ago
5f9193a
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
by Steve Dower
· 9 years ago
43fec9b
Merge issue #28164 and issue #29409
by Steve Dower
· 9 years ago
722e3e2
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
by Steve Dower
· 9 years ago
38dbace
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
by Steve Dower
· 9 years ago
bf0fc39
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
by Steve Dower
· 9 years ago
21fae03
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
by Steve Dower
· 9 years ago
479d96c
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
by Steve Dower
· 9 years ago
1add96f
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
by Steve Dower
· 9 years ago
d3c4853
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
by Steve Dower
· 9 years ago
eacee98
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
by Steve Dower
· 9 years ago
ef51767
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
86e4237
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
7e10dbb
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
bee09ae
Issue #29368: The extend() method is now called instead of the append()
by Serhiy Storchaka
· 9 years ago
934aba6
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).
by Guido van Rossum
· 9 years ago
6110833
python-gdb.py supports method-wrapper
by Victor Stinner
· 9 years ago
c9473b8
Merge 3.6
by doko@ubuntu.com
· 9 years ago
f8c5f30
Merge 3.5
by doko@ubuntu.com
· 9 years ago
137b5a2
Issue #29169: Fix NEWS entry.
by doko@ubuntu.com
· 9 years ago
ef158c3
Issue #29218: Remove unused install_misc command
by Berker Peksag
· 9 years ago
9ac4815
merge 3.6
by doko@ubuntu.com
· 9 years ago
cd12f7c
merge 3.5
by doko@ubuntu.com
· 9 years ago
34e7e2e
- Issue #29169: Update zlib to 1.2.10.
by doko@ubuntu.com
· 9 years ago
f24bccc
Issue #28822: Add susp-ignored entry for NEWS; fix grammar
by Martin Panter
· 9 years ago
3f16f57
Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+
by Martin Panter
· 9 years ago
c654f0a
Issues #29349: Add NEWS for 3.7; use “with” statement
by Martin Panter
· 9 years ago
3a6dc19
Issues #29349: Merge Py 2 fix 3.6
by Martin Panter
· 9 years ago
e61592e
Issues #29349: Merge Py 2 fix 3.5
by Martin Panter
· 9 years ago
8f3fb72
Issue #29349: Fix Python 2 syntax in documentation build code
by Martin Panter
· 9 years ago
6e08baf
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
by Serhiy Storchaka
· 9 years ago
512c57c
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
by Serhiy Storchaka
· 9 years ago
b2a5be0
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
by Serhiy Storchaka
· 9 years ago
675f2f8
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 9 years ago
3831b0a
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 9 years ago
07a1f65
Issue #29083: Fixed the declaration of some public API functions.
by Serhiy Storchaka
· 9 years ago
067cbd0
Issue #29337: Fixed possible BytesWarning when compare the code objects.
by Serhiy Storchaka
· 9 years ago
4102d25
Issue #29337: Fixed possible BytesWarning when compare the code objects.
by Serhiy Storchaka
· 9 years ago
713640c
Issue #29337: Fixed possible BytesWarning when compare the code objects.
by Serhiy Storchaka
· 9 years ago
0e83045
Merge 3.6
by Victor Stinner
· 9 years ago
01f5ae7
Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION
by Victor Stinner
· 9 years ago
ccb5f3c
Issue #29338: The help of a builtin or extension class now includes the
by Serhiy Storchaka
· 9 years ago
5c8706c
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
78034c8
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
50e16e3
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
2a404b6
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
by Serhiy Storchaka
· 9 years ago
d528791
Issue #29290: Merge 3.6.
by Xiang Zhang
· 9 years ago
b168118
Issue #29290: Merge 3.5.
by Xiang Zhang
· 9 years ago
7fe28ad
Issue #29290: argparse help messages won't wrap at non-breaking spaces.
by Xiang Zhang
· 9 years ago
19dea2c
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
by Serhiy Storchaka
· 9 years ago
a203360
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
by Serhiy Storchaka
· 9 years ago
362f058
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
by Serhiy Storchaka
· 9 years ago
5e65cd3
Issue #29282: Backed out changeset b33012ef1417
by Mark Dickinson
· 9 years ago
d1b230e
Issue #29282: add fused multiply-add function, math.fma.
by Mark Dickinson
· 9 years ago
502efda
Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.
by Ned Deily
· 9 years ago
b2df631
Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.
by Ned Deily
· 9 years ago
67c1cb2
Issue #29316: Restore the provisional status of typing module and add
by Ned Deily
· 9 years ago
299dc23
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
by Serhiy Storchaka
· 9 years ago
398ef5c
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
by Serhiy Storchaka
· 9 years ago
09e4ce5
Merge 3.5.3 release head with main 3.5 branch.
by Larry Hastings
· 9 years ago
c620f20
Post-release updates for 3.5.3.
by Larry Hastings
· 9 years ago
e12c313
merge
by Raymond Hettinger
· 9 years ago
8049052
Issue #29011: Fix an important omission by adding Deque to the typing module.
by Raymond Hettinger
· 9 years ago
51ba5b7
Version bump for Python 3.5.3.
by Larry Hastings
· 9 years ago
35e022b
Repeat “when pass” fixes for 3.7 section
by Martin Panter
· 9 years ago
446a498
Merge doc fixes from 3.6
by Martin Panter
· 9 years ago
674b099
More instances of “when pass”
by Martin Panter
· 9 years ago
4659ddc
Merge doc fixes from 3.5
by Martin Panter
· 9 years ago
536d70e
Fix grammar, typos and markup in documentation and code comments
by Martin Panter
· 9 years ago
9ed707e
Issue #29197: Removed deprecated function ntpath.splitunc().
by Serhiy Storchaka
· 9 years ago
4f76fb1
Issue #29210: Removed support of deprecated argument "exclude" in
by Serhiy Storchaka
· 9 years ago
6196ac4
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 9 years ago
4c4ff5f
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 9 years ago
4b318f8
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 9 years ago
cc28337
Issue #29192: Removed deprecated features in the http.cookies module.
by Serhiy Storchaka
· 9 years ago
009b0a1
Issue #29193: A format string argument for string.Formatter.format()
by Serhiy Storchaka
· 9 years ago
b37f3f6
Issue #29195: Removed support of deprecated undocumented keyword arguments
by Serhiy Storchaka
· 9 years ago
617c775
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
42e1ea9
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
d9c956f
Issue #20804: The unittest.mock.sentinel attributes now preserve their
by Serhiy Storchaka
· 9 years ago
23e5b82
Issue #29239: Merge bug number from 3.6
by Martin Panter
· 9 years ago
ced4b90
Issue #29239: Fix --enable-optimizations bug number
by Martin Panter
· 9 years ago
04c15d5
Issue #29142: Merge 3.6.
by Xiang Zhang
· 9 years ago
Next »