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

sort by:
Revision Author Date Message Commit Date
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
47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state 26 November 2016, 22:00:39 UTC
c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges in the documentation. 26 November 2016, 11:43:28 UTC
4931122 Add missing square bracket in typing.get_type_hints() 25 November 2016, 17:10:07 UTC
219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows Patch by Wojtek Ruszczewski. 25 November 2016, 16:46:57 UTC
a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) 24 November 2016, 19:56:00 UTC
f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. 23 November 2016, 18:23:47 UTC
dab0584 Issue #28652: Partially rollback previous changes Allow AF_UNIX in create_server & create_connection 21 November 2016, 22:47:27 UTC
6c7fb55 Issue #28688: Remove warnings.filters check from regrtest Reloading the warnings module duplicates filters in warnings.filters. Fixing the issue is tricky. It was decided to simply remove the check from Python 3.5, since the bug only impacts Python unit tests, not real applications. The check is kept in Python 3.6 and newer. 21 November 2016, 15:44:01 UTC
6a4d762 Fix indentation 21 November 2016, 13:36:36 UTC
06a8dea Fixed the documentation of the structure PyMethodDef. The fields ml_name and ml_doc are of type "const char *" rather of "char *". 21 November 2016, 09:37:18 UTC
aa5a13f replace --with-optimizations references with --enable-optimizations in docs. 21 November 2016, 08:11:47 UTC
357ed2e Change double hyphens (en dashes) to em (longer) dashes 21 November 2016, 00:15:20 UTC
b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) 21 November 2016, 02:01:29 UTC
6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() Based on suggestion by Eryk Sun. 20 November 2016, 07:58:35 UTC
395733d Issue #10656: Fix out-of-tree building on AIX The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner. 20 November 2016, 07:56:37 UTC
1016b2f Rename the new --with-optimiations flag to --enable-optimizations. 20 November 2016, 21:07:42 UTC
bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. 20 November 2016, 18:04:54 UTC
2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or unreadable directories on Windows too. 20 November 2016, 15:42:32 UTC
cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. Patch by Xiang Zhang. 20 November 2016, 15:20:19 UTC
6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or unreadable directories. 20 November 2016, 14:16:06 UTC
f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode C API functions. 20 November 2016, 10:13:44 UTC
144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). 20 November 2016, 06:47:21 UTC
93ff872 Issue #28732: Raise ValueError when argv[0] is empty. 20 November 2016, 03:03:54 UTC
11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args Prevents crashes in some other posixmodule.c functions 20 November 2016, 02:33:39 UTC
ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) 19 November 2016, 18:32:41 UTC
c851817 Fixes incorrect path in nuget package build. 17 November 2016, 00:32:22 UTC
292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). 16 November 2016, 14:12:34 UTC
f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang. 16 November 2016, 13:40:39 UTC
f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. 16 November 2016, 08:17:58 UTC
5ebff7b Merge - upgrade pip/setuptools 16 November 2016, 02:18:20 UTC
dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 16 November 2016, 02:17:43 UTC
d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects 15 November 2016, 20:26:34 UTC
0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. 15 November 2016, 20:20:34 UTC
2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) 15 November 2016, 17:48:06 UTC
49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue would raise ImportError 15 November 2016, 15:57:52 UTC
5ae6c77 Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:29:59 UTC
5ca92ab Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:25:56 UTC
60ac989 Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:22:12 UTC
c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT Patch by Matthieu S. 14 November 2016, 04:26:36 UTC
9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX 14 November 2016, 01:58:57 UTC
efbf20f Issue #28678: Fix references to numeric_owner parameter 13 November 2016, 23:25:06 UTC
547c1b9 Fix temporary file not deleted in test_socket 13 November 2016, 18:39:48 UTC
7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. Patch by Gareth Rees. 12 November 2016, 21:35:48 UTC
022371f Fixed the documentation of parse_constant argument in json.load(). parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. 12 November 2016, 20:47:16 UTC
6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:35:46 UTC
84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:29:48 UTC
b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode astral characters. 12 November 2016, 12:28:06 UTC
ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) 11 November 2016, 23:54:04 UTC
back to top