Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
920ec4b7763d64b3742d7ddd339ad11cdbec62e9
920ec4b
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
by Miss Islington (bot)
· 5 years ago
076d0b9
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
by Miss Islington (bot)
· 5 years ago
ef3ccd7
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447)
by Miss Islington (bot)
· 5 years ago
7784d4b
Fix funny typo in Doc/bugs. (GH-15412)
by Miss Islington (bot)
· 5 years ago
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 5 years ago
af84a88
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
by Victor Stinner
· 5 years ago
3921d12
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
by Miss Islington (bot)
· 5 years ago
761e5a7
bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
by Miss Islington (bot)
· 5 years ago
9cbdce3
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
by Miss Islington (bot)
· 5 years ago
a6427cb
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
by Miss Islington (bot)
· 5 years ago
fe64ba6
[3.8] Fix typo (inifite -> infinite) (GH-15429)
by GeeTransit
· 5 years ago
944aa01
Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
by Victor Stinner
· 5 years ago
ca9ae94
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420)
by Victor Stinner
· 5 years ago
994925b
Correct minor grammar mistake (GH-15404)
by Miss Islington (bot)
· 5 years ago
5c77730
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
by Miss Islington (bot)
· 5 years ago
b6341e6
bpo-30826: Improve control flow examples (GH-15407) (GH-15410)
by Miss Islington (bot)
· 5 years ago
f6a7f5b
bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409)
by Miss Islington (bot)
· 5 years ago
4a40498
bpo-30550: Clarify JSON ordering guarantees (GH-15397) (GH-15403)
by Miss Islington (bot)
· 5 years ago
5fda09c
bpo-28556: Add a regression test to typing (GH-15396)
by Miss Islington (bot)
· 5 years ago
cb8de91
bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)
by Miss Islington (bot)
· 5 years ago
2878f37
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
by Miss Islington (bot)
· 5 years ago
8ede967
Add missing space to warning message (GH-14915) (GH-15379)
by Miss Islington (bot)
· 5 years ago
967d625
bpo-37834: Fix test on Windows 7 (GH-15377)
by Miss Islington (bot)
· 5 years ago
a50d2f7
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376)
by Steve Dower
· 5 years ago
f93c15a
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083)
by Miss Islington (bot)
· 5 years ago
9eb3d54
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
by Steve Dower
· 5 years ago
c30c869
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
by Miss Islington (bot)
· 5 years ago
7e293f5
Fix difflib `?` hint in diff output when dealing with tabs (GH-15201)
by Miss Islington (bot)
· 5 years ago
349d897
Update asyncio.ensure_future() documentation (GH-15347) (GH-15364)
by Miss Islington (bot)
· 5 years ago
c777dec
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
by Miss Islington (bot)
· 5 years ago
44f2c09
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
by Miss Islington (bot)
· 5 years ago
30e5aff
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342)
by Victor Stinner
· 5 years ago
1271ee8
bpo-37868: Improve is_dataclass for instances. (GH-15325)
by Miss Islington (bot)
· 5 years ago
9aa0ab1
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
by Miss Islington (bot)
· 5 years ago
8c1c426
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
by Greg Price
· 5 years ago
786a4e1
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180)
by Miss Islington (bot)
· 5 years ago
7309cca
[3.8] fix link to time function from time_ns doc (GH-15285) (GH-15321)
by Miss Islington (bot)
· 5 years ago
f991912
bpo-37256: Wording in Request class docs (GH-14792)
by Miss Islington (bot)
· 5 years ago
27b38b9
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
by Paul Ganssle
· 5 years ago
64db5aa
Indent code inside if block. (GH-15284)
by Miss Islington (bot)
· 5 years ago
f781283
[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304)
by Miss Islington (bot)
· 5 years ago
dbe4c28
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
by Miss Islington (bot)
· 5 years ago
b8e6824
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
by Miss Islington (bot)
· 5 years ago
123f6c4
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
by Miss Islington (bot)
· 5 years ago
557802d
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
by Miss Islington (bot)
· 5 years ago
d85c567
[3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)
by Victor Stinner
· 5 years ago
9842269
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
by Miss Islington (bot)
· 5 years ago
364a1d3
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
by Miss Islington (bot)
· 5 years ago
e7ec9e0
bpo-25172: Add test for crypt ImportError on Windows (GH-15252)
by Miss Islington (bot)
· 5 years ago
7f7f747
bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149)
by Miss Islington (bot)
· 5 years ago
6ad902a
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
by Miss Islington (bot)
· 5 years ago
ee98951
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
by Miss Islington (bot)
· 5 years ago
853eecc
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
by Miss Islington (bot)
· 5 years ago
b02e148
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
by Miss Islington (bot)
· 5 years ago
c2b9d9f
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
by Miss Islington (bot)
· 5 years ago
9bedb8c
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240)
by Raymond Hettinger
· 5 years ago
a150fee
Remove versioned executables from non-APPX packages (GH-15237)
by Miss Islington (bot)
· 5 years ago
2b98d8e
bpo-37354: Sign Activate.ps1 for release (GH-15235)
by Miss Islington (bot)
· 5 years ago
0c64b57
[3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967)
by Miss Islington (bot)
· 5 years ago
2f087e2
Fix docs for assert_called and assert_called_once (GH-15219)
by Miss Islington (bot)
· 5 years ago
5ba1cb0
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215)
by Miss Islington (bot)
· 5 years ago
9500bbe
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044)
by Miss Islington (bot)
· 5 years ago
c61f9b5
Delete leftover clinic-generated file for C zipimport. (GH-15174)
by Miss Islington (bot)
· 5 years ago
4c5b6ba
[3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
by Serhiy Storchaka
· 5 years ago
2170774
bpo-34155: Dont parse domains containing @ (GH-13079)
by Miss Islington (bot)
· 5 years ago
162d45c
[3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188)
by Pablo Galindo
· 5 years ago
5925b7d
bpo-35892: Add usage note to mode() (GH-15122) (GH-15176)
by Miss Islington (bot)
· 5 years ago
84d31bb
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
by Miss Islington (bot)
· 5 years ago
dc6653f
bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
by Miss Islington (bot)
· 5 years ago
eab76c3
bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146)
by Miss Islington (bot)
· 5 years ago
1a3a40c
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15157)
by Miss Islington (bot)
· 5 years ago
e780d2f
Make importlib.metadata a simple module (GH-15153) (GH-15154)
by Miss Islington (bot)
· 5 years ago
9341dcb
bpo-37646: Document that eval() cannot access nested scopes (GH-15117) (GH-15155)
by Miss Islington (bot)
· 5 years ago
ef0b819
Improve signal documentation (GH-14274)
by Miss Islington (bot)
· 5 years ago
26f91db
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139)
by Miss Islington (bot)
· 5 years ago
e8ea348
bpo-37729: gc: write stats at once (GH-15050)
by Miss Islington (bot)
· 5 years ago
5349f8c
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)
by Miss Islington (bot)
· 5 years ago
9c95fc7
bpo-37748: Re-order the Run menu. (GH-15115)
by Miss Islington (bot)
· 5 years ago
fc6e3bc
Update itertools docs (GH-15114) (GH-15118)
by Miss Islington (bot)
· 5 years ago
0c16f6b
bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116)
by Miss Islington (bot)
· 5 years ago
d7d607c
bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112)
by Miss Islington (bot)
· 5 years ago
1d2b4db
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
by Miss Islington (bot)
· 5 years ago
dd5f8ab
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062)
by Miss Islington (bot)
· 5 years ago
dde944f
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
by Miss Islington (bot)
· 5 years ago
4e402d3
Correct description of HTTP status code 308. (GH-15098)
by Miss Islington (bot)
· 5 years ago
6b83390
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
by Miss Islington (bot)
· 5 years ago
79af3bd
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
by Miss Islington (bot)
· 5 years ago
375f35b
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080)
by Miss Islington (bot)
· 5 years ago
1cc7032
bpo-16970: Adding error message for invalid args (GH-14844)
by Miss Islington (bot)
· 5 years ago
8399641
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
by Miss Islington (bot)
· 5 years ago
dcc53eb
bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070)
by Miss Islington (bot)
· 5 years ago
462f070
bpo-37695: Correct unget_wch error message. (GH-14986)
by Miss Islington (bot)
· 5 years ago
77fcccb
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
by Miss Islington (bot)
· 5 years ago
29a3a33
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
by Miss Islington (bot)
· 5 years ago
d8b914a
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
by Miss Islington (bot)
· 5 years ago
9b9cac4
Refined Qt GUI example in the logging cookbook. (GH-15045) (GH-15046)
by Miss Islington (bot)
· 5 years ago
8194a20
IDLE: changelog correction and addition (GH-15042)
by Miss Islington (bot)
· 5 years ago
9e044dd
bpo-33821: Update IDLE section of What's New 3.7 (GH-15036)
by Miss Islington (bot)
· 5 years ago
34de5dc
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
by Miss Islington (bot)
· 5 years ago
c7236b4
bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)
by Miss Islington (bot)
· 5 years ago
Next »