Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
aa2d085 merge 3.2 31 March 2014, 00:34:05 UTC
8aef28a add Ian Beer 31 March 2014, 00:33:47 UTC
0ad6098 merge 3.2 30 March 2014, 23:52:22 UTC
23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow 30 March 2014, 23:47:57 UTC
3e952d5 Issue #20633: Replace relative import by absolute import. 23 March 2014, 12:42:28 UTC
56d3a03 Update doc version switcher for 3.4/3.5. 17 March 2014, 06:36:45 UTC
a48d9ea improve set_tunnel docs (closes #11448) Patch by Ryan Kelly, karl, and Nikolaus Rath. 16 March 2014, 20:55:39 UTC
fda3355 fix ctypes test alignment assumptions (closes #20946) Patch by Andreas Schwab. 16 March 2014, 09:07:26 UTC
790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. 16 March 2014, 01:12:20 UTC
0392271 send people to the right editors page (#20938) 15 March 2014, 20:23:32 UTC
b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to new redirect of http://www.python.org/ to https://www.python.org. 15 March 2014, 20:15:31 UTC
5128173 remove runtime_library_dirs for _sqlite; it isn't needed 15 March 2014, 17:29:04 UTC
4a42cd4 avoid referencing past the bounds of an array 15 March 2014, 17:21:28 UTC
c77e7a4 only define zero constant when it is used 15 March 2014, 16:50:00 UTC
ce68c19 remove unused zero constants 15 March 2014, 16:49:49 UTC
fdbe918 #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. 15 March 2014, 16:00:14 UTC
ef87f8c avoid referencing out-of-bounds memory 15 March 2014, 02:54:31 UTC
45c9dce fix c89 declaration order 15 March 2014, 02:53:51 UTC
041c38a don't do pointer arithmetic with signed numbers 15 March 2014, 02:47:23 UTC
e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. 14 March 2014, 00:54:30 UTC
ef04c59 Clarify distutils’ clean command (ref #6142) 13 March 2014, 20:17:11 UTC
782c4cf Closes #20908: Memory leak in Reg2Py() 13 March 2014, 16:35:32 UTC
45fc871 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. 13 March 2014, 08:55:35 UTC
966f2fc weaken callback count inequality (closes #20901) 13 March 2014, 02:51:52 UTC
5eea8a7 remove unnecessary word (closes #19060) Patch by Anastasia Filatova. 13 March 2014, 02:41:35 UTC
fa5e6e4 Fix note markup (#16805). Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. 12 March 2014, 23:51:00 UTC
d0fc83d merge 3.2 (#20896) 12 March 2014, 23:10:47 UTC
cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) 12 March 2014, 23:05:53 UTC
f993399 add Sean Rodman 12 March 2014, 20:08:43 UTC
bb185ab use support.rmtree instead of shutil (closes #19614) Patch by Sean Rodman. 12 March 2014, 20:07:01 UTC
fc773a2 Avoid “error: None” messages from distutils (#4931). Thanks to Amaury Forgeot d’Arc and Philip J. Eby. 12 March 2014, 07:34:02 UTC
ed5d95b #20030: doc that TestLoader.discover returns a TestSuite. Patch by Lita Cho. 11 March 2014, 22:46:00 UTC
8e4b3c7 improve algorithms_* documentation 11 March 2014, 19:26:12 UTC
bfca3ca fix typo (closes #20892) 11 March 2014, 18:59:37 UTC
18a364f Closes #20090: update Doc/README and the error message in sphinx-build.py to make it clear that any Python 3.x is not usable with the checked out Sphinx. 10 March 2014, 18:26:57 UTC
14d7b71 #19953: Clarify the wording of the augmented assignment discussion. Patch by Priya Pappachan, based on suggestions from Terry Reedy and myself. 09 March 2014, 22:51:16 UTC
6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. Patch by Claudiu Popa. 09 March 2014, 21:44:34 UTC
5e572fd merge with 3.3.5 release repo 09 March 2014, 10:17:23 UTC
92d2d34 Post-release update. 09 March 2014, 10:01:14 UTC
e46abb4 hgtouch: remove meta-variable from option spec This fifth tuple element is unsupported in an old hg version still used on one buildbot, and it is not really necessary (only used in touch --help). 09 March 2014, 09:22:10 UTC
1e7b1dc Added tag v3.3.5 for changeset 62cf4e77f785 09 March 2014, 08:37:32 UTC
fbd7518 Bump to 3.3.5 final. 09 March 2014, 08:37:14 UTC
95b696a #10197: Update get[status]output versionchanged with actual version. This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :( 08 March 2014, 01:04:17 UTC
c39e892 Issue #20813: Backport Python 2/3 HOWTO updates 07 March 2014, 17:28:35 UTC
54d04a4 Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. 06 March 2014, 19:21:45 UTC
ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters as documented. The pattern and source keyword parameters are left as deprecated aliases. 06 March 2014, 09:28:32 UTC
25dded0 Make the various iterators' "setstate" sliently and consistently clip the index. This avoids the possibility of setting an iterator to an invalid state. 05 March 2014, 13:47:57 UTC
4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it to the exhausted state. 04 March 2014, 23:19:24 UTC
682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). Thanks Vajrasky Kok and Zachary Ware. 03 March 2014, 19:17:17 UTC
444c171 Added tag v3.3.5rc2 for changeset ca5635efe090 02 March 2014, 08:29:00 UTC
c186b23 Bump to 3.3.5rc2. 02 March 2014, 08:19:03 UTC
bb386cf Update NEWS for 3.3.5rc2. 02 March 2014, 08:18:41 UTC
2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. 02 March 2014, 08:18:31 UTC
2658bad merge 3.3.5rc1 release commits with 3.3 branch 02 March 2014, 07:54:15 UTC
9e90b12 add Chris Angelico 02 March 2014, 00:16:12 UTC
659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) 02 March 2014, 00:14:12 UTC
b77bf32 fix test on debug builds (closes #20731) 01 March 2014, 15:31:36 UTC
4f8e4c2 merge 3.2 01 March 2014, 07:03:57 UTC
298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. Bug filed and initial attempt at a patch by Bohuslav Kabrda. 28 February 2014, 15:44:45 UTC
815b41b Issue #20731: Properly position in source code files even if they are opened in text mode. Patch by Serhiy Storchaka. 28 February 2014, 14:27:29 UTC
9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. Code patch by Serhiy Storchaka 27 February 2014, 23:47:49 UTC
b807577 Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. 27 February 2014, 21:14:31 UTC
3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) Patch by Berker Peksag. 27 February 2014, 18:49:34 UTC
517b747 Added tests for issue #20501. 26 February 2014, 18:59:43 UTC
7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code. 26 February 2014, 16:40:38 UTC
5ea5d2c Issue #20759: Fix some typos in the mock docs. 26 February 2014, 15:34:43 UTC
7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. This bug was of the major reasons for the release. 26 February 2014, 00:45:55 UTC
270ce73 Fix typo (issue #19619). 25 February 2014, 18:00:48 UTC
f031a6f #20628: wrap lines to < 80. 24 February 2014, 20:32:54 UTC
df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. Patch by Sean Rodman. 24 February 2014, 20:29:22 UTC
6b53234 #20740: desquarify 2. 24 February 2014, 18:58:31 UTC
94ee389 Issue #19619: Blacklist non-text codecs in method API str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. Backported changeset d68df99d7a57. 24 February 2014, 12:43:03 UTC
20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. Patch by Arfrever Frehtes Taifersar Arahesis. 24 February 2014, 11:57:00 UTC
09141c4 Closes #20755: port sphinx-1.1 fixes from default 24 February 2014, 08:35:07 UTC
c4f44c0 Closes #20735: remove erroneous deprecated marker from stringprep docs 24 February 2014, 08:26:53 UTC
f106f8f whitespace 24 February 2014, 04:39:57 UTC
9dc3a36 Issue #9974: When untokenizing, use row info to insert backslash+newline. Original patches by A. Kuchling and G. Rees (#12691). 24 February 2014, 04:33:08 UTC
938ba68 Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691). 23 February 2014, 23:00:31 UTC
220cc21 Issue #20743: Fix a reference leak in test_tcl. 23 February 2014, 18:39:06 UTC
b772b03 Added tag v3.3.5rc1 for changeset 9ec811df548e 23 February 2014, 07:46:11 UTC
68707af merge 23 February 2014, 07:46:00 UTC
89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. 23 February 2014, 07:45:15 UTC
e12675a Bump to 3.3.5rc1. 23 February 2014, 07:30:06 UTC
ed7d0c4 Update pydoc topics. 23 February 2014, 07:24:37 UTC
c3111fc Issue #20730: Fix typo reported by Claudiu Popa. 23 February 2014, 05:37:16 UTC
2d65951 Issue #20221: Removed conflicting (or circular) hypot definition when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed. 20 February 2014, 21:36:34 UTC
a96fd48 merge 3.2 (#20695) 20 February 2014, 04:06:24 UTC
665a2bc bump Python-ast.c 20 February 2014, 04:05:26 UTC
1b94030 update logo url (#20695) 20 February 2014, 03:55:16 UTC
f6218a2 open retrieved file in binary mode, since it's now compressed 20 February 2014, 03:56:35 UTC
2bb6c35 Merge heads 19 February 2014, 17:03:58 UTC
1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka. 19 February 2014, 16:44:47 UTC
162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. 19 February 2014, 16:44:12 UTC
e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of Tkinter widgets to work in wantobjects=True mode. 19 February 2014, 16:34:05 UTC
d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited. 18 February 2014, 21:00:53 UTC
9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. 18 February 2014, 17:33:18 UTC
cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments and to modernize. Patch by Gareth Rees. 18 February 2014, 14:39:04 UTC
5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees. 18 February 2014, 04:12:16 UTC
58edfd9 whitespace 17 February 2014, 21:49:06 UTC
5e6db31 Untokenize: An logically incorrect assert tested user input validity. Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method. 17 February 2014, 21:45:48 UTC
back to top