]> granicus.if.org Git - python/log
python
10 years agoIsuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
Victor Stinner [Thu, 20 Mar 2014 08:26:55 +0000 (09:26 +0100)]
Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
multiprocessing.connection

10 years agoIssue #20976: pyflakes: Remove unused imports
Victor Stinner [Thu, 20 Mar 2014 08:16:38 +0000 (09:16 +0100)]
Issue #20976: pyflakes: Remove unused imports

10 years agoIssue #20978: pyflakes: fix undefined names
Victor Stinner [Thu, 20 Mar 2014 07:50:52 +0000 (08:50 +0100)]
Issue #20978: pyflakes: fix undefined names

10 years agoIssue #20978: Remove last part of OS/2 support in distutils
Victor Stinner [Thu, 20 Mar 2014 07:50:33 +0000 (08:50 +0100)]
Issue #20978: Remove last part of OS/2 support in distutils

10 years agoadd Nehal Hussain
Benjamin Peterson [Thu, 20 Mar 2014 01:52:17 +0000 (20:52 -0500)]
add Nehal Hussain

10 years agoUse the correct VS edition names in PCbuild/readme.txt
Zachary Ware [Wed, 19 Mar 2014 19:46:25 +0000 (14:46 -0500)]
Use the correct VS edition names in PCbuild/readme.txt

10 years agoSkip test_urllib2.test_issue16464() is the ssl module is missing
Victor Stinner [Wed, 19 Mar 2014 16:31:20 +0000 (17:31 +0100)]
Skip test_urllib2.test_issue16464() is the ssl module is missing

10 years agoAvoid compile warning in xxlimited on 32-bit Windows non-Debug builds.
Zachary Ware [Wed, 19 Mar 2014 04:05:01 +0000 (23:05 -0500)]
Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds.

10 years agoClean up PCbuild/pcbuild.sln a bit:
Zachary Ware [Wed, 19 Mar 2014 03:34:52 +0000 (22:34 -0500)]
Clean up PCbuild/pcbuild.sln a bit:

- Remove configuration settings from removed _sha3.vcxproj
- Don't try to build configurations of _testembed that don't exist
  (namely, PGInstrument and PGUpdate)

10 years agoIgnore files generated by MSVC PGO builds.
Zachary Ware [Wed, 19 Mar 2014 03:28:16 +0000 (22:28 -0500)]
Ignore files generated by MSVC PGO builds.

10 years agoIssue #20966: Fix Tkinter Resources link
Zachary Ware [Tue, 18 Mar 2014 14:19:18 +0000 (09:19 -0500)]
Issue #20966: Fix Tkinter Resources link

10 years agoFix option description that is a warning in new Sphinx versions.
Georg Brandl [Tue, 18 Mar 2014 06:44:07 +0000 (07:44 +0100)]
Fix option description that is a warning in new Sphinx versions.

10 years agoIssue #20879: Delay the initialization of encoding and decoding tables for
Victor Stinner [Mon, 17 Mar 2014 21:38:41 +0000 (22:38 +0100)]
Issue #20879: Delay the initialization of encoding and decoding tables for
base32, ascii85 and base85 codecs in the base64 module, and delay the
initialization of the unquote_to_bytes() table of the urllib.parse module, to
not waste memory if these modules are not used.

10 years agomove SharedKeyTests to test_descr
Benjamin Peterson [Mon, 17 Mar 2014 21:20:12 +0000 (16:20 -0500)]
move SharedKeyTests to test_descr

10 years agocorrect the fix for #20637; allow slot descriptor inheritance to take place before...
Benjamin Peterson [Mon, 17 Mar 2014 20:57:17 +0000 (15:57 -0500)]
correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys

