Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-22392: Improve documentation for __getinitargs__ #898

Closed
wants to merge 3,237 commits into from

Conversation

daxlab
Copy link
Contributor

@daxlab daxlab commented Mar 30, 2017

No description provided.

serhiy-storchaka and others added 30 commits September 25, 2016 16:44
….set_conversion_mode().

Patch by Xiang Zhang.
…-01 and 9999-12.

Methods itermonthdays() and itermonthdays2() are reimplemented so that they
don't call itermonthdates() which can cause datetime.date under/overflow.
The test was commented out in 2005 before ctypes was added to Python, because
the “cdll” attribute loading feature “will no longer work this way”:
http://svn.python.org/view?view=revision&revision=49102
…t in

Makefile).  Patch by Arfrever Frehtes Taifersar Arahesis.
…licate.

Also, make idlelib.idle.main() work after import idlelib.idle.
…_collation()

if pass invalid string-like object as a name.  Original patch by Xiang Zhang.
…start of the

file.  Offsets in ZIP file now are relative to the start of the archive in
conforming to the specification.
…ow causes

implicit initialization of the type instead of a fail.
dstufft and others added 27 commits March 2, 2017 12:37
) (python#448)

* bpo-27593: Updates Windows build to use information from git (python#262)

* bpo-27593: Updates Windows build to use information from git

* Fixes git command (python#451)
Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f)
…python#510)

Original patch by Matthias Bussonnier.
(cherry picked from commit 160edb4)
…python#628)

Additional changes needed to backport:

- dropped legacy SVN support from patchcheck
- use subprocess.PIPE to silence expected error output
- don't try to use subprocess.Popen as a context manager
- don't try to pass a keyword argument to str.split()

(cherry picked from commit 482f7a2)
…hon#635)

In git worktree directories, `.git` is a configuration
file rather than a subdirectory
(cherry picked from commit 6a6d090)
…-697) (python#706)

This will eliminate one of the builds in Travis, allowing for CI overall to complete faster.
(cherry picked from commit 993d4b3)
The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed115)
)

From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
(cherry picked from commit 6450878)
…) (python#803)

* bpo-29861: release references to multiprocessing Pool tasks (python#743)

* bpo-29861: release references to multiprocessing Pool tasks

Release references to tasks, their arguments and their results as soon
as they are finished, instead of keeping them alive until another task
arrives.

* Comments in test

(cherry picked from commit 8988945)

* Fix Misc/NEWS ?
Instead have gcc be used for the coverage build so gcc is exercised in at least one place.
(cherry picked from commit ad2f9e2)
The presence of the ``--enable-optimizations`` flag is indicated by the
value of ``$enableval``, but the configure script was checking ``$withval``,
resulting in the ``--enable-optimizations`` flag being effectively ignored.
(cherry picked from commit 8cea592)
@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 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.

Thanks again to your contribution and we look forward to looking at it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.