Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a3f19c3f52ddff85dd52eaa01b77b2d50cc9af3f
« Previous
ef5ce88
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
by Jay Crotts
· 7 years ago
9e2be60
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
by Brett Cannon
· 7 years ago
3a9ccee
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
by Marcel Plch
· 7 years ago
1d87c7b
fixed capitalization of class name (GH-6396)
by Alex Gaynor
· 7 years ago
0c1c456
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
by INADA Naoki
· 7 years ago
01b731f
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)
by Raymond Hettinger
· 7 years ago
7286dbd
bpo-15817: Expose command documentation to gdb help (GH-6384)
by Skip Montanaro
· 7 years ago
091e95e
bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338)
by Wolfgang Maier
· 7 years ago
7494091
Clean up and enhance frozen dataclass tests. (GH-6380)
by Eric V. Smith
· 7 years ago
0876505
Add a webhook for Zulip to the Travis configuration (GH-6379)
by Brett Cannon
· 7 years ago
2a363d2
bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376)
by Ivan Levkivskyi
· 7 years ago
ee566fe
Call super in Generic.__init_subclass__ (#6356)
by Ivan Levkivskyi
· 7 years ago
2eeac26
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
by Serhiy Storchaka
· 7 years ago
c51d8c9
bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)
by Łukasz Langa
· 7 years ago
42ec190
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
by INADA Naoki
· 7 years ago
dfbbbf1
bpo-32337: Update documentats about dict order (GH-4973)
by hui shang
· 7 years ago
c869529
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363)
by Serhiy Storchaka
· 7 years ago
629338f
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
by INADA Naoki
· 7 years ago
badb894
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335)
by Andrés Delfino
· 7 years ago
d1c82c5
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
by INADA Naoki
· 7 years ago
a68f2f0
bpo-29922: Improve error messages in 'async with' (GH-6352)
by Serhiy Storchaka
· 7 years ago
55966f3
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
by Terry Jan Reedy
· 7 years ago
da58533
bpo-33204: IDLE: consistently color invalid string prefixes (#6344)
by Terry Jan Reedy
· 7 years ago
79760ed
bpo-20104: Add os.posix_spawn documentation. (#6334)
by Gregory P. Smith
· 7 years ago
aa8e51f
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
by Serhiy Storchaka
· 7 years ago
5a7092d
Allow dynamic creation of generic dataclasses (GH-6319)
by Ivan Levkivskyi
· 7 years ago
233de02
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
by Mike DePalatis
· 7 years ago
69f5c73
bpo-33182: Fix pointer types in _testembed (GH-6310)
by Nick Coghlan
· 7 years ago
5219952
bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305)
by Eric V. Smith
· 7 years ago
b9e7fe3
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)
by Ned Deily
· 7 years ago
79c3bab
FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207)
by Julien Palard
· 7 years ago
7855313
Fix typos '.::' should typically just be '::'. (GH-6165)
by Julien Palard
· 7 years ago
bac2d5b
Fix duplicating words words. (GH-6296)
by Serhiy Storchaka
· 7 years ago
aa50bf0
bpo-33126: Document PyBuffer_ToContiguous() (#6292)
by Antoine Pitrou
· 7 years ago
40a536b
s/the the/the/ (GH-6287)
by INADA Naoki
· 7 years ago
c0518cd
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282)
by Ned Deily
· 7 years ago
df532ab
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279)
by Ned Deily
· 7 years ago
e52ac04
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
by Ned Deily
· 7 years ago
65a3470
Fix senfile typo (#6265)
by Sam Dunster
· 7 years ago
8534d53
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6113)
by Ned Deily
· 7 years ago
30e507d
bpo-33151: Handle submodule resources (GH-6268)
by Barry Warsaw
· 7 years ago
da1734c
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195)
by Cheryl Sabella
· 7 years ago
8349403
bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216)
by Ivan Levkivskyi
· 7 years ago
0e7144b
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
by Alexey Izbyshev
· 7 years ago
de7a2f0
bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260)
by Eric V. Smith
· 7 years ago
030345c
Fix error message in sqlite connection thread check. (GH-6028)
by Takuya Akiba
· 7 years ago
7c2d978
bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789)
by Oren Milman
· 7 years ago
e105294
Corrected link targets in collections.rst (GH-1052)
by Michael Seifert
· 7 years ago
e622357
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776)
by cocoatomo
· 7 years ago
95ad382
Gitignore gmon.out (GH-5796)
by Neeraj Badlani
· 7 years ago
0301c9b
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
by Stefano Taschini
· 7 years ago
3ab44c0
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
by Garvit Khatri
· 7 years ago
2b75fc2
Minor fixes to dataclass tests. (GH-6243)
by Eric V. Smith
· 7 years ago
dfb6e54
Clarify fd inheritance when close_fds=False. (GH-6240)
by Gregory P. Smith
· 7 years ago
a9e5d0e
bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)
by Nick Coghlan
· 7 years ago
51c9ab4
Trivial improvements to dataclasses tests. (GH-6234)
by Eric V. Smith
· 7 years ago
d5d9e02
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
by Nick Coghlan
· 7 years ago
bc77eff
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
by Nick Coghlan
· 7 years ago
d02ac25
bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229)
by Christian Heimes
· 7 years ago
e4ce9fa
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
by Xiang Zhang
· 7 years ago
c42e7aa
Fix invalid escape sequence: use raw string. (GH-6225)
by Eric V. Smith
· 7 years ago
01d618c
bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222)
by Eric V. Smith
· 7 years ago
f96ddad
Trivial dataclass cleanups: (GH-6218)
by Eric V. Smith
· 7 years ago
a95d986
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)
by Serhiy Storchaka
· 7 years ago
4ca0739
bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210)
by Christian Heimes
· 7 years ago
e42ae91
bpo-24334: Remove inaccurate match_hostname call (#6211)
by Christian Heimes
· 7 years ago
d8b291a
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
by Xiang Zhang
· 7 years ago
5cbb841
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
by Himanshu Lakhara
· 7 years ago
8bcfa02
bpo-31639: Use threads in http.server module. (GH-5018)
by Julien Palard
· 7 years ago
a0a42d2
Fix a reference to the MRE book in re docs (GH-1113)
by Berker Peksag
· 7 years ago
397466d
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
by Serhiy Storchaka
· 7 years ago
702f8f3
bpo-33041: Rework compiling an "async for" loop. (#6142)
by Serhiy Storchaka
· 7 years ago
c65bf3f
bpo-32999: ast: Convert useless check to assert (GH-6197)
by INADA Naoki
· 7 years ago
56970b8
bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192)
by Eric V. Smith
· 7 years ago
f757b72
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189)
by INADA Naoki
· 7 years ago
40472dd
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
by jab
· 7 years ago
d93b516
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)
by Donald Stufft
· 7 years ago
8e4560a
Add 'Field' to dataclasses.__all__. (GH-6182)
by Eric V. Smith
· 7 years ago
dec1c77
FIX failure on OSX sem_getvalue (#6180)
by Thomas Moreau
· 7 years ago
e2f33ad
bpo-33078 - Fix queue size on pickling error (GH-6119)
by Thomas Moreau
· 7 years ago
9308dea
Fix typos in mmap() error messages (GH-6173)
by Zackery Spytz
· 7 years ago
8f6eccd
bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170)
by Eric V. Smith
· 7 years ago
10b134a
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
by Xiang Zhang
· 7 years ago
5609b78
bpo-18802: Add more details to ipaddress documentation (GH-6083)
by Cheryl Sabella
· 7 years ago
4be79f2
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
by Cheryl Sabella
· 7 years ago
2cb4661
bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078)
by Matt Eaton
· 7 years ago
7389fd9
bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152)
by Eric V. Smith
· 7 years ago
4573820
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)
by aetracht
· 7 years ago
f199bc6
bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147)
by Eric V. Smith
· 7 years ago
3fe3304
bpo-19417: Add test_bdb.py (GH-5217)
by xdegaye
· 7 years ago
f64aae4
Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)
by Jelle Zijlstra
· 7 years ago
fe2bbb1
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
by Serhiy Storchaka
· 7 years ago
134cb01
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
by Serhiy Storchaka
· 7 years ago
bc300ce
bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110)
by Serhiy Storchaka
· 7 years ago
bbf7bb7
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
by Aviv Palivoda
· 7 years ago
7f81bb2
Update pip to 9.0.2 and setuptools to 38.6.1 (#6133)
by Donald Stufft
· 7 years ago
c2b0b12
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
by Marcel Plch
· 7 years ago
d6e1404
bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117)
by Zackery Spytz
· 7 years ago
74f5687
lib2to3: Add more tests (#6101)
by Łukasz Langa
· 7 years ago
b8e9d6c
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
by xdegaye
· 7 years ago
Next »