Skip to content

Conversation

@altendky
Copy link
Contributor

@altendky altendky commented Feb 16, 2018

matrixise and others added 30 commits January 30, 2018 19:02
…addr and to_addrs (python#5451) Do not pass the name field in the 'from' address in the SMTP envelope.
tarfile and zipfile now sort directory listing to generate tar and zip archives in a more reproducible way. See also https://reproducible-builds.org/docs/stable-inputs/ on that topic.
…5325) When using customized decode error handlers, it is possible for builtin decoders to write out-of-bounds and then crash.
Mention only ImportError caused by importing sitecustomize.py/usercustomize.py themselves will be silently ignored.
…ythonGH-5464) The f-string example for using datetime format specifier does not match the given output. Changed the format from %b to %B so it matches the output of "January".
In the tutorial about the Generator expression, there is an example with a dict comprehension and not with a generator expression, just removed the code.
* bpo-32711: Fix warnings for Python/ast_unparse.c
Clarify that the level argument is used to determine whether to perform absolute or relative imports: 0 is absolute, while a positive number is the number of parent directories to search relative to the current module.
…onGH-5495 This reverts commit 72a0d21. The reverted commit had a few issues so it was unanimously decided to undo it. See the bpo issue for details.
* Make sure ``__spec__.loader`` matches ``__loader__`` for namespace packages. * Make sure ``__spec__.origin` matches ``__file__`` for namespace packages. https://bugs.python.org/issue32303 https://bugs.python.org/issue32305
…ythonGH-5265) Modify RE examples in documentation to use raw strings to prevent DeprecationWarning. Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka.
…H-5474) Previously the module name was used, which broke relative imports when pdb was run against a plain module or submodule.
Fix typos found by codespell in docs, docstrings, and comments.
…i-language doc (pythonGH-5482) Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc.
csabella and others added 22 commits February 11, 2018 23:10
This is not the ideal solution; this means that a test module is now always included in the main python3x.dll. However, we're already including xxsubtype, so why not?
…nGH-5622) Describe *text* as an alias for *universal_newlines* in more places that people are likely to be referred to.
The PrintNameOffset field of the reparse data buffer was treated as a number of characters instead of bytes.
…t. (pythonGH-5639) GUI test test_file_buttons() only looks at initial ascii-only lines, but failed on systems where open() defaults to 'ascii' because readline() internally reads and decodes far enough ahead to encounter a non-ascii character in CREDITS.txt.
…ythonGH-5646) Using the system and place-dependent default encoding for open() is a bad idea for IDLE's system and location-independent files.
This note incorrectly stated that "Base64 has an expansion factor of 6 to 4" (it is actually 4 to 3). It was decided to remove the note.
Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD.
A closing parentheses was missing. Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
@altendky altendky changed the base branch from master to 3.7 February 16, 2018 20:47
@altendky
Copy link
Contributor Author

Forgot to pick the proper branch initially, looks like I just messed it all up now.

@altendky altendky closed this Feb 16, 2018
@altendky altendky deleted the fix-issue-32852-3.7 branch February 16, 2018 20:51
@altendky altendky restored the fix-issue-32852-3.7 branch February 16, 2018 20:51
@altendky altendky deleted the fix-issue-32852-3.7 branch February 16, 2018 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment