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

sort by:
Revision Author Date Message Commit Date
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
29fd05f Issue #20045: Fix "setup.py register --list-classifiers". 21 December 2013, 21:59:06 UTC
716b722 Issue #20045: Fix "setup.py register --list-classifiers". 21 December 2013, 21:57:56 UTC
3b716fa Null merge 21 December 2013, 21:20:29 UTC
492b989 Fix DeprecationWarnings in test suite 21 December 2013, 21:19:46 UTC
2b7f698 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:16:19 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
c16dfe1 Make CPython PEP summary entry links consistent, add pep 456 discussion. 21 December 2013, 17:32:10 UTC
266772a merge 21 December 2013, 15:19:57 UTC
af01f66 Issue #16136: Remove VMS support and VMS-related code 21 December 2013, 15:19:10 UTC
712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. 21 December 2013, 14:51:54 UTC
5255b86 skip multiprocessing main handling test when Python is built without threads 21 December 2013, 14:47:24 UTC
a960599 Add some asyncio news for beta 2. 21 December 2013, 04:47:06 UTC
68600c7 asyncio: Fix space in log message about poll time. 21 December 2013, 04:37:41 UTC
8b36dac Upgrade pip to 1.5rc2 and setuptools to 2.0.1 21 December 2013, 00:03:18 UTC
e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor 20 December 2013, 23:19:33 UTC
26b80cf Add link from email summary entry to entry in changed module section. 20 December 2013, 22:26:52 UTC
ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. 20 December 2013, 22:23:57 UTC
748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. Also remove some extra blank lines in the ssl doc acctions for tls1.1/1.2, and reflow a paragraph. 20 December 2013, 22:08:39 UTC
c054040 Add link from pickle protocol 4 in summary to the section about it. 20 December 2013, 21:38:09 UTC
cde1a06 Include sha3 addition in hashlib section of whatsnew. And link to it from the summary, and link to the Hash Algorithms section of hashlib from the linked description. 20 December 2013, 21:33:52 UTC
a17e0d8 No need for single para descriptions to have separate contributed by para. 20 December 2013, 21:12:28 UTC
e0f7a78 whatsnew: s/no new syntax features planned/no new syntax features added/ 20 December 2013, 21:04:29 UTC
ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. 20 December 2013, 22:16:21 UTC
back to top