Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
990 commits
Select commit Hold shift + click to select a range
22fb674
bpo-24459: Document missing env variables in python.man (GH-4142)
miss-islington Jul 9, 2018
8d6b6d1
Move Code_of_Conduct.rst to the root level. (GH-8209)
miss-islington Jul 9, 2018
ba10da1
delete some unused pysqlite forward declarations (GH-8211)
miss-islington Jul 10, 2018
c3bdea4
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
miss-islington Jul 10, 2018
df9f633
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
miss-islington Jul 10, 2018
125371d
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
miss-islington Jul 10, 2018
5cca6f9
bpo-34009: Expand on platform support changes (GH-8022)
miss-islington Jul 10, 2018
c87b1aa
Fix documentation for input and output tutorial (GH-8231)
miss-islington Jul 11, 2018
bcea15a
Dataclasses: Fix example on 30.6.8, add method should receive a list …
miss-islington Jul 11, 2018
6b1b6e4
Doc: Point to Simple statements section instead of PEP (GH-8238)
miss-islington Jul 11, 2018
151820e
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
miss-islington Jul 11, 2018
0a1db32
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (…
miss-islington Jul 11, 2018
020f5ab
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
miss-islington Jul 11, 2018
48d2aeb
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
miss-islington Jul 11, 2018
9beed0c
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
miss-islington Jul 11, 2018
b89776f
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
miss-islington Jul 12, 2018
4ada0cf
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
miss-islington Jul 12, 2018
08c1da7
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
miss-islington Jul 13, 2018
cf21d00
bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#…
miss-islington Jul 13, 2018
c721472
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
miss-islington Jul 14, 2018
3fc12f0
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
miss-islington Jul 16, 2018
5594f1d
bpo-24618: Add a check in the code constructor. (GH-8283)
miss-islington Jul 16, 2018
bbddd66
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) (GH-8…
miss-islington Jul 16, 2018
0a820a2
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (G…
miss-islington Jul 16, 2018
43c2fab
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
miss-islington Jul 16, 2018
bfa8a35
bpo-34123: Fix missed documentation update for dict.popitem(). (GH-82…
miss-islington Jul 17, 2018
892df9d
bpo-33967: Fix wrong use of assertRaises (GH-8306)
miss-islington Jul 17, 2018
6020d98
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with…
miss-islington Jul 17, 2018
68833dc
Clarify ValueError's broad applicability (GH-8313) (GH-8315)
miss-islington Jul 17, 2018
296e572
[3.7] bpo-34130: Fix 2 race conditions in test_signal (GH-8329)
vstinner Jul 18, 2018
339e0c1
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
miss-islington Jul 19, 2018
cede1e1
[3.7] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)
zware Jul 20, 2018
97c079c
bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8347)
terryjreedy Jul 20, 2018
49abd30
bpo-34161: Remove extra parentheses in output formatting tutorial (GH…
miss-islington Jul 20, 2018
03ec4df
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (G…
miss-islington Jul 21, 2018
a7a6eac
bpo-33723: Fix test_time.test_process_time() (GH-8358) (GH-8362)
miss-islington Jul 21, 2018
25326de
[3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369)
tirkarthi Jul 21, 2018
7638eb8
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8…
miss-islington Jul 21, 2018
92ce6a6
bpo-34179: Make sure decimal context doesn't affect other tests. (G…
miss-islington Jul 21, 2018
7cf7541
Fix versionchanged indentation in popitem documentation (GH-8387)
miss-islington Jul 21, 2018
81f85d0
bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380)…
miss-islington Jul 22, 2018
c7b91d9
[3.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396…
serhiy-storchaka Jul 22, 2018
14f58f0
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
miss-islington Jul 23, 2018
05a72f1
bpo-21446: Update reload fixer to use importlib (GH-8391)
miss-islington Jul 23, 2018
ba1810e
bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) (GH-8407)
miss-islington Jul 23, 2018
96bba04
bpo-33336, imaplib: Legalize MOVE command (GH-6569) (GH-8409)
miss-islington Jul 23, 2018
6353382
bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-…
miss-islington Jul 23, 2018
4e166ff
bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816…
miss-islington Jul 23, 2018
25b87d3
bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418)
miss-islington Jul 23, 2018
519fc55
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script.…
miss-islington Jul 23, 2018
220afff
bpo-34084: Fix setting an error message for the "Barry as BDFL" easte…
miss-islington Jul 23, 2018
0b27169
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (…
miss-islington Jul 24, 2018
23a3297
[3.7] bpo-34136: Make test_do_not_recreate_annotations more reliable.…
miss-islington Jul 24, 2018
6f7fd96
Fix site module documentation. (GH-8441)
miss-islington Jul 24, 2018
ec02c58
bpo-28677: Improve phrasing of when instance attribute is referenced …
miss-islington Jul 25, 2018
9736493
bpo-29097: Forego fold detection on windows for low timestamp values …
miss-islington Jul 25, 2018
89352b0
bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471)
miss-islington Jul 26, 2018
3cc505e
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backs…
zooba Jul 26, 2018
21ed29a
bpo-12743: Delete comment from marshal.rst (GH-8457)
miss-islington Jul 27, 2018
0964aac
vsts: Avoid conflict with Homebrew Python (GH-8430)
miss-islington Jul 27, 2018
7cbde0e
bpo-30722: Fix NEWS entries (GH-8501)
miss-islington Jul 27, 2018
c6801b4
bpo-5978: Document that profiling needs cmd/function to return (GH-7938)
miss-islington Jul 28, 2018
2335544
bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)
miss-islington Jul 28, 2018
2be0124
bpo-33476: Fix _header_value_parser when address group is missing fin…
miss-islington Jul 28, 2018
83b449d
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
zooba Jul 28, 2018
8764a6f
bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
miss-islington Jul 28, 2018
1e98d87
bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
miss-islington Jul 29, 2018
c3af73d
bpo-30237: Output error when ReadConsole is canceled by CancelSynchro…
miss-islington Jul 29, 2018
78c54de
bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)
miss-islington Jul 29, 2018
0126b7d
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
miss-islington Jul 29, 2018
3dc8cdf
bpo-8145: Improve isolation_level documentation (GH-8499)
zooba Jul 29, 2018
6332de1
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
zooba Jul 29, 2018
5753b13
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
miss-islington Jul 29, 2018
990de2f
bpo-34182: Fix test_pydoc running as a script. (GH-8389)
miss-islington Jul 29, 2018
ad4f64d
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-…
miss-islington Jul 29, 2018
6c89a9a
bpo-34217: Use lowercase header for Windows (GH-8453)
miss-islington Jul 30, 2018
a060518
Fix typos & formatting in Using Python on Windows doc (GH-8559)
miss-islington Jul 30, 2018
399b47f
Use 'for example' instead of 'in other words' in compound statement d…
miss-islington Jul 30, 2018
d5c75be
bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)
miss-islington Jul 30, 2018
a621f40
bpo-27671: Update FAQ about why len is function (GH-8432)
miss-islington Jul 31, 2018
9ecbe33
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a…
miss-islington Jul 31, 2018
47957da
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-83…
serhiy-storchaka Jul 31, 2018
3e4b688
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
miss-islington Jul 31, 2018
172a81e
[3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day…
miss-islington Jul 31, 2018
d9fc795
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
miss-islington Aug 2, 2018
60586de
bpo-34120: fix text viewer to call grab_release() only when needed (G…
miss-islington Aug 2, 2018
0f9df88
bpo-27910: Update documentation of traceback module (GH-6116)
miss-islington Aug 2, 2018
50d7867
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
miss-islington Aug 3, 2018
66ff9d2
Update list.remove(x) documentation (GH-8636)
miss-islington Aug 3, 2018
34f59a7
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
miss-islington Aug 3, 2018
ffd6364
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
miss-islington Aug 3, 2018
b4d71c9
Improve the grammar in `range` documentation. (GH-8628)
miss-islington Aug 3, 2018
28dbfb2
Fix docstring of Profiler class (GH-8651)
miss-islington Aug 3, 2018
39fcd99
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
miss-islington Aug 3, 2018
2a2a3f5
Fix reST markup in unittest documentation (GH-8665)
miss-islington Aug 3, 2018
e65ec49
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and te…
miss-islington Aug 5, 2018
0c90d6f
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
vstinner Aug 5, 2018
e610c4f
bpo-34336: Don't promote possibility to leave out typing.Optional (GH…
miss-islington Aug 5, 2018
416f343
bpo-19891: Ignore error while writing history file (GH-8483)
miss-islington Aug 6, 2018
e39fb20
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
miss-islington Aug 6, 2018
a1ff5f9
bpo-34272: Move argument parsing tests from test_capi to test_getargs…
miss-islington Aug 6, 2018
1c6df83
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
miss-islington Aug 6, 2018
b481aee
Fix HTML formatting in datamodel.rst (GH-8693)
miss-islington Aug 6, 2018
5799e5a
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
miss-islington Aug 7, 2018
7bd52a1
VSTS: Skip build steps when only docs have changed (GH-8546)
miss-islington Aug 7, 2018
fac4976
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
miss-islington Aug 7, 2018
2920303
Make code examples in Functional Programming HOWTO to be PEP 8 compli…
miss-islington Aug 7, 2018
fe8f90a
bpo-34324: Doc README wrong directory name for venv (GH-8650)
miss-islington Aug 9, 2018
426135b
Improve grammar of asynchronous iterator glossary entry (GH-8657)
miss-islington Aug 9, 2018
5641081
Doc: add missing capture_output arg to subprocess.run() signature (GH…
miss-islington Aug 9, 2018
ea8835f
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
miss-islington Aug 10, 2018
c614121
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
miss-islington Aug 11, 2018
8fc21c8
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
miss-islington Aug 11, 2018
39c1253
closes bpo-34377: Update Valgrind suppressions. (GH-8729)
miss-islington Aug 11, 2018
6b14508
bpo-34379: Doc: Move note for json.dump (GH-8730)
miss-islington Aug 11, 2018
7e0153e
Fix the versionadded indentation in exec_module doc (GH-8719)
miss-islington Aug 12, 2018
393151e
Fix misindented yaml in logging how to example (GH-8604)
miss-islington Aug 13, 2018
32e58fc
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH…
miss-islington Aug 13, 2018
6c14060
smtplib documentation fixes (GH-8708)
miss-islington Aug 13, 2018
e3228a3
bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763)
miss-islington Aug 14, 2018
2275b77
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
miss-islington Aug 15, 2018
64336dc
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
miss-islington Aug 15, 2018
962051e
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resiz…
miss-islington Aug 16, 2018
bf8e9d1
bpo-34217: Use lowercase for windows headers (GH-8472)
miss-islington Aug 16, 2018
870247a
[3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789)
miss-islington Aug 16, 2018
05d89ef
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
miss-islington Aug 17, 2018
eeece3c
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
miss-islington Aug 17, 2018
0fd6f83
bpo-34432: doc Mention complex and decimal.Decimal on str.format note…
miss-islington Aug 18, 2018
2e4ae8f
bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8817)
miss-islington Aug 19, 2018
0e1e8db
bpo-22057: Clarify eval() documentation (GH-8812)
miss-islington Aug 19, 2018
1e596d3
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
miss-islington Aug 19, 2018
2011dd7
bpo-30411: Use --git-dir instead of -C to make git work under version…
miss-islington Aug 20, 2018
d1f0ccc
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __…
miss-islington Aug 20, 2018
985dcd4
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
miss-islington Aug 21, 2018
3152bc3
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
miss-islington Aug 22, 2018
b8e7319
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_n…
miss-islington Aug 22, 2018
0420826
bpo-34436: Fix check that disables overallocation for the last fmt sp…
miss-islington Aug 23, 2018
80a0eba
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868) (GH-8870)
vstinner Aug 23, 2018
1f7d047
Make it more clear that setUpClass runs before each class, not "class…
miss-islington Aug 23, 2018
89b1654
bpo-34454: fix .fromisoformat() methods crashing on inputs with surro…
miss-islington Aug 23, 2018
609c033
Fix typo in asyncio.BoundedSemaphore docs (GH-8882)
miss-islington Aug 24, 2018
1d3d688
Fix doc for `add_subparsers` arguments (GH-8884)
miss-islington Aug 24, 2018
609062a
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to typ…
miss-islington Aug 24, 2018
a590363
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in bui…
miss-islington Aug 24, 2018
d9e1abf
closes bpo-34468: Objects/rangeobject.c: Fix an always-false conditio…
miss-islington Aug 24, 2018
a8c749d
Fix typo in the dataclasses's doc (GH-8896) (GH-8897)
miss-islington Aug 24, 2018
3e6020c
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebac…
miss-islington Aug 24, 2018
c7f5435
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_is…
miss-islington Aug 24, 2018
4973f76
bpo-34448: Improve output of usable wchar_t check (GH-8846)
miss-islington Aug 24, 2018
0dc75f0
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
miss-islington Aug 25, 2018
7b0ed43
bpo-33550: Warn not to set SIGPIPE to SIG_DFL (GH-6773)
miss-islington Aug 25, 2018
1f9621c
Fixed typo with asynccontextmanager code example (GH-8845)
miss-islington Aug 25, 2018
d5f017b
bpo-13312: Avoid int underflow in time year. (GH-8912)
miss-islington Aug 25, 2018
46af206
closes bpo-34493: Objects/genobject.c: Add missing NULL check to comp…
miss-islington Aug 25, 2018
80e9fed
bpo-34171: Prevent creating Lib/trace.cover when run the trace module…
miss-islington Aug 25, 2018
6dc8f05
Fix markup in stdtypes documentation (GH-8905)
miss-islington Aug 25, 2018
388bd4b
[3.7] bpo-34492: Modules/main.c: Fix copy_wstrlist() (GH-8910) (GH-8922)
Aug 25, 2018
42a1ca6
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs.…
miss-islington Aug 25, 2018
15dadac
closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before d…
miss-islington Aug 25, 2018
d6725fc
closes bpo-34504: Remove the useless NULL check in PySequence_Check()…
miss-islington Aug 26, 2018
2caf86f
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
miss-islington Aug 26, 2018
55b8c4b
Remove AIX workaround test_subprocess (GH-8939)
miss-islington Aug 27, 2018
fa3fd4c
bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)
miss-islington Aug 27, 2018
2cf3316
bpo-33635: Handling Bad file descriptor in Path.is_file and related. …
miss-islington Aug 27, 2018
e3f2082
bpo-34171: Fix test_trace. (GH-8940) (GH-8951)
miss-islington Aug 28, 2018
65ef742
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)
vstinner Aug 28, 2018
98c49c6
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (…
vstinner Aug 28, 2018
0b9ea4b
[3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986…
vstinner Aug 29, 2018
9668d4e
Add VSTS status badge to readme (GH-8958)
zooba Aug 31, 2018
5df3658
bpo-34062: Add missing launcher argument and make behavior consistent…
miss-islington Aug 31, 2018
4da7181
bpo-34007: Skip traceback tests if the Program Counter is not availab…
miss-islington Aug 31, 2018
89c9043
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
miss-islington Sep 1, 2018
f6d70b8
Fix typo in typing.py module docstring (GH-9014)
miss-islington Sep 1, 2018
4c532da
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKE…
miss-islington Sep 1, 2018
f4c865e
Fix struct sequence glossary entry grammar (GH-9030)
miss-islington Sep 2, 2018
84b0129
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) (GH-9046)
vstinner Sep 3, 2018
1e92123
bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)
miss-islington Sep 3, 2018
7aa3ead
bpo-34530: Fix distutils find_executable() (GH-9049)
miss-islington Sep 4, 2018
20a8392
[3.7] bpo-26544: Get rid of dependence from distutils in platform. (G…
serhiy-storchaka Sep 4, 2018
e8ca880
bpo-34563: Fix for invalid assert on big output of multiprocessing.Pr…
miss-islington Sep 4, 2018
5b17d7f
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmo…
miss-islington Sep 5, 2018
2d3f2dc
bpo-34542: Update test certs and keys (GH-8997) (GH-9007)
miss-islington Sep 6, 2018
f862f3a
bpo-25750: fix refcounts in type_getattro() (GH-6118)
miss-islington Sep 7, 2018
854b740
Doc: Missing 'f' in an f-string. (GH-9074) (GH-9095)
miss-islington Sep 7, 2018
18d7dff
[3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094)
ZackerySpytz Sep 7, 2018
7399407
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
miss-islington Sep 7, 2018
9835696
bpo-34246: Use no mutable default args in smtplib (GH-8554)
miss-islington Sep 7, 2018
77b92b1
bpo-34421 avoid unicode error in distutils logging (GH-8799)
miss-islington Sep 8, 2018
7a633ed
[3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getg…
william-gr Sep 9, 2018
9c9ac9e
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH…
miss-islington Sep 10, 2018
e9119a5
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-…
miss-islington Sep 10, 2018
d53f1ca
[3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older P…
taleinat Sep 10, 2018
4902017
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
miss-islington Sep 10, 2018
c0d63bf
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _co…
orlnub123 Sep 10, 2018
4d5d219
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136)
benjaminp Sep 10, 2018
011141f
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
miss-islington Sep 10, 2018
f3d00ae
switch descriptor howto to return value annotation (GH-7796)
miss-islington Sep 11, 2018
037582e
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
miss-islington Sep 11, 2018
6df2005
Fix missing line from example shell session (GH-9143) (GH-9155)
miss-islington Sep 11, 2018
9c4a63f
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)
miss-islington Sep 11, 2018
2110f78
bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700)
miss-islington Sep 11, 2018
2bc4eea
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
miss-islington Sep 11, 2018
c9ece5f
closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)
miss-islington Sep 11, 2018
3235fac
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-91…
miss-islington Sep 11, 2018
3e648f8
bpo-28617 Fixed docs inaccuracies about the types that support member…
miss-islington Sep 11, 2018
e02ca42
bpo-34613: document the correct value of limit argument of asyncio.St…
miss-islington Sep 11, 2018
536e45a
closes bpo-31608: Fix a crash in methods of a subclass of _collection…
miss-islington Sep 11, 2018
d289df1
Update VSTS to Azure DevOps and simplify dependencies (GH-9168)
zooba Sep 11, 2018
e2b40f4
bpo-34365: Update date object documentation (GH-8814)
miss-islington Sep 11, 2018
d8bc7a6
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes t…
miss-islington Sep 11, 2018
4007e4e
Make sure the line comes from the same node as the col offset. (GH-9189)
miss-islington Sep 11, 2018
01ce535
Delete old expat comment. (GH-9197)
miss-islington Sep 12, 2018
cadb66e
[3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH…
benjaminp Sep 12, 2018
72c34cf
closes bpo-31903: Release the GIL when calling into SystemConfigurati…
miss-islington Sep 12, 2018
329ea4e
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (G…
miss-islington Sep 12, 2018
b608fcd
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
miss-islington Sep 12, 2018
ec4d099
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
miss-islington Sep 12, 2018
0aef909
[3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS be…
benjaminp Sep 12, 2018
98344a4
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
miss-islington Sep 12, 2018
ea2fcd3
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
miss-islington Sep 12, 2018
90f7d45
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
miss-islington Sep 13, 2018
35c94c7
bpo-34652: Remove lchmod from the big func checking block. (GH-9247)
miss-islington Sep 13, 2018
b2ff9a9
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
miss-islington Sep 13, 2018
1550b73
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
miss-islington Sep 13, 2018
218b4bf
bpo-34661: Fix test skipping call. (GH-9266)
miss-islington Sep 13, 2018
3050564
bpo-34247: add porting note to 3.7 What's New (GH-9223)
miss-islington Sep 13, 2018
b2a6aa3
closes bpo-34664: Only check file permission bits of newly created di…
miss-islington Sep 13, 2018
2b16294
bpo-31132: Remove prlimit permission test. (GH-9280)
miss-islington Sep 13, 2018
d0491cd
[3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get…
asvetlov Sep 14, 2018
a8f189f
Note that distinct argument patterns can be cached separately (GH-929…
miss-islington Sep 14, 2018
c974051
Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)
miss-islington Sep 14, 2018
bd979b2
Change the xkcd link in comment over https. (GH-9293)
miss-islington Sep 14, 2018
78aa3d8
bpo-34363: dataclasses.asdict() and .astuple() now handle fields whic…
miss-islington Sep 14, 2018
ca2fa28
closes bpo-28955: Clarified comparisons between NaN and number in ref…
miss-islington Sep 14, 2018
b2ecb8b
Fix "Python" casing in a few places (GH-9001) (GH-9313)
miss-islington Sep 14, 2018
c83c375
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
miss-islington Sep 14, 2018
51dbae8
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
miss-islington Sep 15, 2018
e3f6aa7
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (…
miss-islington Sep 16, 2018
1d30788
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-…
miss-islington Sep 17, 2018
e2c0aea
bpo-34710: fix SSL module build (GH-9347)
miss-islington Sep 17, 2018
efdf316
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (G…
miss-islington Sep 17, 2018
f8e34ee
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (G…
miss-islington Sep 17, 2018
1229664
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
miss-islington Sep 17, 2018
b7f58d7
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
miss-islington Sep 17, 2018
a8a8cc7
bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)
miss-islington Sep 17, 2018
c63d81b
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
miss-islington Sep 17, 2018
512d710
bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377)
1st1 Sep 17, 2018
144f1e2
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off…
vstinner Sep 18, 2018
1f4ea58
bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)
miss-islington Sep 18, 2018
ca0820b
Fix syntax error on factorial example for asyncio
magmax Sep 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,20 @@ Lib/test/test_importlib/data01/* -text
*.proj text eol=crlf
PCbuild/readme.txt text eol=crlf
PC/readme.txt text eol=crlf

# Generated files
# https://github.com/github/linguist#generated-code
Include/graminit.h linguist-generated=true
Python/graminit.h linguist-generated=true
Modules/clinic/*.h linguist-generated=true
Objects/clinic/*.h linguist-generated=true
PC/clinic/*.h linguist-generated=true
Python/clinic/*.h linguist-generated=true
Python/importlib.h linguist-generated=true
Python/importlib_external.h linguist-generated=true
Include/Python-ast.h linguist-generated=true
Python/Python-ast.c linguist-generated=true
Include/opcode.h linguist-generated=true
Python/opcode_targets.h linguist-generated=true
Objects/typeslots.inc linguist-generated=true
Modules/unicodedata_db.h linguist-generated=true
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Build Status

+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_

- 3.7

+ `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_

- 3.6

+ `Stable buildbots <http://buildbot.python.org/3.6.stable/>`_
Expand Down
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
!!! If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```
Where: [X.Y] is the branch name, e.g. [3.6].

Where: [X.Y] is the branch name, e.g. [3.7].

GH-NNNN refers to the PR number from `master`.

Expand Down
28 changes: 24 additions & 4 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,32 @@ branches:
- buildbot-custom
cache:
- 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
} else {
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 -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0
environment:
HOST_PYTHON: C:\Python36\python.exe
image:
- Visual Studio 2017
- Visual Studio 2017
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/
gmon.out
58 changes: 0 additions & 58 deletions .hgeol

This file was deleted.

106 changes: 0 additions & 106 deletions .hgignore

This file was deleted.

Loading