Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ab72fdeb82c3ab045b480cd4bb4f928c12653ecb
ab72fde
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (#21574)
by Luciano Ramalho
· 5 years ago
6a613f9
random module: Convert a "while 1" to "while True (GH-21700)
by Raymond Hettinger
· 5 years ago
5c32709
bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)
by Raymond Hettinger
· 5 years ago
cadda52
bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
by Karthikeyan Singaravelan
· 5 years ago
6e8128f
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
by Mark Shannon
· 5 years ago
ba18c0b
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
by Sebastien Williams-Wynn
· 5 years ago
a74eea2
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
by Benjamin Peterson
· 5 years ago
f6a16e8
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
by Yonatan Goldschmidt
· 5 years ago
34cd3e9
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
by Xiang Zhang
· 5 years ago
37a06cb
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
by Steve Dower
· 5 years ago
5e38267
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
by Dmytro Litvinov
· 5 years ago
c82dda1
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
by Zackery Spytz
· 5 years ago
1332226
Validate the AST produced by the parser in debug mode (GH-21643)
by Pablo Galindo
· 5 years ago
13efaec
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
by amaajemyfren
· 5 years ago
b3fbff7
bpo-40939: Remove even more references to the old parser (GH-21642)
by Lysandros Nikolaou
· 5 years ago
72cabb2
bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969)
by Pablo Galindo
· 5 years ago
67987ac
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
by Serhiy Storchaka
· 5 years ago
855e688
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)
by pxinwr
· 5 years ago
5798f78
bpo-41340: Removed fallback implementation for strdup (GH-21634)
by wasiher
· 5 years ago
f1d40f9
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
by Akuli
· 5 years ago
52bf470
Fix atexitmodule doc (GH-21456)
by linchiwei123
· 5 years ago
508ed2d
Delete remaining references to Grammar/Grammar from docs (#21624)
by Guido van Rossum
· 5 years ago
b1a8730
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
by Serhiy Storchaka
· 5 years ago
f117cef
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#18851)
by Shankar Jha
· 5 years ago
0028c14
bpo-41314: fixed annotations __future__ version (GH-21616)
by YoSTEALTH
· 5 years ago
daff390
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
by Gregory Schevchenko
· 5 years ago
af08db7
bpo-37309: NEWS for #41373 (GH-21612)
by Terry Jan Reedy
· 5 years ago
0dd463c
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
by Serhiy Storchaka
· 5 years ago
0dd98c2
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
by Alex Grönholm
· 5 years ago
680254a
bpo-41366: Fix clang warning for sign conversion (GH-21592)
by Henry Schreiner
· 5 years ago
592527f
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
by Zackery Spytz
· 5 years ago
bcd4783
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
by Abhijeet Kasurde
· 5 years ago
b9f6ac9
Stick with the phrase "default parameter value" (GH-21590)
by Andre Delfino
· 5 years ago
9b9f158
bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)
by Stefan Krah
· 5 years ago
653f420
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)
by wyfo
· 5 years ago
bf2f76e
bpo-41364: Reduce import overhead of uuid module (GH-21586)
by Steve Dower
· 5 years ago
5241e18
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
by Ammar Askar
· 5 years ago
84761c3
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
by Steve Dower
· 5 years ago
5a2bac7
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
by Serhiy Storchaka
· 5 years ago
12f4334
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
by Serhiy Storchaka
· 5 years ago
e123012
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
by Dong-hee Na
· 5 years ago
eca2549
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
by Zackery Spytz
· 5 years ago
f9bf015
Simple Documentation fix: Missing link to return type class. (GH-21291)
by Volker-Weissmann
· 5 years ago
d42528a
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
by Vinay Sharma
· 5 years ago
7f03445
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)
by Julien Palard
· 5 years ago
7cf1cb3
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
by Erlend Egeberg Aasland
· 5 years ago
902356a
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
by Inada Naoki
· 5 years ago
bfd0fbd
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
by Vinay Sharma
· 5 years ago
10e4664
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 5 years ago
6bf32373
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
by Serhiy Storchaka
· 5 years ago
c53b310
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
by scoder
· 5 years ago
8ca8a2e
bpo-39603: Prevent header injection in http methods (GH-18485)
by AMIR
· 5 years ago
9b01c59
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
by Jordan Speicher
· 5 years ago
80a5036
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
by Serhiy Storchaka
· 5 years ago
b4c98ed
bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472)
by Serhiy Storchaka
· 5 years ago
d583738
Fix a small grammatical mistake in a comment (GH-21526)
by Brett Cannon
· 5 years ago
164b04c
bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521)
by Steve Dower
· 5 years ago
cb9879b
bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
by Mark Shannon
· 5 years ago
8e836bb
bpo-41195: Add getter for Openssl security level (GH-21282)
by matthewhughes934
· 5 years ago
38d3864
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
by Terry Jan Reedy
· 5 years ago
0275e04
Fix trivial typo in the PEG string parser (GH-21508)
by Eric V. Smith
· 5 years ago
2ad7e9c
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
by Benjamin Peterson
· 5 years ago
5e5c0f9
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
by Christopher Yeh
· 5 years ago
d4d127f
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
by Berker Peksag
· 5 years ago
e34bbfd
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
by Berker Peksag
· 5 years ago
936a660
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
by Steve Dower
· 5 years ago
af4eda4
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
by Zackery Spytz
· 5 years ago
0108b2a
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
by Benjamin Peterson
· 5 years ago
ea62a4b
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
by Benjamin Peterson
· 5 years ago
015efdb
bpo-41302: Fix build with system libmpdec (GH-21481)
by Felix Yan
· 5 years ago
5a8d121
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
by Rishi
· 5 years ago
bbceef6
bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
by Zackery Spytz
· 5 years ago
568fb0f
bpo-41273: asyncio's proactor read transport's better performance by using recv_into instead of recv (#21442)
by Tony Solomonik
· 5 years ago
2a51818
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
by JustAnotherArchivist
· 5 years ago
4f28f75
Fix repeated words in Classes tutorial (GH-21455)
by Paul McMillan
· 5 years ago
8dd32fe
bpo-32192: A basic lazy importer example (GH-21330)
by Joannah Nanjekye
· 5 years ago
4f309ab
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
by Serhiy Storchaka
· 5 years ago
b0689ae
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
by Serhiy Storchaka
· 5 years ago
545b54d
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
by Zackery Spytz
· 5 years ago
b7047e5
bpo-20181: Convert the readline module to the Argument Clinic (#14326)
by Zackery Spytz
· 5 years ago
6a1e9c2
Fix error in docstrings in bisect module (GH-21422)
by Sergey Golitsynskiy
· 5 years ago
344dce3
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
by Nima Dini
· 5 years ago
4c8f09d
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
by Serhiy Storchaka
· 5 years ago
9650fe0
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
by Zackery Spytz
· 5 years ago
6fc732a
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
by marload
· 5 years ago
8182cc2
bpo-39573: Use the Py_TYPE() macro (GH-21433)
by Victor Stinner
· 5 years ago
d878349
bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)
by Serhiy Storchaka
· 5 years ago
0f9aa47
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
by Serhiy Storchaka
· 5 years ago
3cbade7
bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
by Joannah Nanjekye
· 5 years ago
bce2eb4
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
by Terry Jan Reedy
· 5 years ago
1ee5dc1
Remove trailing >>> in enum docs (GH-21358)
by E-Paine
· 5 years ago
af56c4f
bpo-41172: Fix check for compiler in test suite (GH-21400)
by Steve Dower
· 5 years ago
8b33961
bpo-29590: fix stack trace for gen.throw() with yield from (#19896)
by Chris Jerdonek
· 5 years ago
96a6a6d
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
by Hai Shi
· 5 years ago
61bb24a
bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413)
by marload
· 5 years ago
ee96f32
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
by Zackery Spytz
· 5 years ago
a908bc4
Doc: Builtins functions: faster jump table (GH-21376)
by Julien Palard
· 5 years ago
4fa61a7
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
by Mark Sapiro
· 5 years ago
61fc23c
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
by stratakis
· 5 years ago
529f426
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
by Tony Solomonik
· 5 years ago
Next »