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

sort by:
Revision Author Date Message Commit Date
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
f9976e7 Add link to selectors description from its summary line. 23 December 2013, 15:32:02 UTC
8d85678 Make summary entry format consistent (always end with pep or issue in parens). 23 December 2013, 15:28:57 UTC
ae2ee96 Issue #19744: improve ensurepip error when ssl is missing 23 December 2013, 13:07:07 UTC
f71cae0 Issue #19728: fix ensurepip name clash with submodule Also added refactoring and added basic tests for the argument parsing in both ensurepip._main and ensurepip._uninstall._main. 23 December 2013, 08:20:34 UTC
23f597e Further increase tolerance for slow buildbots 23 December 2013, 08:17:20 UTC
0a68dac Issue #19734: add missing NEWS entry 23 December 2013, 07:42:02 UTC
ed9af52 Issue #19734: ignore pip env vars in ensurepip._uninstall 23 December 2013, 07:39:12 UTC
6256fcb Close #19734: ignore pip env vars in ensurepip 23 December 2013, 06:16:07 UTC
3f122d6 Mention deprecation and porting sections in intro. 23 December 2013, 02:09:16 UTC
f85b2a8 Reflow 'modulespec' paragraphs. 23 December 2013, 02:06:13 UTC
e9b74d4 Make mailing list thread reference an inline link, reword i.e. abbreviation. 23 December 2013, 02:05:04 UTC
809487e Make the organization of the body and the summary have parallel structure. This means I moved the 'new expected features' section to the top of the summary, and made a new section with the same name at the start of the body, turning the previous top level sections there into subsections. I also added a line to the new first summary section for modulespec (pep 451). 23 December 2013, 01:49:40 UTC
eaedaec update Barry's email (#19563) 23 December 2013, 01:45:38 UTC
8f7664a Add description of marshal changes. 23 December 2013, 01:40:11 UTC
8fb007f merge 3.3 (#19563) 23 December 2013, 01:45:53 UTC
a93ca97 Be consistent in how PEPs are referenced throughout the summary section. 22 December 2013, 19:10:21 UTC
ca79461 Rewrite module-globals summary entry, and expand the full description a bit. 22 December 2013, 19:05:11 UTC
2aa9d52 Make argument clinic summary entry parallel to other PEP entries. The existing entry repeated the same info that was in the body text, which means it didn't satisfy the sections "brevity" requirement :) 22 December 2013, 18:57:45 UTC
5bf8c34 Fix bootstrap issue by importing the cgi module lazily 22 December 2013, 18:41:31 UTC
e62a404 Fix bootstrap issue by importing the cgi module lazily 22 December 2013, 18:37:17 UTC
20d5ade Fix TypeError on "setup.py upload --show-response". 22 December 2013, 17:14:56 UTC
335a512 Fix TypeError on "setup.py upload --show-response". 22 December 2013, 17:13:51 UTC
a936c40 s/lightweight/minimal/, as per issue #11379. 22 December 2013, 00:57:45 UTC
f20ea13 s/lightweight/minimal/, as per issue #11379. 22 December 2013, 00:57:01 UTC
3cfc2ae Null merge (#12226 already fixed on default) 22 December 2013, 00:48:06 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
23b8cd9 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) 21 December 2013, 23:44:28 UTC
6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) 21 December 2013, 23:44:01 UTC
back to top