Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.0b4
tag
58bb10ac350a934a2cd75506d6cc70cdb2e0ee3b
tagger
Ned Deily <nad@python.org>
Wed May 02 07:43:38 2018
object
eb96c376994cb7c6c2e8a4967782d1c0e2a96135
Python 3.7.0b4
eb96c37
3.7.0b4
by Ned Deily
· 7 years ago
v3.7.0b4
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
baf304e
bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) (GH-6387)
by Miss Islington (bot)
· 7 years ago
83f564f
Clean up and enhance frozen dataclass tests. (GH-6380)
by Miss Islington (bot)
· 7 years ago
04eac02
bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376)
by Miss Islington (bot)
· 7 years ago
bd85c97
Call super in Generic.__init_subclass__ (GH-6356)
by Miss Islington (bot)
· 7 years ago
785f36c
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
by Miss Islington (bot)
· 7 years ago
fcd4e03
bpo-29922: Improve error messages in 'async with' (GH-6352)
by Miss Islington (bot)
· 7 years ago
b8fc2d6
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
by Miss Islington (bot)
· 7 years ago
9216dff
bpo-32337: Update documentats about dict order (GH-4973)
by Miss Islington (bot)
· 7 years ago
74735e2
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366)
by Miss Islington (bot)
· 7 years ago
0c53357
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
by Miss Islington (bot)
· 7 years ago
f6d1d65
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335)
by Miss Islington (bot)
· 7 years ago
de75512
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
by Miss Islington (bot)
· 7 years ago
fa91aff
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
by Miss Islington (bot)
· 7 years ago
6130675
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
by Miss Islington (bot)
· 7 years ago
ab84572
bpo-20104: Add os.posix_spawn documentation. (GH-6334)
by Miss Islington (bot)
· 7 years ago
d063ad8
Allow dynamic creation of generic dataclasses (GH-6319) (GH-6320)
by Miss Islington (bot)
· 7 years ago
9e96e7b
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
by Miss Islington (bot)
· 7 years ago
7dcfd6c
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
by Miss Islington (bot)
· 7 years ago
2961717
bpo-33182: Fix pointer types in _testembed (GH-6310) (GH-6311)
by Miss Islington (bot)
· 7 years ago
faa6f5c
bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305)
by Miss Islington (bot)
· 7 years ago
e557b5c
bump to 3.7.0b3+
by Ned Deily
· 7 years ago
4e7efa9
3.7.0b3
by Ned Deily
· 7 years ago
v3.7.0b3
7a6f59e
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6308)
by Ned Deily
· 7 years ago
a470b74
Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)
by Miss Islington (bot)
· 7 years ago
a48614b
FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302)
by Miss Islington (bot)
· 7 years ago
fd93666
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
by Serhiy Storchaka
· 7 years ago
Next »