https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5c4568a Update docs and patchlevel for 3.6.0 final. 22 December 2016, 23:38:47 UTC
f7b2809 Version bump for 3.6.0rc2 16 December 2016, 21:40:10 UTC
1e9aba5 Update pydoc topics for 3.6.0rc2 16 December 2016, 21:33:41 UTC
f6105a5 Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. 16 December 2016, 20:29:12 UTC
7ae5c96 Merge 3.5 (issue #28990) 16 December 2016, 16:51:57 UTC
c8af302 Issue #28770: Update python-gdb.py for fastcalls Frame.is_other_python_frame() now also handles _PyCFunction_FastCallDict() frames. Thanks to the new code to handle fast calls, python-gdb.py is now also able to detect the <built-in id method of module ...> frame. (grafted from f41d02d7da373ccaff97a42b66b051260bd55996) 22 November 2016, 21:53:18 UTC
86368b8 bump version to 3.6.0rc1+ 16 December 2016, 05:13:46 UTC
daaaff9 Issue #28898: add Misc/NEWS entry 16 December 2016, 04:20:48 UTC
8e1baa7 docs: asyncio is no longer provisional (grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f) 15 December 2016, 23:58:19 UTC
6e31235 Issue #28635: asyncio-related fixes and additions. (grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914) 15 December 2016, 22:56:43 UTC
4f9e428 Issue #28091: Document PEP 525 & PEP 530. Patch by Eric Appelt. (grafted from 78c8f450b84ca1864123ec487d363eb151f61a4a) 15 December 2016, 22:36:05 UTC
ccda5c4 Fix a memory leak in split-table dictionaries Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki. (grafted from 85be9dcc16a81d3ccd1f67b056255a7f206edd47) 15 December 2016, 16:21:23 UTC
5e65a5f Issue #28979: Fix What's New in Python 3.6, dict The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. (grafted from 181453f9a0c424212f0f6ddca2b9065c15689d7c) 15 December 2016, 15:20:53 UTC
291b93b Issue #28089: Document TCP_NODELAY in asyncio Initial patch by Mariatta Wijaya. (grafted from 853e3f4d6cd98ac4590238bc1c60e40fd8ed3895) 12 December 2016, 21:44:58 UTC
2308740 Issue #28783: Replaces bdist_wininst in nuget packages with stub 11 December 2016, 22:48:32 UTC
5dc1fb3 Issue #28896: Deprecate WindowsRegistryFinder (grafted from 25df9671663b5f8b1560d58d8842f9676f6dffc2) 07 December 2016, 21:02:27 UTC
b5e688a guard HAVE_LONG_LONG definition to prevent redefinition (#28898) (grafted from 4745d801cae2d57e3432313acd0b76b8b4cc9c75) 08 December 2016, 07:54:28 UTC
446e606 Issue #28900: Update documentation sidebar for 3.6.0rc. 08 December 2016, 04:37:12 UTC
267862f Issue #28635: Drop the note that whatsnew is incomplete (grafted from d12bc674b74eee73365e38fad1f170ed3349bd59) 08 December 2016, 00:19:56 UTC
5dd9ca9 Added tag v3.6.0rc1 for changeset 29a273eee9a5 07 December 2016, 00:04:14 UTC
ad2c2d3 Version bump for 3.6.0rc1 07 December 2016, 00:02:30 UTC
d3f39d3 Update pydoc topics for 3.6.0rc1 06 December 2016, 23:53:16 UTC
8bb38a7 Regenerate configure with autoconf 2.69. 06 December 2016, 22:31:32 UTC
c1c3292 Issue #28835: Tidy previous showwarning changes based on review comments. Patch by Serhiy Storchaka. 06 December 2016, 22:12:47 UTC
9a55495 Update the Mac installer README file for 3.6.0. 06 December 2016, 22:00:44 UTC
53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed again. But they still are deprecated and will be disabled in 3.7. 06 December 2016, 17:15:29 UTC
b0f75c5 Fixed misplaced comment. 06 December 2016, 11:45:44 UTC
e503126 Fixed misplaced comment. 06 December 2016, 11:43:46 UTC
8ae9e6a warnings: Fix the issue number The fix for catch_warnings() is the issue #28835 (not the issue #28089). 06 December 2016, 10:02:12 UTC
8ef46be catch_warnings() calls showwarning() if overriden Issue #28089: Fix a regression introduced in warnings.catch_warnings(): call warnings.showwarning() if it was overriden inside the context manager. 06 December 2016, 09:53:52 UTC
3d3e9ff merge 3.5 06 December 2016, 06:31:12 UTC
41fef63 rm unused import 06 December 2016, 06:30:55 UTC
9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. 05 December 2016, 22:17:45 UTC
419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. 05 December 2016, 22:13:34 UTC
19d2467 Issue #23722: improve __classcell__ compatibility Handling zero-argument super() in __init_subclass__ and __set_name__ involved moving __class__ initialisation to type.__new__. This requires cooperation from custom metaclasses to ensure that the new __classcell__ entry is passed along appropriately. The initial implementation of that change resulted in abruptly broken zero-argument super() support in metaclasses that didn't adhere to the new requirements (such as Django's metaclass for Model definitions). The updated approach adopted here instead emits a deprecation warning for those cases, and makes them work the same way they did in Python 3.5. This patch also improves the related class machinery documentation to cover these details and to include more reader-friendly cross-references and index entries. 05 December 2016, 06:47:55 UTC
71c62e1 Neaten-up and extend the examples in the random module docs. 04 December 2016, 19:00:34 UTC
2238131 Fixed mismatching title overline. 04 December 2016, 13:43:37 UTC
7bc01c3 Fixed mismatching title overline. 04 December 2016, 13:42:13 UTC
e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. 04 December 2016, 08:22:09 UTC
29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. 04 December 2016, 08:20:55 UTC
21cf577 Revert unintended merge 03 December 2016, 23:57:00 UTC
f00ef72 Ensures intermediate directory is created before using it 03 December 2016, 19:56:44 UTC
de6efdb Ensures intermediate directory is created before accessing it. 03 December 2016, 19:56:20 UTC
1058109 Issue #28846: Various installer fixes 03 December 2016, 19:24:02 UTC
190dbd9 Issue #28846: Various installer fixes 03 December 2016, 19:18:53 UTC
2d397dc Merge heads 02 December 2016, 21:34:24 UTC
b6a6b45 Issue #21818: Fixed references to classes that have names matching with module names. 02 December 2016, 21:15:22 UTC
ee1b01a Issue #21818: Fixed references to classes that have names matching with module names. 02 December 2016, 21:13:53 UTC
3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() This is still useful for single source Python 2/3 code migrating away from inspect.getargspec(), but that wasn't clear with the documented deprecation in place. 02 December 2016, 10:29:57 UTC
1177696 - Import latest config.sub config.guess files 01 December 2016, 20:42:56 UTC
c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. 01 December 2016, 16:36:22 UTC
c349374 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) 29 November 2016, 17:46:26 UTC
61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) 29 November 2016, 17:46:21 UTC
11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT Issue #26273: Add new socket.TCP_CONGESTION (Linux 2.6.13) and socket.TCP_USER_TIMEOUT (Linux 2.6.37) constants. Patch written by Omar Sandoval. 29 November 2016, 15:55:04 UTC
9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of a descriptor that is used inside that class no longer prevents calling the __set_name__ method of other descriptors. 29 November 2016, 07:54:17 UTC
27ec5bf Issue #28635: Document Python 3.6 opcode changes Thanks to Serhiy Storchaka for pointing out the missing notes. Patch by Elvis Pranskevichus. 28 November 2016, 16:45:36 UTC
0425fc0 Fix grammar in whatsnew 28 November 2016, 06:19:07 UTC
8fb4e42 Merge 3.5, fix for #24142 26 November 2016, 22:02:48 UTC
47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state 26 November 2016, 22:00:39 UTC
0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges in the documentation. 26 November 2016, 11:49:59 UTC
c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges in the documentation. 26 November 2016, 11:43:28 UTC
861b685 Merge from 3.5 25 November 2016, 17:10:30 UTC
4931122 Add missing square bracket in typing.get_type_hints() 25 November 2016, 17:10:07 UTC
d5c6b47 Issue #28738: Merge from 3.6 25 November 2016, 16:47:43 UTC
219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows Patch by Wojtek Ruszczewski. 25 November 2016, 16:46:57 UTC
61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation Patch by Julien Palard. 25 November 2016, 14:31:27 UTC
f7d199f Fix _PyGen_yf() Issue #28782: Fix a bug in the implementation ``yield from`` when checking if the next instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647). Reviewed by Serhiy Storchaka and Yury Selivanov. 24 November 2016, 21:33:01 UTC
b3c5dc9 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) 24 November 2016, 19:56:40 UTC
a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) 24 November 2016, 19:56:00 UTC
7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py 24 November 2016, 18:50:34 UTC
f576343 Issue #28532: Add what's new entry for python -VV option 24 November 2016, 08:20:40 UTC
2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. 23 November 2016, 19:42:35 UTC
f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. 23 November 2016, 18:23:47 UTC
64e2f9a Issue #27100: Fix ref leak 22 November 2016, 19:50:40 UTC
02a4018 Issue #28573: Missing sys._mercurial info and other build issues. 22 November 2016, 19:48:52 UTC
bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a A pattern is equal to itself. 22 November 2016, 14:30:38 UTC
e670b2d Issue #28727: Fix typo in pattern_richcompare() Typo catched by Serhiy Storchaka, thanks! 22 November 2016, 14:23:00 UTC
3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB. 22 November 2016, 12:09:39 UTC
d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation 22 November 2016, 10:40:58 UTC
f50a85d Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) 22 November 2016, 06:21:04 UTC
6f4f2e4 Added tag v3.6.0b4 for changeset 18496abdb3d5 22 November 2016, 04:31:39 UTC
38c508a Version bump for 3.6.0b4 22 November 2016, 04:30:55 UTC
19df707 Update pydoc topics for 3.6.0b4 22 November 2016, 04:24:38 UTC
a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) 22 November 2016, 01:24:23 UTC
4e17e04 Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness 22 November 2016, 00:59:04 UTC
6b3481c Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) 22 November 2016, 00:48:10 UTC
6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) 22 November 2016, 00:31:02 UTC
8c5e190 Issue #28587: Improve list examples in the tutorial 22 November 2016, 00:29:50 UTC
6023d33 Issue #28743: Reduce memory consumption for random module tests 21 November 2016, 23:32:08 UTC
7f94619 Fix grammar 21 November 2016, 23:13:18 UTC
5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) 21 November 2016, 23:12:54 UTC
5cb0c09 Merge 3.5 (issue #28652) 21 November 2016, 22:47:41 UTC
dab0584 Issue #28652: Partially rollback previous changes Allow AF_UNIX in create_server & create_connection 21 November 2016, 22:47:27 UTC
bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). 21 November 2016, 22:34:33 UTC
546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. 21 November 2016, 22:29:42 UTC
f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). 21 November 2016, 22:24:32 UTC
1149d93 Add analysis section to motivate the single server queue example 21 November 2016, 22:13:07 UTC
e132910 Misc readability and organization improvements for the random docs 21 November 2016, 20:33:50 UTC
0537405 Add a seealso section for further reference and skill building 21 November 2016, 18:52:04 UTC
8ab1258 Simplify code in an example 21 November 2016, 18:16:01 UTC
back to top