Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
8d83e4b
bpo-32727: smtplib's SMTP.send_message behaves differently with from_…
matrixise Jan 31, 2018
8452104
bpo-30693: zip+tarfile: sort directory listing (#2263)
bmwiedemann Jan 31, 2018
2c7fd46
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
zhangyangyu Jan 31, 2018
a29ddf4
Make site documentation more clear (#5461)
zhangyangyu Jan 31, 2018
c66f9f8
bpo-25988: Emit a warning when use or import ABCs from 'collections'.…
serhiy-storchaka Jan 31, 2018
b299393
bpo-32735: Fix typo in f-strings datetime format specifier example (G…
csabella Jan 31, 2018
1ca2ffd
bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
ned-deily Jan 30, 2018
6e41cd9
Update NEWS, docs, and patchlevel for 3.7.0b1
ned-deily Jan 30, 2018
5489bda
Start of 3.8.0a0
ned-deily Jan 31, 2018
07a1892
Update Doc build to 3.8
ned-deily Jan 31, 2018
ab32875
bpo-32722: Remove useless example in the Classes tutorial (#5446)
matrixise Feb 1, 2018
12e7cd8
bpo-32565: Add missed versionadded directives for all new opcodes. (#…
serhiy-storchaka Feb 1, 2018
97f1ca1
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.…
serhiy-storchaka Feb 1, 2018
83ab995
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
matrixise Feb 1, 2018
3d4dbd8
Implement TimerHandle.when() (#5473)
asvetlov Feb 1, 2018
01a0cb8
Fix typo in hamt.c comments (#5478)
delimitry Feb 2, 2018
55e0839
bpo-32436: Fix compiler warning (#5483)
Feb 2, 2018
461d225
bpo-32674: Improve the docstring for __import__ (GH-5339)
oldk1331 Feb 2, 2018
2efb973
bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
njsmith Feb 2, 2018
aa0735f
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk1331 Feb 2, 2018
383b32f
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Feb 2, 2018
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
warsaw Feb 2, 2018
6677142
bpo-32614: Modify re examples to use a raw string to prevent warning …
csabella Feb 2, 2018
2f79c01
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
bharel Feb 2, 2018
4e9da0d
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5…
ericsnowcurrently Feb 3, 2018
38bfa84
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
mariocj89 Feb 3, 2018
589c718
bpo-32739: Show default value for rotate() (GH-5485)
rhettinger Feb 3, 2018
c3d9508
bpo-32746: Fix multiple typos (GH-5144)
Feb 4, 2018
8b5fa28
bpo-32720: Fixed the definition for width and precision in format min…
nathankerr96 Feb 4, 2018
07ca9af
bpo-10544: Disallow "yield" in comprehensions and generator expressio…
serhiy-storchaka Feb 4, 2018
95c3262
Use assertTrue() instead of deprecated assert_(). (#5526)
serhiy-storchaka Feb 4, 2018
ca6c125
Fix typo -- missing "not" (GH-5528)
rhettinger Feb 4, 2018
7de25b1
Fix version in AppVeyor (GH-5535)
zware Feb 4, 2018
6850450
Try to fix the AppVeyor cache mechanism (GH-5536)
zware Feb 4, 2018
845d864
bpo-32765: Update configdialog General tab create page docstring (GH-…
csabella Feb 4, 2018
05e8067
Add entry for uniform lower context; add 'since' to be explicit. (GH-…
terryjreedy Feb 5, 2018
d1f3181
bpo-8722: Document __getattr__ behavior with AttributeError in proper…
csabella Feb 5, 2018
7a561af
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)
Mariatta Feb 5, 2018
c309bcf
Fix typo in whatsnew/3.7.rst (GH-5551)
dagheyman Feb 5, 2018
6c85efa
bpo-32749: Make dbm.dumb databases more cosistent with other dbm data…
serhiy-storchaka Feb 5, 2018
22864bc
Add What's new entry for datetime.fromisoformat (#5559)
pganssle Feb 6, 2018
c1e46e9
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
izbyshev Feb 6, 2018
4ad703b
bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)
bmwiedemann Feb 6, 2018
517da1e
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
WouldYouKindly Feb 6, 2018
fc1ce81
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (…
brice-gros Feb 7, 2018
32921f9
bpo-32802: Fix Travis build (GH-5589)
matrixise Feb 8, 2018
a48e78a
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
alandmoore Feb 9, 2018
feaefc7
Cleanup inspect
srinivasreddy Feb 9, 2018
23cdbfa
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
serhiy-storchaka Feb 9, 2018
5bb0005
Make formatting of some return codes conforming to the general style.…
serhiy-storchaka Feb 9, 2018
bfe4fd5
Fix some warnings produced by different compilers. (#5593)
serhiy-storchaka Feb 9, 2018
2411292
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
serhiy-storchaka Feb 9, 2018
a445feb
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
serhiy-storchaka Feb 9, 2018
5df5286
bpo-30688: Import unicodedata only when needed. (GH-5606)
fangyi-zhou Feb 10, 2018
8ff5356
travis: Use -O3 option (GH-5599)
methane Feb 10, 2018
8d1f2f4
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon Feb 10, 2018
3793f95
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
rhettinger Feb 11, 2018
988fb28
bpo-11015: Update test.support documentation (GH-5610)
csabella Feb 11, 2018
136c8e0
Code beautification using f-strings (#5618)
rhettinger Feb 11, 2018
310b052
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
zware Feb 11, 2018
28607e0
Add short-circuit for doc changes to AppVeyor (GH-5519)
zware Feb 11, 2018
e14c010
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
pablogsal Feb 11, 2018
6ea20fc
Fix AppVeyor doc short-circuit (GH-5632)
zware Feb 11, 2018
3c34aad
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4 Feb 12, 2018
7766b96
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#…
socketpair Feb 12, 2018
f34e03e
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_abou…
terryjreedy Feb 12, 2018
688722c
bpo-32837: IDLE - require encoding argument for textview.view_file. (…
terryjreedy Feb 12, 2018
b7e2d67
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors…
serhiy-storchaka Feb 13, 2018
da6c3da
bpo-32370: Use the correct encoding for ipconfig output in the uuid m…
segevfiner Feb 13, 2018
aec7532
bpo-30579: Docs for dynamic traceback creation (GH-5653)
ncoghlan Feb 13, 2018
d019bc8
bpo-31787: Prevent refleaks when calling __init__() more than once (G…
orenmn Feb 13, 2018
2b77a92
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c…
zhangyangyu Feb 13, 2018
f0bc645
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
methane Feb 13, 2018
88c38a4
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
ZackerySpytz Feb 14, 2018
2b86f4c
remove mercurial dot files (GH-5558)
benjaminp Feb 14, 2018
3384d38
Fix installation instructions for *nix (GH-5605)
grimreaper Feb 14, 2018
5746510
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
bharel Feb 14, 2018
7745ec4
Update comment in posixmodule.c (GH-5681)
ngie-eign Feb 14, 2018
2b72644
Fix trace changing sys.argv to tuple
altendky Feb 15, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
version: 3.7build{build}
version: 3.8build{build}
clone_depth: 5
branches:
only:
- master
- /\d\.\d/
- buildbot-custom
cache:
- externals -> PCbuild\*
- externals -> PCbuild
before_build:
- ps: |+
if ($env:APPVEYOR_RE_BUILD) {
echo 'Doing full build due to re-build request.'
} elseif (!$env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT) {
echo 'Not a PR, doing full build.'
} else {
git fetch -q origin +refs/heads/$env:APPVEYOR_REPO_BRANCH
$mergebase = git merge-base HEAD FETCH_HEAD
$changes = git diff --name-only HEAD $mergebase | grep -vE '(\.rst$)|(^Doc)|(^Misc)'
If (!$changes) {
echo 'Only docs were updated, stopping build process.'
Exit-AppveyorBuild
}
echo 'Doing full build due to non-doc changes in these files:'
echo $changes
}


build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
environment:
HOST_PYTHON: C:\Python36\python.exe
image:
Expand Down
58 changes: 0 additions & 58 deletions .hgeol

This file was deleted.

106 changes: 0 additions & 106 deletions .hgignore

This file was deleted.

182 changes: 0 additions & 182 deletions .hgtags

This file was deleted.

Loading