https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
51ba5b7 Version bump for Python 3.5.3. 16 January 2017, 08:19:36 UTC
1943164 Cherry-pick small copyright fix for 3.5.3 final. 06 January 2017, 21:47:20 UTC
e744804 Post-release fixups for Python 3.5.3rc1. 03 January 2017, 02:31:25 UTC
e8134af merge 3.4 02 January 2017, 07:48:26 UTC
0717564 merge 3.3 02 January 2017, 07:47:35 UTC
c276ffa ring IDLE.app into 2017, too 02 January 2017, 07:46:09 UTC
1c37ba7 Added tag v3.5.3rc1 for changeset de530d7f21c0 02 January 2017, 06:13:39 UTC
b32a034 Version bump for 3.5.3rc1. 02 January 2017, 06:12:52 UTC
e562a95 Regenerated pydoc topics for 3.5.3rc1. 02 January 2017, 06:09:56 UTC
33014ca Null merge from 3.4. 02 January 2017, 05:50:33 UTC
03fdeb7 Fix test failure so it's no longer dependent on example.com. 02 January 2017, 05:49:09 UTC
493ac1b only include sys/random.h if it seems like it might have something useful (#29057) 02 January 2017, 04:29:36 UTC
c9d4c60 merge heads 02 January 2017, 04:09:07 UTC
4365833 merge 3.4 02 January 2017, 04:08:33 UTC
b6e2142 merge 3.3 02 January 2017, 04:07:37 UTC
e527dd3 ring in 2017 for Python 02 January 2017, 04:04:13 UTC
ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context Patch by Sam Breese. 02 January 2017, 03:57:43 UTC
4950ae1 Issue #29013: Fix allowZip64 documentation Zip files can be larger than 4 GiB if allowZip64 is true (default since Python 3.4) 02 January 2017, 03:13:42 UTC
14adafd Issue #29012: Remove outdated information about __bases__ Patch by Jim Fasarakis-Hilliard. 02 January 2017, 03:00:35 UTC
d2d673f Issue #29024: Add Kivy entry to GUI FAQ Patch by inclement. 02 January 2017, 02:44:49 UTC
34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes "w" and "x" now are relative to the start of the file. 01 January 2017, 17:00:30 UTC
b47913f Issue #29123: Make CheckSqlTimestamp more robust 31 December 2016, 19:48:55 UTC
b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. 31 December 2016, 19:01:59 UTC
6b5e4a8 Issue #26267: Improve uuid.UUID documentation * Document how comparison of UUID objects work * Document str(uuid) returns the braceless standard form * Add a test for comparison of a UUID object with a non-UUID object Patch by Ammar Askar. 31 December 2016, 17:08:16 UTC
195319e Issue #29111: Fix memoryview signature. 30 December 2016, 11:23:35 UTC
cea904f Issue #29112: Fix a questionable wording in sequence doc. 30 December 2016, 03:57:09 UTC
440d703 Issue #29109: Enhance tracemalloc documentation * Wrong parameter name, 'group_by' instead of 'key_type' * Don't round up numbers when explaining the examples. If they exactly match what can be read in the script output, it is to easier to understand (4.8 MiB vs 4855 KiB) * Fix incorrect method link that was pointing to another module Patch written by Loic Pefferkorn. 30 December 2016, 01:14:59 UTC
74b1bcc Issue #29080: Fixes Misc/NEWS entry 28 December 2016, 23:43:08 UTC
7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat 28 December 2016, 22:37:44 UTC
bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. Based on patch by Tycho Andersen. 28 December 2016, 08:16:06 UTC
283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. 28 December 2016, 08:04:27 UTC
c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. 28 December 2016, 07:54:22 UTC
af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. 28 December 2016, 07:19:15 UTC
e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. 27 December 2016, 15:38:16 UTC
e10ca3a Issue #28427: old keys should not remove new values from WeakValueDictionary when collecting from another thread. 27 December 2016, 13:19:20 UTC
1fee515 Issue #29069: Update the default URL of PyPI server Patch by paka. 27 December 2016, 12:16:25 UTC
8e2bdc8 Move versionadded inside of the get_terminal_size() block 27 December 2016, 12:09:11 UTC
6664e8c Issue #23903: Added missed names to PC/python3.def. 27 December 2016, 10:10:58 UTC
d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. 27 December 2016, 09:49:53 UTC
6721c7c Issue #29078: Add the missing import in datetime.time doc example. Patch by Dhushyanth Ramasamy. 27 December 2016, 04:23:59 UTC
4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. 25 December 2016, 14:22:23 UTC
b079c07 #25591: improve imap tests. Patch by Maciej Szulik. 25 December 2016, 02:32:26 UTC
e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable Based on patch by Patrila. 24 December 2016, 10:41:37 UTC
7106a51 Issue #28954: Add missing comma to keyword argument syntax 24 December 2016, 10:20:38 UTC
3dbd87f Issue #1446619: Account for negative slice direction in description Based on suggestion from Fumihiro Bessho. 24 December 2016, 08:25:15 UTC
3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT 24 December 2016, 07:36:44 UTC
972e04e Issue #28960: Drop comma attached to dash in Thread.join() description 24 December 2016, 07:28:26 UTC
ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). 23 December 2016, 20:09:48 UTC
e31b15c Update documentation index sidebar for 3.6.0 release. 23 December 2016, 09:13:31 UTC
7e93c84 Grammatical fixes following #d95f19892fd0 22 December 2016, 18:02:01 UTC
ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. 22 December 2016, 07:30:47 UTC
c67983b Issue 28923: Remove editor artifacts from Tix.py. 22 December 2016, 04:59:47 UTC
18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. 21 December 2016, 10:32:56 UTC
fb2ae15 add a specific configure check for sys/random.h (closes #28932) 20 December 2016, 07:54:25 UTC
6165d55 Issue #28147: Fix a memory leak in split-table dictionaries setattr() must not convert combined table into split table. 20 December 2016, 00:54:24 UTC
270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. 19 December 2016, 13:01:33 UTC
509476b doc: Suggest to hash(tuple of attr) rather than XOR Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example. 19 December 2016, 12:09:28 UTC
bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. 19 December 2016, 10:35:14 UTC
c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() when a GC collection happens in another thread. Original patch and report by Armin Rigo. 19 December 2016, 09:56:40 UTC
ca3263c Issue #25677: Correct syntax error caret for indented blocks. Based on patch by Michael Layzell. 11 December 2016, 00:18:36 UTC
b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that doesn't own its elements as limits. 19 December 2016, 06:04:15 UTC
4ec1590 #29005: clarify terminology in tutorial 'method' discussion. Patch by Jim Fasarakis-Hilliard. 18 December 2016, 19:59:58 UTC
2f9171d Fix spelling and grammar in code comments and documentation 18 December 2016, 01:23:09 UTC
c69fd86 #28407 Improve test coverage of make_msgid. Patch by Dillon Brock. 18 December 2016, 03:03:44 UTC
5866719 Update porting HOWTO to drop unicode_literals and mention static type checking 17 December 2016, 20:37:20 UTC
b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate form. 17 December 2016, 19:48:03 UTC
af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). 16 December 2016, 21:57:40 UTC
ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found for issue #28971. 16 December 2016, 19:49:10 UTC
16b7b7d Merge heads 16 December 2016, 17:05:33 UTC
20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules. 16 December 2016, 16:58:33 UTC
b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. 16 December 2016, 16:50:41 UTC
610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() 16 December 2016, 09:00:39 UTC
7b440df Issue #28944: Fix footnote numbering 15 December 2016, 02:37:56 UTC
49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. 14 December 2016, 17:52:17 UTC
4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe 13 December 2016, 17:06:24 UTC
e711cc0 Issue #28783: Replaces bdist_wininst in nuget packages with stub 11 December 2016, 22:35:07 UTC
8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject(). 11 December 2016, 12:39:01 UTC
49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() Patch by Julien Palard. 11 December 2016, 01:08:25 UTC
41176ae Issue #28916: Correct description of %o and %x alternative forms * In Python 3, the specifier is 0o * There is no special case for leading zeros * Remove duplicate tests * Clarify other existing tests and comments 11 December 2016, 01:07:29 UTC
bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. Thanks to Douglas Greiman for the patch. 10 December 2016, 22:13:38 UTC
cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. 10 December 2016, 16:13:16 UTC
7a44783 Issue #28771: Update tp_get/setattr signature documentation 10 December 2016, 05:56:13 UTC
898573a Issue #28820: Fix spelling of “practice” as a noun 10 December 2016, 05:12:56 UTC
cfa9bad Issue #28755: Improve syntax highlighting in Arg Clinic howto 10 December 2016, 04:10:45 UTC
a277c13 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. 10 December 2016, 03:49:12 UTC
932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. 08 December 2016, 04:34:49 UTC
606ab86 Change order of io.UnsupportedOperation base classes. This makes tests passing after changes by issue #5322. 07 December 2016, 11:31:20 UTC
5adfac2 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. Original patch by Andreas Stührk. 02 December 2016, 06:42:43 UTC
028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer writes the index file when it is not changed. 07 December 2016, 08:56:39 UTC
e503126 Fixed misplaced comment. 06 December 2016, 11:43:46 UTC
41fef63 rm unused import 06 December 2016, 06:30:55 UTC
419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. 05 December 2016, 22:13:34 UTC
7bc01c3 Fixed mismatching title overline. 04 December 2016, 13:42:13 UTC
29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. 04 December 2016, 08:20:55 UTC
de6efdb Ensures intermediate directory is created before accessing it. 03 December 2016, 19:56:20 UTC
190dbd9 Issue #28846: Various installer fixes 03 December 2016, 19:18:53 UTC
2d397dc Merge heads 02 December 2016, 21:34:24 UTC
ee1b01a Issue #21818: Fixed references to classes that have names matching with module names. 02 December 2016, 21:13:53 UTC
1177696 - Import latest config.sub config.guess files 01 December 2016, 20:42:56 UTC
61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) 29 November 2016, 17:46:21 UTC
back to top