Skip to content

3.6#12474

Closed
soorajpandey wants to merge 2147 commits intomasterfrom
3.6
Closed

3.6#12474
soorajpandey wants to merge 2147 commits intomasterfrom
3.6

Conversation

@soorajpandey
Copy link

No description provided.

miss-islington and others added 30 commits October 20, 2018 01:14
GH-9744)

On failure, _PyBytes_Resize() will deallocate the bytes object and set
"result" to NULL.

https://bugs.python.org/issue34824
(cherry picked from commit 365ad2e)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…H-9854) (GH-9918)

According to the versionchanged note, the `strict` argument was removed in 3.3 and `policy` was added, but the name of the argument in the paragraph wasn't updated.
(cherry picked from commit a5ca985)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
(cherry picked from commit c984d20)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
…H-7294)

(cherry picked from commit 0f14fc1)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
(cherry picked from commit ded87d8)

Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
Initial patch by Chandan Kumar.
(cherry picked from commit 13ae4d4)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
…the docs (GH-5621)

Add restriction on the offset parameter for mmap.flush.

Explain that ALLOCATIONGRANULARITY is the same as PAGESIZE in Unix.
(cherry picked from commit 027664a)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
…uncate() (GH-5784)

path_error() uses GetLastError() on Windows, but some os functions
are implemented via CRT APIs which report errors via errno.
This may result in raising OSError with invalid error code (such
as zero).

Introduce posix_path_error() function and use it where appropriate.
(cherry picked from commit 8346031)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Set SRCDIR as the current directory for git.
(cherry picked from commit aa95bfb)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
* Add News entry for the change in multiprocessing.reduction.recvfds
made in GH-9613.
(cherry picked from commit bd036d3)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
…ing. (GH-9051)

(cherry picked from commit a5259fb)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
https://bugs.python.org/issue35032
(cherry picked from commit d262250)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
…timemodule.c. (GH-9961)

Guard the `CLOCK_GETTIME` et al macros in `timemodule` based on the availability of the parent functions
(cherry picked from commit 9445118)

Co-authored-by: Max Bélanger <aeromax@gmail.com>
Constructing bytes from mutating list could cause a crash.
(cherry picked from commit 914f9a0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…H-9809)

(cherry picked from commit 83a0765)

Co-authored-by: Andrei Petre <p31andrei@gmail.com>
https://bugs.python.org/issue35028
(cherry picked from commit b79b5c0)

Co-authored-by: matthewbelisle-wf <matthew.belisle@workiva.com>
…H-9901)

(cherry picked from commit fa53294)

Co-authored-by: Jeremy Kloth <jeremy.kloth@gmail.com>
References could leak, NULL could be dereferenced, and the Expat parser could
be double freed when some errors raised.
(cherry picked from commit 9f3ed3e)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Based on the investigation by Xiang Zhang.
(cherry picked from commit df13df4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
… (GH-10068)

Fix the documentation of copy2, as it does not copy file ownership (user and
group), only mode, mtime, atime and flags.

The original text was confusing to developers as it suggested that this
command is the same as 'cp -p', but according to cp(1), '-p' copies file
ownership as well.

Clarify which metadata is copied by shutil.copystat in its docstring.

(cherry picked from commit 4f399be)
The spec gets stored on modules with the __spec__ attribute, not spec.
(cherry picked from commit 78401f7)

Co-authored-by: orlnub123 <orlnub123@gmail.com>
(cherry picked from commit 890423f)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

You can check yourself to see if the CLA has been received.

Thanks again for your contribution, we look forward to reviewing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.