10 years agoFix typo in example (#20963)
Éric Araujo [Mon, 17 Mar 2014 20:48:13 +0000 (16:48 -0400)]
Fix typo in example (#20963)

10 years agoTypo
Jesus Cea [Mon, 17 Mar 2014 18:22:59 +0000 (19:22 +0100)]
Typo

10 years agoTypo
Jesus Cea [Mon, 17 Mar 2014 18:13:09 +0000 (19:13 +0100)]
Typo

10 years agoTypo
Jesus Cea [Mon, 17 Mar 2014 18:00:48 +0000 (19:00 +0100)]
Typo

10 years agoRemove stray semicolon
Antoine Pitrou [Mon, 17 Mar 2014 17:22:41 +0000 (18:22 +0100)]
Remove stray semicolon

10 years agocloses #20960
R David Murray [Mon, 17 Mar 2014 15:20:29 +0000 (11:20 -0400)]
closes #20960

10 years agomerge with 3.3
Georg Brandl [Mon, 17 Mar 2014 06:36:51 +0000 (07:36 +0100)]
merge with 3.3

10 years agoUpdate doc version switcher for 3.4/3.5.
Georg Brandl [Mon, 17 Mar 2014 06:36:45 +0000 (07:36 +0100)]
Update doc version switcher for 3.4/3.5.

10 years agoMerged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.
Larry Hastings [Mon, 17 Mar 2014 05:54:05 +0000 (22:54 -0700)]
Merged default into 3.4 branch.  3.4 branch is now effectively 3.4.1rc1.

10 years agoPost-release verion bump for 3.4.0(+).
Larry Hastings [Mon, 17 Mar 2014 03:13:07 +0000 (20:13 -0700)]
Post-release verion bump for 3.4.0(+).

10 years agomerge 3.3 (#11448)
Benjamin Peterson [Sun, 16 Mar 2014 20:56:24 +0000 (15:56 -0500)]
merge 3.3 (#11448)

10 years agoimprove set_tunnel docs (closes #11448)
Benjamin Peterson [Sun, 16 Mar 2014 20:55:39 +0000 (15:55 -0500)]
improve set_tunnel docs (closes #11448)

Patch by Ryan Kelly, karl, and Nikolaus Rath.

10 years agoIssue #20950: Fix typo asyncio doc, wait() has no self parameter
Victor Stinner [Sun, 16 Mar 2014 20:29:31 +0000 (21:29 +0100)]
Issue #20950: Fix typo asyncio doc, wait() has no self parameter

self parameter is implicit. Mention also that communicate() and wait() are
coroutines.

10 years agomerge 3.3 (#20946)
Benjamin Peterson [Sun, 16 Mar 2014 16:30:54 +0000 (11:30 -0500)]
merge 3.3 (#20946)

10 years agofix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson [Sun, 16 Mar 2014 09:07:26 +0000 (10:07 +0100)]
fix ctypes test alignment assumptions (closes #20946)

Patch by Andreas Schwab.

10 years agoAdded tag v3.4.0 for changeset 04f714765c13
Larry Hastings [Sun, 16 Mar 2014 05:43:24 +0000 (22:43 -0700)]
Added tag v3.4.0 for changeset 04f714765c13

10 years agoFinal documentation fixes for 3.4.0 final. v3.4.0
Larry Hastings [Sun, 16 Mar 2014 05:43:17 +0000 (22:43 -0700)]
Final documentation fixes for 3.4.0 final.

10 years agoRelease bump for 3.4.0 final.
Larry Hastings [Sun, 16 Mar 2014 05:34:24 +0000 (22:34 -0700)]
Release bump for 3.4.0 final.

10 years agoRegenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.
Larry Hastings [Sun, 16 Mar 2014 05:29:19 +0000 (22:29 -0700)]
Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.

10 years agoMerge in all documentation changes since branching 3.4.0rc1.
Larry Hastings [Sun, 16 Mar 2014 04:13:56 +0000 (21:13 -0700)]
Merge in all documentation changes since branching 3.4.0rc1.

10 years agoBring PEP 453 What's New entry up to date
Nick Coghlan [Sun, 16 Mar 2014 03:55:19 +0000 (13:55 +1000)]
Bring PEP 453 What's New entry up to date

We changed a few details of the pip integration over the course
of the Python 3.4 beta and release candidate cycle, but I hadn't
updated the What's New entry appropriately.

The Py2/Py3 split on POSIX and the generally challenges of
dealing with parallel installs means we haven't attained
complete consistency across all environments, but hopefully
this updated text is clearer about the end result.

Relevant to issue #20909.

10 years agowhatsnew: Fix Features section title, use title/sentence case consistently.
R David Murray [Sun, 16 Mar 2014 03:27:30 +0000 (23:27 -0400)]
whatsnew: Fix Features section title, use title/sentence case consistently.

closes #20931

10 years agoIssue #20931: Fix other confusingly-worded heading.
Larry Hastings [Sun, 16 Mar 2014 03:15:55 +0000 (20:15 -0700)]
Issue #20931: Fix other confusingly-worded heading.

10 years agoClose #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou [Sun, 16 Mar 2014 01:13:07 +0000 (02:13 +0100)]
Close #16665: improve documentation for hex().  Patch by Jessica McKellar.

10 years agowhatsnew: Clarify heading.
R David Murray [Sun, 16 Mar 2014 01:15:18 +0000 (21:15 -0400)]
whatsnew: Clarify heading.

10 years agoClose #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou [Sun, 16 Mar 2014 01:12:20 +0000 (02:12 +0100)]
Close #16665: improve documentation for hex().  Patch by Jessica McKellar.

10 years agomerge 3.3
Benjamin Peterson [Sat, 15 Mar 2014 20:24:10 +0000 (15:24 -0500)]
merge 3.3

10 years agosend people to the right editors page (#20938)
Benjamin Peterson [Sat, 15 Mar 2014 20:23:32 +0000 (15:23 -0500)]
send people to the right editors page (#20938)

10 years agoIssue #20939: merge from 3.3
Ned Deily [Sat, 15 Mar 2014 20:19:20 +0000 (13:19 -0700)]
Issue #20939: merge from 3.3

10 years agoIssue #20939: merge from 3.3
Ned Deily [Sat, 15 Mar 2014 20:19:20 +0000 (13:19 -0700)]
Issue #20939: merge from 3.3

10 years agoIssue #20939: Fix test_geturl failure in test_urllibnet due to
Ned Deily [Sat, 15 Mar 2014 20:15:31 +0000 (13:15 -0700)]
Issue #20939: Fix test_geturl failure in test_urllibnet due to
new redirect of http://www.python.org/ to https://www.python.org.

10 years agomerge 3.3
Benjamin Peterson [Sat, 15 Mar 2014 17:29:21 +0000 (12:29 -0500)]
merge 3.3

10 years agoremove runtime_library_dirs for _sqlite; it isn't needed
Benjamin Peterson [Sat, 15 Mar 2014 17:29:04 +0000 (12:29 -0500)]
remove runtime_library_dirs for _sqlite; it isn't needed

10 years agomerge 3.3
Benjamin Peterson [Sat, 15 Mar 2014 17:21:47 +0000 (12:21 -0500)]
merge 3.3

10 years agoavoid referencing past the bounds of an array
Benjamin Peterson [Sat, 15 Mar 2014 17:21:28 +0000 (12:21 -0500)]
avoid referencing past the bounds of an array

10 years agomerge 3.3
Benjamin Peterson [Sat, 15 Mar 2014 16:50:14 +0000 (11:50 -0500)]
merge 3.3

10 years agoonly define zero constant when it is used
Benjamin Peterson [Sat, 15 Mar 2014 16:50:00 +0000 (11:50 -0500)]
only define zero constant when it is used

10 years agoremove unused zero constants
Benjamin Peterson [Sat, 15 Mar 2014 16:49:49 +0000 (11:49 -0500)]
remove unused zero constants

10 years agoMerge: #20933: At least one place maps 'test' to 'localhost'...fix test.
R David Murray [Sat, 15 Mar 2014 16:03:02 +0000 (12:03 -0400)]
Merge: #20933: At least one place maps 'test' to 'localhost'...fix test.

10 years ago#20933: At least one place maps 'test' to 'localhost'...fix test.
R David Murray [Sat, 15 Mar 2014 16:00:14 +0000 (12:00 -0400)]
#20933: At least one place maps 'test' to 'localhost'...fix test.

Discovery and patch by Wenzhu Man.  University of Waterloo apparently
maps the local name 'test' to localhost, which is in the bypass list,
causing the test to fail.  So change 'test' to a name unlikely to get
mapped to localhost.

10 years agomerge 3.3
Benjamin Peterson [Sat, 15 Mar 2014 02:54:41 +0000 (21:54 -0500)]
merge 3.3

10 years agoavoid referencing out-of-bounds memory
Benjamin Peterson [Sat, 15 Mar 2014 02:54:31 +0000 (21:54 -0500)]
avoid referencing out-of-bounds memory

10 years agofix c89 declaration order
Benjamin Peterson [Sat, 15 Mar 2014 02:53:51 +0000 (21:53 -0500)]
fix c89 declaration order

10 years agomerge 3.3
Benjamin Peterson [Sat, 15 Mar 2014 02:47:36 +0000 (21:47 -0500)]
merge 3.3

10 years agodon't do pointer arithmetic with signed numbers
Benjamin Peterson [Sat, 15 Mar 2014 02:47:23 +0000 (21:47 -0500)]
don't do pointer arithmetic with signed numbers

10 years agocast negative numbers to size_t before shifting them (#20929)
Benjamin Peterson [Sat, 15 Mar 2014 01:15:29 +0000 (20:15 -0500)]
cast negative numbers to size_t before shifting them (#20929)

10 years agoReverted change introduced in edb12dad7bf6.
Vinay Sajip [Fri, 14 Mar 2014 23:13:00 +0000 (23:13 +0000)]
Reverted change introduced in edb12dad7bf6.

10 years agowhatsnew: final edit pass.
R David Murray [Fri, 14 Mar 2014 22:31:07 +0000 (18:31 -0400)]
whatsnew: final edit pass.

10 years agoAdded Doc/tools/ subdirs to .hgignore.
Vinay Sajip [Fri, 14 Mar 2014 14:20:09 +0000 (14:20 +0000)]
Added Doc/tools/ subdirs to .hgignore.

10 years agoIssue #20884: whatsnew: Frozen modules don't set __file__ anymore.
Brett Cannon [Fri, 14 Mar 2014 13:46:28 +0000 (09:46 -0400)]
Issue #20884: whatsnew: Frozen modules don't set __file__ anymore.

10 years agoCloses #20918: Added handling for exceptions during fallback output of logging except...
Vinay Sajip [Fri, 14 Mar 2014 13:42:19 +0000 (13:42 +0000)]
Closes #20918: Added handling for exceptions during fallback output of logging exceptions.

10 years agowhatsnew: link from module_spec section to Deprecation, for replacements.
R David Murray [Fri, 14 Mar 2014 02:17:28 +0000 (22:17 -0400)]
whatsnew: link from module_spec section to Deprecation, for replacements.

10 years agowhatsnew: difflib.isbjunk &c were removed, not deprecated.
R David Murray [Fri, 14 Mar 2014 01:34:54 +0000 (21:34 -0400)]
whatsnew: difflib.isbjunk &c were removed, not deprecated.

Also move NEWS item to correct position (it was in 3.3).

10 years agowhatsnew: difflib.isbjunk &c were removed, not deprecated.
R David Murray [Fri, 14 Mar 2014 01:34:54 +0000 (21:34 -0400)]
whatsnew: difflib.isbjunk &c were removed, not deprecated.

Also move NEWS item to correct position (it was in 3.3).

10 years agowhatsnew: small tweaks to codecs entry.
R David Murray [Fri, 14 Mar 2014 00:56:27 +0000 (20:56 -0400)]
whatsnew: small tweaks to codecs entry.

10 years agoMerge #7475: Remove references to '.transform' from transform codec docstrings.
R David Murray [Fri, 14 Mar 2014 00:55:09 +0000 (20:55 -0400)]
Merge #7475: Remove references to '.transform' from transform codec docstrings.

10 years ago#7475: Remove references to '.transform' from transform codec docstrings.
R David Murray [Fri, 14 Mar 2014 00:54:30 +0000 (20:54 -0400)]
#7475: Remove references to '.transform' from transform codec docstrings.

10 years agowhatsnew: linkify some pip things, and explain why non-inheriting is good.
R David Murray [Thu, 13 Mar 2014 23:53:38 +0000 (19:53 -0400)]
whatsnew: linkify some pip things, and explain why non-inheriting is good.

10 years agoRemove references to make targets deleted in eef7899ea7ab
Éric Araujo [Thu, 13 Mar 2014 23:30:43 +0000 (19:30 -0400)]
Remove references to make targets deleted in eef7899ea7ab

10 years agoClarify distutils’ clean command (ref #6142)
Éric Araujo [Thu, 13 Mar 2014 22:32:18 +0000 (18:32 -0400)]
Clarify distutils’ clean command (ref #6142)

10 years agoClarify distutils’ clean command (ref #6142)
Éric Araujo [Thu, 13 Mar 2014 20:17:11 +0000 (16:17 -0400)]
Clarify distutils’ clean command (ref #6142)

10 years agoIssue #19407: Fix typos in new distribution & installation guides.
Ned Deily [Thu, 13 Mar 2014 19:42:36 +0000 (12:42 -0700)]
Issue #19407: Fix typos in new distribution & installation guides.
Also applies to cherry pick Issue #20909.

10 years agowhatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff.
R David Murray [Thu, 13 Mar 2014 18:36:09 +0000 (14:36 -0400)]
whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff.

Since Victor linked to it in a block, it seems to make sense to have
all the SSLContext changes next to each other.  I also sorted all the
SSL security enhancements next to each other in the security
enhancements summary.

10 years agoIssue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free()
Victor Stinner [Thu, 13 Mar 2014 18:08:10 +0000 (19:08 +0100)]
Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free()

10 years agoMERGE: Closes #20908: Memory leak in Reg2Py()
Jesus Cea [Thu, 13 Mar 2014 16:38:20 +0000 (17:38 +0100)]
MERGE: Closes #20908: Memory leak in Reg2Py()

10 years agoCloses #20908: Memory leak in Reg2Py()
Jesus Cea [Thu, 13 Mar 2014 16:35:32 +0000 (17:35 +0100)]
Closes #20908: Memory leak in Reg2Py()

10 years agowhatsnew: collections no longer implicitly imports 'abc' (#20784).
R David Murray [Thu, 13 Mar 2014 16:00:17 +0000 (12:00 -0400)]
whatsnew: collections no longer implicitly imports 'abc' (#20784).

10 years agowhatsnew: HTTPError.headers (#15701).
R David Murray [Thu, 13 Mar 2014 15:33:29 +0000 (11:33 -0400)]
whatsnew: HTTPError.headers (#15701).

10 years agowhatsnew: make it clear I'm the editor, not author of all text.
R David Murray [Thu, 13 Mar 2014 15:10:01 +0000 (11:10 -0400)]
whatsnew: make it clear I'm the editor, not author of all text.

10 years agoMake distutils error messages more helpful (#11599).
Éric Araujo [Thu, 13 Mar 2014 08:55:35 +0000 (04:55 -0400)]
Make distutils error messages more helpful (#11599).

When running external programs such as a C compiler and getting an
error code, distutils only prints the program name.  With this change,
one can get the full command line by setting the DISTUTILS_DEBUG
environment variable.

This should have no compatibility issues, unless there are tools
that depend on the exact format of distutils debug messages.

10 years agoweaken callback count inequality (closes #20901)
Benjamin Peterson [Thu, 13 Mar 2014 02:51:52 +0000 (21:51 -0500)]
weaken callback count inequality (closes #20901)

10 years agomerge 3.3 (#19060)
Benjamin Peterson [Thu, 13 Mar 2014 02:42:04 +0000 (21:42 -0500)]
merge 3.3 (#19060)

10 years agoremove unnecessary word (closes #19060)
Benjamin Peterson [Thu, 13 Mar 2014 02:41:35 +0000 (21:41 -0500)]
remove unnecessary word (closes #19060)

Patch by Anastasia Filatova.

10 years agoFix note markup (#16805).
Éric Araujo [Wed, 12 Mar 2014 23:51:00 +0000 (19:51 -0400)]
Fix note markup (#16805).

Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.

10 years agomerge 3.3 (#20896)
Benjamin Peterson [Wed, 12 Mar 2014 23:10:57 +0000 (18:10 -0500)]
merge 3.3 (#20896)

10 years agomerge 3.2 (#20896)
Benjamin Peterson [Wed, 12 Mar 2014 23:10:47 +0000 (18:10 -0500)]
merge 3.2 (#20896)

10 years agouse ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
Benjamin Peterson [Wed, 12 Mar 2014 23:05:53 +0000 (18:05 -0500)]
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)

10 years agoadd Sean Rodman
Benjamin Peterson [Wed, 12 Mar 2014 20:08:43 +0000 (15:08 -0500)]
add Sean Rodman

10 years agouse support.rmtree instead of shutil (closes #19614)
Benjamin Peterson [Wed, 12 Mar 2014 20:07:01 +0000 (15:07 -0500)]
use support.rmtree instead of shutil (closes #19614)

Patch by Sean Rodman.

10 years agowhatsnew: fix unittest subtest example.
R David Murray [Wed, 12 Mar 2014 13:31:50 +0000 (09:31 -0400)]
whatsnew: fix unittest subtest example.

10 years agoWhat's New in Python 3.4: more security changes
Victor Stinner [Thu, 13 Mar 2014 13:54:46 +0000 (14:54 +0100)]
What's New in Python 3.4: more security changes

10 years agoIssue #19407: fix link
Nick Coghlan [Thu, 13 Mar 2014 12:33:33 +0000 (22:33 +1000)]
Issue #19407: fix link

10 years agoClose #19407: New installation & distribution guides
Nick Coghlan [Thu, 13 Mar 2014 12:13:45 +0000 (22:13 +1000)]
Close #19407: New installation & distribution guides

- based on pip and other PyPA tools
- includes references to the new Python Packaging User Guide
  where appropriate (and the relevant section is at least
  partially filled in)
- started new FAQ sections
- both guides aim to introduce users to basic open source
  concepts if they aren't aware of them
- existing guides have been relocated (now linked from the
  distutils docs) rather then removed, since there is
  some needed material that has yet to be relocated to the
  distutils docs as a reference for the legacy formats

10 years agoMerge heads
Éric Araujo [Thu, 13 Mar 2014 10:02:15 +0000 (06:02 -0400)]
Merge heads

10 years agoMerge 3.3 (#11599)
Éric Araujo [Thu, 13 Mar 2014 09:59:31 +0000 (05:59 -0400)]
Merge 3.3 (#11599)