https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a6c5523 Bump version number for 3.4.0b2. 05 January 2014, 12:40:25 UTC
bfd715e Regenerated pydoc/topics.py, and fix a "suspicious" doc error. 05 January 2014, 12:35:56 UTC
6d2ea21 Argument Clinic: fixed test suite, improved howto. 05 January 2014, 10:50:45 UTC
5ea9750 Issue 20123: Disable a problematic test. 05 January 2014, 06:04:27 UTC
1d8bd67 Fix news entry to use updated name for XMLPullParser. 05 January 2014, 05:30:03 UTC
0dddf42 Issue 20123: try using a different builtin module in a pydoc test. The test is failing on one of the stable FreeBSD buildbots. It seems unlikely that the gc module would not be available, so switching to _imp may not fix the problem. 05 January 2014, 04:56:07 UTC
410d320 whatsnew: XMLPullParser, plus some doc updates. I was confused by the text saying that read_events "iterated", since it actually returns an iterator (that's what a generator does) that the caller must then iterate. So I tidied up the language. I'm not sure what the sentence "Events provided in a previous call to read_events() will not be yielded again." is trying to convey, so I didn't try to fix that. Also fixed a couple more news items. 05 January 2014, 04:52:50 UTC
aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. Also add missing tests to test_pydoc. 05 January 2014, 03:38:11 UTC
244ad60 whatsnew: removal of TYPE_INT64 from marshal. Also update news entry for SMTPException; when I changed it from IOError to OSError I forgot to update the news item. 05 January 2014, 02:17:52 UTC
9cf617b whatsnew: logging TimedRotatingFileHandler atTime parameter. 04 January 2014, 23:55:01 UTC
4908f4a whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup. And more news entry clarifications. 04 January 2014, 23:07:20 UTC
b231b2b whatsnew: ppring string wrapping, string pickling optimization. Also clarify some NEWS entries. 04 January 2014, 22:11:23 UTC
57fcf76 whatsnew: Mock mock_open readline(s); expand description of subtests feature. 04 January 2014, 04:31:54 UTC
37148b2 Issue #19708: Update pkgutil to use the new importer APIs. 04 January 2014, 22:09:53 UTC
335e14d Issue #19713: Move away from using find_module/load_module. 04 January 2014, 22:09:28 UTC
d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. 04 January 2014, 22:06:49 UTC
78194cd Merge heads 04 January 2014, 20:49:40 UTC
78cf85c Issue #19659: Added documentation for Argument Clinic. 04 January 2014, 20:44:57 UTC
3079328 Reverted changeset b72c5573c5e7 (issue #15027). 04 January 2014, 20:44:01 UTC
3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always take two parameters. 04 January 2014, 19:09:09 UTC
583a939 Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. 04 January 2014, 17:25:37 UTC
41adc26 Merge from 3.3. 04 January 2014, 12:06:59 UTC
0455c3f Whitespace. 04 January 2014, 12:03:48 UTC
5aaf847 Drop reference to pythoncore, to avoid linking python34.dll 04 January 2014, 10:25:35 UTC
dd3c36d Merge 3.3 04 January 2014, 10:21:15 UTC
8d805d7 Regenerate python34stub.def. 04 January 2014, 10:20:45 UTC
6087646 Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. 04 January 2014, 09:06:28 UTC
7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. 04 January 2014, 09:01:42 UTC
e608255 whatsnew: consistently use 3 blanks between major sections. 2 for minor. 03 January 2014, 21:15:45 UTC
5917172 whatsnew: make bullet list presentation style consistent. 03 January 2014, 20:52:22 UTC
db085f5 whatsnew: unittest discovery sorting, urlllib Request getter/setter removals. 03 January 2014, 20:46:24 UTC
1c0689c Issue #19526: Exclude all new API from the stable ABI. 03 January 2014, 20:36:49 UTC
a2924ca whatsnew: porting note for HTTP[S]Connection strict parameter removal. It was discussed in issue #17460 whether or not to make the remaining arguments keyword only so that things would fail noisily if someone was still using positional parameters, but no decision was made and we are now well past the Beta API change deadline. 03 January 2014, 19:06:01 UTC
0056936 whatsnew: deprecation of HTTPConnection's strict parameter. 03 January 2014, 18:04:25 UTC
42fa110 whatsnew: unittest import time SkipTest reported as skip not error. 03 January 2014, 18:03:36 UTC
a475a8d whatsnew: http.server send_error explain parameter. Also rewrote the send_error description for clarity and correct English. 03 January 2014, 18:03:00 UTC
fa4e68d Remove deadcode (HASH macro is no more defined) 03 January 2014, 16:42:18 UTC
92a419e Remove now unused variables 03 January 2014, 16:39:40 UTC
7341b52 Revert accidental deletion of _overlapped. 03 January 2014, 14:53:20 UTC
24e4330 * Issue #16113: Remove sha3 module again. Patch by Christian Heimes, with modifications. 03 January 2014, 13:05:06 UTC
f3b46b4 unicode_char() uses get_latin1_char() to get latin1 singleton characters 03 January 2014, 12:16:00 UTC
985a82a add unicode_char() in unicodeobject.c to factorize code 03 January 2014, 11:53:47 UTC
5c86733 Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check 03 January 2014, 11:26:12 UTC
fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. 03 January 2014, 05:25:00 UTC
9dee304 Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand 03 January 2014, 04:17:21 UTC
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
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
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
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
c22eaec merge 3.3 (closes #20108) 02 January 2014, 18:26:50 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
back to top