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

sort by:
Revision Author Date Message Commit Date
53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. 18 January 2014, 13:35:37 UTC
af69fe2 rm extra whitespace 18 January 2014, 05:49:04 UTC
eacec1c link to builtin open not io.open 18 January 2014, 05:47:00 UTC
3d8814e describe type of Popen streams (closes #17814) Patch more or less by Nikolaus Rath. 18 January 2014, 05:45:56 UTC
c3cf97b Issue #20265: Updated some parts of the Using Windows document. Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS) 17 January 2014, 21:23:42 UTC
f348909 avoid a compiler warning about assigning const char * to char *. 17 January 2014, 20:08:49 UTC
1093bf2 sort os.listxattr results before comparing it to avoid depending on the ordering of the directory information in the underlying filesystem. 17 January 2014, 20:01:22 UTC
eb14dec Added example to recently added cookbook entry. 17 January 2014, 18:36:02 UTC
6f8e81a Fix some typos/grammar in current sections of NEWS. 17 January 2014, 15:30:03 UTC
9fc0e99 Issue #20266: Update parts of the Windows FAQ 17 January 2014, 14:59:44 UTC
7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten test files. 16 January 2014, 16:48:45 UTC
aea79dd Merge heads 16 January 2014, 15:20:02 UTC
b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. 16 January 2014, 15:15:49 UTC
2989f58 linkify chain.from_iterable (closes #20272) 16 January 2014, 15:10:13 UTC
216e47d update pysqlite website (closes #20278) 16 January 2014, 14:52:38 UTC
1654040 Issue #19936: Disable shebang lines in order to prevent using a random system python. 16 January 2014, 13:33:27 UTC
cbefe3b Added cookbook entry on alternative formatting styles. 15 January 2014, 15:09:05 UTC
350e623 Clarified documentation note on module-level convenience functions. 15 January 2014, 13:28:39 UTC
71337cb Issue #20255: Update the about and bugs pages. 14 January 2014, 22:03:11 UTC
9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an illegal attribute name. Found by INADA Naoki. 14 January 2014, 15:09:48 UTC
26d5fab Fix typo. Found by David Pesta on docs@. 14 January 2014, 14:44:49 UTC
2d13036 Fix typo. Found by David Pesta on docs@. 14 January 2014, 14:40:53 UTC
8bd656d Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5. 14 January 2014, 11:00:45 UTC
bd1d12e add test for #20251 14 January 2014, 05:27:42 UTC
a677d76 remove overly strict assertion (closes #20251) 14 January 2014, 05:21:49 UTC
9cb33b7 correct defaultdict signature in docstring (closes #20250) Patch from Andrew Barnert. 14 January 2014, 04:56:05 UTC
5688222 merge 3.2 (#20246) 14 January 2014, 04:12:55 UTC
fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) 14 January 2014, 03:59:38 UTC
80602e0 Fix typo. 14 January 2014, 02:38:57 UTC
1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. 13 January 2014, 21:59:56 UTC
66c9350 #20236: Fix sphinx markup. 13 January 2014, 18:51:17 UTC
2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. This fixes an edge case (20206) where if the input ended in a character needing encoding but there was no newline on the string, the last byte of the encoded character would be dropped. The fix is to use a more efficient algorithm, provided by Serhiy Storchaka (5803), that does not have the bug. 13 January 2014, 18:19:21 UTC
2a3d7d1 Test the open of non-exitent tarfile in all modes. 13 January 2014, 17:07:33 UTC
6cbc5f7 Fixed typo. 13 January 2014, 12:23:18 UTC
939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. 13 January 2014, 00:06:58 UTC
0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() functions now conform to PEP 3333 when handle non-ASCII URLs. 12 January 2014, 10:08:11 UTC
55c9e03 merge heads 12 January 2014, 07:10:39 UTC
6392ad9 Doc: update Sphinx toolchain also in make.bat 12 January 2014, 07:09:01 UTC
b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage object. 12 January 2014, 06:20:16 UTC
5636eb7 Update Sphinx toolchain. 11 January 2014, 19:04:19 UTC
2f26c22 tkinter.Text.debug() now always returns 0/1. Fixed a regression inroduced in issue #6157. 11 January 2014, 11:13:46 UTC
02d5db2 Fixed the serve.py script. The application object must return an iterable yielding bytestrings. 11 January 2014, 09:52:20 UTC
e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. 10 January 2014, 22:10:04 UTC
4637538 fix build when SCHED_SPORADIC is defined (closes #20217) 10 January 2014, 15:22:40 UTC
cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the ifconfig executable is not available. 10 January 2014, 13:06:59 UTC
4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. Incorrect requirements can cause memory swapping. 10 January 2014, 11:37:54 UTC
f451112 Issue #13107: argparse and optparse no longer raises an exception when output a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni. 09 January 2014, 21:14:27 UTC
32c4915 Try to fix test_ssl failures on some buildbots 09 January 2014, 20:28:48 UTC
2f7c316 Remove conditional: it is useless at this point (OpenSSL headers are not yet included) 09 January 2014, 19:07:41 UTC
cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. 09 January 2014, 19:02:20 UTC
1064a13 Do not reset the line number because we already set file position to correct value. (fixes error in patch for issue #18960) 09 January 2014, 18:12:49 UTC
50b82c7 clear zip stat cache after each ref leak run 09 January 2014, 17:10:30 UTC
768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. * The first line of Python script could be executed twice when the source encoding (not equal to 'utf-8') was specified on the second line. * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. * As a consequence, 'python -x' works now again with files with the source encoding declarations specified on the second file, and can be used again to make Python batch files on Windows. * The tokenize module now ignore the source encoding declaration on the second line if the first line contains anything except a comment. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment. 09 January 2014, 16:36:09 UTC
21e7d4c fix zipimport ref leak 09 January 2014, 15:36:10 UTC
5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU consumption. 09 January 2014, 12:50:20 UTC
78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. 08 January 2014, 23:09:29 UTC
cd5ca6a Issue #20113: Fix test_posix on OpenIndiana 08 January 2014, 15:01:31 UTC
57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on error instead of returning -1. 08 January 2014, 14:21:28 UTC
2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from is modified during the lifetime of the Python process after zipimport has already cached the zip's table of contents we detect this and recover rather than read bad data from the .zip (causing odd import errors). 08 January 2014, 02:30:07 UTC
a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. * Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and LabelFrame.panes() now always return a tuple. * Fixed error of comparing str and int in tt.LabeledScale._adjust(). * ttk.Notebook.index() now always returns int. * ttk.Notebook.tabs() now always returns a tuple. * ttk.Entry.bbox() now always returns a tuple of ints. * ttk.Entry.validate() now always correctly works. * ttk.Combobox.current() now always returns int. * ttk.Panedwindow.sashpos() now always returns int. * ttk.Treeview.bbox() now always returns a tuple of ints. * ttk.Treeview.get_children() now always returns a tuple. * ttk.Treeview.exists() now always correctly works. * ttk.Treeview.index() now always returns int. * ttk.Treeview.tag_has() now always returns 0 or 1. * And numerous other errors in methods which returns a tuple, list or dict. * Fixed ttk tests for wantobjects is False. 07 January 2014, 17:27:42 UTC
0455c3f Whitespace. 04 January 2014, 12:03:48 UTC
8d805d7 Regenerate python34stub.def. 04 January 2014, 10:20:45 UTC
7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. 04 January 2014, 09:01:42 UTC
002033e correct word for __annotations__ doc (closes #20110) Patch from Claudiu Popa. 02 January 2014, 22:47:50 UTC
12e930f #17282: Document unittest.main defaultTest argument. 02 January 2014, 18:37:26 UTC
3e6ab17 avoid parameter name clash (closes #20108) 02 January 2014, 18:24:08 UTC
3a990c6 remove brackets 02 January 2014, 18:22:30 UTC
487aedb Issue #20101: Allow test_monotonic to pass on Windows machines on which time.get_clock_info('monotonic').resolution == 0.015600099999999999 This is just a workaround pending a real resolution to #20101. 02 January 2014, 15:41:10 UTC
6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, escapechar, quotechar) 02 January 2014, 11:53:13 UTC
5f8d485 parser: fix usage of Py_BuildValue() to build a parser error Fix typo: "os" format => "Os" 02 January 2014, 10:49:27 UTC
cb0613b Update copyright dates in Mac plists. 01 January 2014, 21:05:03 UTC
fa10ae0 update copyright year 01 January 2014, 04:02:22 UTC
3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. Patch by Vajrasky Kok. 01 January 2014, 01:50:45 UTC
b075cc0 Clarify the wording of a news entry. 31 December 2013, 22:33:47 UTC
340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. 31 December 2013, 18:09:26 UTC
b6fac24 Backporing the fix from Issue #12692 29 December 2013, 01:36:18 UTC
3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. 28 December 2013, 16:26:33 UTC
ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. In issue 20074 it was pointed out that getpass would fail with a traceback if stdin was, for example /dev/null, which is a non-unlikely scenario. Also backported the tests from issue 17484 as modified by issue 18116. (What I really did was copy getpass.py and test_getpass.py from their state on tip as of 17bd04fbf3d3). 27 December 2013, 16:24:32 UTC
5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. 26 December 2013, 19:20:59 UTC
d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. 26 December 2013, 18:06:05 UTC
e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been disabled since 3.0 due to the changes in listcomp handling. 26 December 2013, 15:53:49 UTC
a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. 25 December 2013, 15:35:24 UTC
cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. 25 December 2013, 15:29:01 UTC
848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure methods. 25 December 2013, 14:35:38 UTC
0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. 25 December 2013, 12:24:35 UTC
f47036c Removed spaces before colons and semicolons. 24 December 2013, 09:04:36 UTC
55c6cc4 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces the same result as in 2.x. 23 December 2013, 16:56:08 UTC
a4d170d Removed spaces before commas and periods. 23 December 2013, 16:20:51 UTC
eaedaec update Barry's email (#19563) 23 December 2013, 01:45:38 UTC
e62a404 Fix bootstrap issue by importing the cgi module lazily 22 December 2013, 18:37:17 UTC
335a512 Fix TypeError on "setup.py upload --show-response". 22 December 2013, 17:13:51 UTC
f20ea13 s/lightweight/minimal/, as per issue #11379. 22 December 2013, 00:57:01 UTC
e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. 22 December 2013, 00:45:42 UTC
f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. 22 December 2013, 00:35:53 UTC
6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) 21 December 2013, 23:44:01 UTC
716b722 Issue #20045: Fix "setup.py register --list-classifiers". 21 December 2013, 21:57:56 UTC
492b989 Fix DeprecationWarnings in test suite 21 December 2013, 21:19:46 UTC
17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. 21 December 2013, 21:14:56 UTC
bdce938 Update test.outstanding_bugs.py 20 December 2013, 19:25:07 UTC
715233c Issue #20034: Updated alias mapping to most recent locale.alias file from X.org distribution using makelocalealias.py. 20 December 2013, 16:23:26 UTC
back to top