Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b57aeac82ce6ee3d64cef3b6f7e9f9f2d7813f70
b57aeac
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
by Miss Islington (bot)
· 7 years ago
3b26e8c
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
by Miss Islington (bot)
· 7 years ago
5195039
bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840)
by Miss Islington (bot)
· 7 years ago
e8f968d
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837)
by Miss Islington (bot)
· 7 years ago
8e633a4
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
by Pablo Galindo
· 7 years ago
c6348cf
Add versionchanged in create_datagram_endpoint doc (GH-4697)
by Miss Islington (bot)
· 7 years ago
c3fa1f2
[3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795)
by Miss Islington (bot)
· 7 years ago
67d1968
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807)
by Miss Islington (bot)
· 7 years ago
ceb45f0
bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798)
by Miss Islington (bot)
· 7 years ago
050e041
bpo-22069: Update TextIO documentation (GH-6609)
by Miss Islington (bot)
· 7 years ago
2e01f7d
bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246)
by Miss Islington (bot)
· 7 years ago
f1ee4a2
[3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
by Benjamin Peterson
· 7 years ago
8ed545f
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
by Miss Islington (bot)
· 7 years ago
6e9456e
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
by Miss Islington (bot)
· 7 years ago
c5444b3
Fix a bug in Generic.__new__ (GH-6758)
by Miss Islington (bot)
· 7 years ago
22df418
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
by Miss Islington (bot)
· 7 years ago
8ffff34
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
by Miss Islington (bot)
· 7 years ago
c587235
Fix superfluous if in documentation. (GH-6728)
by Miss Islington (bot)
· 7 years ago
a0ff519
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
by Miss Islington (bot)
· 7 years ago
263523a
closes bpo-33445: fail properly in test_cprofile() (GH-6727)
by Miss Islington (bot)
· 7 years ago
3c28a63
bpo-28556: Minor fixes for typing module (GH-6732)
by Miss Islington (bot)
· 7 years ago
101d0d5
bpo-32717: Document PEP 560 (GH-6726)
by Miss Islington (bot)
· 7 years ago
6049bda
[3.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6713)
by Miss Islington (bot)
· 7 years ago
351782b
bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701)
by Miss Islington (bot)
· 7 years ago
6a56790
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
by Miss Islington (bot)
· 7 years ago
01e19f8
bump to 3.7.0b4+
by Ned Deily
· 7 years ago
eb96c37
3.7.0b4
by Ned Deily
· 7 years ago
3c5d3f5
Enable the verbose build for extension modules with GNU make (GH-6659) (#6662)
by Miss Islington (bot)
· 7 years ago
9da7ee4
bpo-33393: Update config.guess and config.sub files (GH-6658) (#6661)
by Miss Islington (bot)
· 7 years ago
50903bf
Mitigate macOS race condition in installer build (GH-6686) (GH-6687)
by Miss Islington (bot)
· 7 years ago
1470e43
bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6684)
by Miss Islington (bot)
· 7 years ago
d74f353
bpo-33281: NEWS and ACK (GH-6681) (GH-6682)
by Miss Islington (bot)
· 7 years ago
c74ca53
bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) (GH-6680)
by Miss Islington (bot)
· 7 years ago
0596f31
bpo-33377: add triplets for mips-r6 and riscv (GH-6655) (GH-6660)
by Miss Islington (bot)
· 7 years ago
77fa783
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332)
by Miss Islington (bot)
· 7 years ago
e4eeb6e
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
by Miss Islington (bot)
· 7 years ago
8075868
bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656)
by Miss Islington (bot)
· 7 years ago
2e5fa38
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)
by Miss Islington (bot)
· 7 years ago
887b5f8
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643)
by Miss Islington (bot)
· 7 years ago
736f17f
bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442)
by Miss Islington (bot)
· 7 years ago
cebce2e
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
by Miss Islington (bot)
· 7 years ago
e57d3e3
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
by Miss Islington (bot)
· 7 years ago
ee95feb
[3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631)
by Miss Islington (bot)
· 7 years ago
1487c37
bpo-33378: Add Korean to the language switcher. (GH-6627)
by Miss Islington (bot)
· 7 years ago
b94d739
Change "non-local state" to "content-local state". (GH-6617)
by Miss Islington (bot)
· 7 years ago
a93a663
[3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619)
by Zsolt Dollenstein
· 7 years ago
dd3ede7
bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)
by Miss Islington (bot)
· 7 years ago
291c9d4
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
by Miss Islington (bot)
· 7 years ago
53d36cc
bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)
by Miss Islington (bot)
· 7 years ago
6a1799e
bpo-33314: Fix rendering issues in the documentation for the os module (GH-6525) (GH-6597)
by Miss Islington (bot)
· 7 years ago
1985849
Mention both relevant PEPs in function annotations tutorial (GH-6304)
by Miss Islington (bot)
· 7 years ago
52a5a17
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273)
by Miss Islington (bot)
· 7 years ago
75a3e3d
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6579)
by Miss Islington (bot)
· 7 years ago
9fc998d
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
by Miss Islington (bot)
· 7 years ago
f900503
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
by Miss Islington (bot)
· 7 years ago
3e0d23c
Clarify that __path__ can't be just any value (GH-6554)
by Miss Islington (bot)
· 7 years ago
3295529
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Miss Islington (bot)
· 7 years ago
b221107
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
by Miss Islington (bot)
· 7 years ago
11659d0
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6549)
by Miss Islington (bot)
· 7 years ago
392520b
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) (GH-6543)
by Miss Islington (bot)
· 7 years ago
18cd828
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489)
by Miss Islington (bot)
· 7 years ago
dc654c5
Clean up the readme text around PGO a bit. (GH-6538) (GH-6539)
by Miss Islington (bot)
· 7 years ago
a4fb580
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
by Miss Islington (bot)
· 7 years ago
198c0c0
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
by Miss Islington (bot)
· 7 years ago
b27c71c
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
by Miss Islington (bot)
· 7 years ago
67067d8
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (#6528)
by Miss Islington (bot)
· 7 years ago
b88f737
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
by Miss Islington (bot)
· 7 years ago
3b3be1f
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)
by Miss Islington (bot)
· 7 years ago
902bb62
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
by Miss Islington (bot)
· 7 years ago
ed12655
Fix spelling typo (GH-6443) (GH-6507)
by Miss Islington (bot)
· 7 years ago
f7379dd
bpo-33295: Skip test using missing external site (GH-6504) (GH-6509)
by Miss Islington (bot)
· 7 years ago
7899153
fix pydoc-topics to work with Sphinx 1.7 (GH-6475)
by Miss Islington (bot)
· 7 years ago
3b4e756
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6495)
by Miss Islington (bot)
· 7 years ago
237148e
acks += Zsolt Dollenstein (GH-6490) (GH-6492)
by Miss Islington (bot)
· 7 years ago
dd6bdf6
Add support for all string literals to lib2to3 (GH-6457) (GH-6488)
by Miss Islington (bot)
· 7 years ago
3bcca48
bpo-31947: remove None default for names param in Enum._create_ (GH-4288)
by Miss Islington (bot)
· 7 years ago
f20eca7
Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454)
by Miss Islington (bot)
· 7 years ago
986eaa8
bpo-33185: Improve wording and markup (GH-6477)
by Miss Islington (bot)
· 7 years ago
d7ffa58
bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)
by Miss Islington (bot)
· 7 years ago
df958ff
bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)
by Miss Islington (bot)
· 7 years ago
3715176
[3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392)
by Ethan Furman
· 7 years ago
cbbf746
Fix error messages in argparse examples (GH-6435)
by Miss Islington (bot)
· 7 years ago
4dc3c8f
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
by Miss Islington (bot)
· 7 years ago
b262659
bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445)
by Miss Islington (bot)
· 7 years ago
9bb8ceb
bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)
by Miss Islington (bot)
· 7 years ago
71a3837
[3.7] bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417) (GH-6437)
by Miss Islington (bot)
· 7 years ago
b0f387d
[3.7] bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120) (GH-6433)
by Serhiy Storchaka
· 7 years ago
9b25bd6
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)
by Miss Islington (bot)
· 7 years ago
558e7e4
Fix misleading docsting of shelve.open(). (GH-6427)
by Miss Islington (bot)
· 7 years ago
b571958
Improve highlighting of some code blocks. (GH-6401)
by Miss Islington (bot)
· 7 years ago
d964f51
Update docstring of tempfile._RandomNameSequence (GH-6414)
by Miss Islington (bot)
· 7 years ago
8a72266
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421)
by Miss Islington (bot)
· 7 years ago
31f1b52
bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411)
by Miss Islington (bot)
· 7 years ago
12d1dcd
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) (GH-6409)
by Miss Islington (bot)
· 7 years ago
98e8ac8
[3.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6404)
by Miss Islington (bot)
· 7 years ago
a09bb87
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403)
by Brett Cannon
· 7 years ago
3c193cf
[3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399)
by Miss Islington (bot)
· 7 years ago
252f10c
fixed capitalization of class name (GH-6396) (GH-6397)
by Miss Islington (bot)
· 7 years ago
64421d9
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
by Miss Islington (bot)
· 7 years ago
28c1790
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390)
by Miss Islington (bot)
· 7 years ago
Next »