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

sort by:
Revision Author Date Message Commit Date
daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a SystemError if the state type is invalid. 03 January 2014, 02:26:47 UTC
6f055e7 asyncio: make PY34 symbol private (rename it to _PY34) 02 January 2014, 17:41:34 UTC
1b02da9 Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. 02 January 2014, 23:07:17 UTC
8ec15f7 merge 3.3 (#20110) 02 January 2014, 22:48:24 UTC
002033e correct word for __annotations__ doc (closes #20110) Patch from Claudiu Popa. 02 January 2014, 22:47:50 UTC
9025f1c whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation 02 January 2014, 18:44:18 UTC
6e731b0 Merge and update #17282: Document unittest.main defaultTest argument. In 3.4 defaultTest can also be a list (see issue 15132). 02 January 2014, 18:43:02 UTC
12e930f #17282: Document unittest.main defaultTest argument. 02 January 2014, 18:37:26 UTC
c22eaec merge 3.3 (closes #20108) 02 January 2014, 18:26:50 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
393a942 Issue #20101: Merge with 3.3 02 January 2014, 15:43:09 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
f7f58f8 Update pip to the released 1.5 02 January 2014, 14:33:35 UTC
c70d4f4 Issue #19728: Enable pip installation by default on Windows. 02 January 2014, 13:12:30 UTC
009771e (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters (delimiter, escapechar, quotechar) 02 January 2014, 11:53:50 UTC
6a31b0f Issue #18829: Add tests for the csv module for invalid characters (delimiter, escapechar, quotechar) 02 January 2014, 11:53:13 UTC
e879452 threading.RLock._acquire_restore() now raises a TypeError instead of a SystemError when it is not called with 2 arguments 02 January 2014, 11:47:24 UTC
f4c68db (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error Fix typo: "os" format => "Os" 02 January 2014, 10:50:10 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
84d3256 Update copyright dates in Mac plists. 01 January 2014, 21:06:02 UTC
cb0613b Update copyright dates in Mac plists. 01 January 2014, 21:05:03 UTC
a015bb1 merge 3.3 01 January 2014, 04:02:41 UTC
fa10ae0 update copyright year 01 January 2014, 04:02:22 UTC
b672888 Issue #20055: Fix test_shutil under Windows with symlink privileges held. Patch by Vajrasky Kok. 01 January 2014, 01:51:58 UTC
3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. Patch by Vajrasky Kok. 01 January 2014, 01:50:45 UTC
089305f Merge: Clarify the wording of a news entry. 31 December 2013, 22:34:40 UTC
b075cc0 Clarify the wording of a news entry. 31 December 2013, 22:33:47 UTC
33ef1ae whatsnew: mock called_with improvements, socket CAN_BCM support. Also reworded the other entries in the socket section of whatsnew, as well as a couple of unrelated news entries. 31 December 2013, 21:04:50 UTC
8b2d682 whatsnew: random.getrandbits performance. Also fix a NEWS file issue number error, and some spacing fixes in whatsnew. 31 December 2013, 20:06:05 UTC
d592bb2 whatsnew: afic.open supports 'with'. 31 December 2013, 18:45:38 UTC
1cb4f60 Merge with 3.3 31 December 2013, 18:10:24 UTC
340a692 str subclasses may have non-empty __slots__, bytes subclasses can't. 31 December 2013, 18:09:26 UTC
fced3ec whatsnew: argparse FileType accepts errors and encodings args. 31 December 2013, 16:18:01 UTC
2bc930f whatsnew: epoll supports with. Also reworded the description of the feature in the docs. 31 December 2013, 16:17:21 UTC
d9ddd3f Update setuptools to 2.0.2 31 December 2013, 11:52:47 UTC
73777c4 Update pip to 1.5rc4 31 December 2013, 11:49:54 UTC
bfd488c Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) 30 December 2013, 21:09:20 UTC
efa2e04 Issue19619: skip zlib error test when zlib not available 30 December 2013, 20:54:11 UTC
2ee2c95 Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) 30 December 2013, 20:39:46 UTC
f598558 Fixed typo (thx Arfrever) 30 December 2013, 08:33:46 UTC
4d1639f Closes issue 20031. Document unittest.TextTestRunner.run method. 29 December 2013, 23:38:55 UTC
2691ee6 whatsnew: abc.ABC. Also add issue number to news entry and reword. 29 December 2013, 04:15:12 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
880fee6 Add context to a json NEWS entry. 27 December 2013, 22:08:18 UTC
a82eafd #12692: null merge with 3.3 29 December 2013, 01:37:38 UTC
b5c66f8 Fix breakage in TestSuite.countTestCases() introduced by issue #11798. 28 December 2013, 19:37:58 UTC
156b361 Issue #19918: Fix PurePath.relative_to() under Windows. 28 December 2013, 18:49:04 UTC
68816ef Export asyncio.iscoroutine[function]. 28 December 2013, 18:06:40 UTC
e6d2f15 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:30:51 UTC
c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. 28 December 2013, 15:57:37 UTC
473f45b whatsnew: rewrite urllib, doctest, and poplib sections. Also collapse redundant versionadded/versionchanged markup in poplib.stls entry. 27 December 2013, 22:01:16 UTC
d265381 whatsnew: importlib cleanup and source_to_code add; python partial impl. 27 December 2013, 19:06:15 UTC
d7bc99e Mostly-null merge of #18116 backport (updated NEWS entry). 27 December 2013, 16:43:42 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
1896dc5 Update bundled pip to 1.5rc3 27 December 2013, 07:07:49 UTC
8c4f57d Issue #20046: Locale alias table no longer contains entities which can be calculated. Generalized support of the euro modifier. 26 December 2013, 22:56:53 UTC
0e81463 whatsnew for gc.get_stats, plus doc tweaks. Clarified the "At the moment" wording, and added the get_stats entry in the module summary that Serhiy noted was missing at the end of issue 16351. Given that pydoc lists all the function docstrings, I'm not sure that module summary section is actually needed; but, it is probably better to address that when the module is converted to use Argument Clinic. In the meantime we should keep the list complete. 26 December 2013, 20:11:28 UTC
e190fac Issue #20027: Fixed locale aliases for devanagari locales. 26 December 2013, 19:21:52 UTC
5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. 26 December 2013, 19:20:59 UTC
1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. 26 December 2013, 18:06:43 UTC
d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. 26 December 2013, 18:06:05 UTC
e575148 - Issue #20070: Don't run test_urllib2net when network resources are not enabled. 26 December 2013, 16:37:11 UTC
bb4b7c1 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:55:24 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
575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. Also added versionadded for for fish/csh, fixed indentation of versionadded for ElementTree.write, and make the behavior of shelf as a context manager explicit in the docs. 26 December 2013, 04:21:03 UTC
b5d5518 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. 25 December 2013, 15:36:20 UTC
a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. 25 December 2013, 15:35:24 UTC
cb13194 Issue #19320: test_tcl no longer fails when wantobjects is false. 25 December 2013, 15:29:41 UTC
cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. 25 December 2013, 15:29:01 UTC
81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure methods. 25 December 2013, 14:36:43 UTC
848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure methods. 25 December 2013, 14:35:38 UTC
a7a4b49 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. 25 December 2013, 12:27:16 UTC
0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. 25 December 2013, 12:24:35 UTC
6e39015 pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile. 25 December 2013, 03:28:04 UTC
3edcc78 #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. 24 December 2013, 21:13:32 UTC
5ea9524 idle -n deprecation, fix case of pickle section. 24 December 2013, 20:59:57 UTC
76825bc Fix English in a NEWS entry. 24 December 2013, 20:41:45 UTC
cad227a Move IPv6 NEWS entry into correct section. 24 December 2013, 20:37:58 UTC
d74d09a Neaten up structure of major sections. Also move tick_counter from deprecated section to removed section. 24 December 2013, 20:33:02 UTC
076dead Move no-longer-supported operating systems into 'removed' section. 24 December 2013, 19:59:50 UTC
e7cf678 Use title case for all section titles except module names. 24 December 2013, 19:51:25 UTC
d17aba7 sys.getallocatedblocks + regrtest -R, make coverage-report, SO macro goes away. 24 December 2013, 19:46:23 UTC
061efb1 Use endash in PEP callouts. Despite Serhiy's suggestion in issue18529, the emdash just looks too long to me, at least in my browser. This usage case is sort of halfway between endash (connective) and emdash (pause/separator). 24 December 2013, 17:35:59 UTC
6dd1830 Move argument clinic into its own section, like the other PEPs. 24 December 2013, 17:23:56 UTC
d91ba20 Mention Windows 2000 and OS/2 drops, python-config as shell script. 24 December 2013, 17:13:44 UTC
72420ff Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry. 24 December 2013, 15:46:44 UTC
f47036c Removed spaces before colons and semicolons. 24 December 2013, 09:04:36 UTC
347f9c7 Make the 'read on' sentence cover more ground. 24 December 2013, 02:30:06 UTC
bcaaecf Move other improvements and optimization sections above deprecated. This arrangement means the sections that have summaries come first, and everything else comes after those. 24 December 2013, 02:23:36 UTC
4d48f2a Collapse 'python invocation changes' into 'other improvements'. 24 December 2013, 02:21:09 UTC
9217dad Link new module summary entries to their description sections. 24 December 2013, 02:08:28 UTC
89e84e7 Removed spaces before colons and semicolons. 24 December 2013, 09:05:24 UTC
7ceb378 Merge heads 24 December 2013, 07:02:24 UTC
a340948 Issue #20033: makelocalealias.py now works with non-ASCII locales and produces the same result as in 2.x. 23 December 2013, 16:56:31 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
2a61452 Removed spaces before commas and periods. 23 December 2013, 16:21:57 UTC
a4d170d Removed spaces before commas and periods. 23 December 2013, 16:20:51 UTC
6879066 Add pep 435 summary entry in new required features, and ensurepip description. Also added a note about platform packagers not being required to install pip by default, if they provide an appropriate pip hook, to the PEP description section. 23 December 2013, 16:17:51 UTC
back to top