https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. 21 November 2016, 17:22:05 UTC
64a6861 issue28082: actually include NEWS entry 21 November 2016, 16:39:32 UTC
c88c80b closes issue28082: doc update and NEWS entry 21 November 2016, 16:29:31 UTC
00eacac closes issue23591: add NEWS entry 21 November 2016, 16:28:56 UTC
f9646ca Issue #28688: Null merge 3.5 The Python 3.5 change must not be applied to Python 3.6. 21 November 2016, 15:45:19 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
b44fb12 Implement rich comparison for _sre.SRE_Pattern Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by re.compile(), become comparable (only x==y and x!=y operators). This change should fix the issue #18383: don't duplicate warning filters when the warnings module is reloaded (thing usually only done in unit tests). 21 November 2016, 15:35:08 UTC
a2f7ee8 Fix up grammar, markup, etc in 3.6 What’s New 21 November 2016, 13:38:59 UTC
8a6333d Merge doc fixup from 3.5 21 November 2016, 13:40:40 UTC
6a4d762 Fix indentation 21 November 2016, 13:36:36 UTC
0e175a6 Issue #28532: Show sys.version when -V option is supplied twice 21 November 2016, 11:57:14 UTC
6befb64 Extend and improve the examples for the random module 21 November 2016, 09:59:39 UTC
ac0720e Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). Patch by Xiang Zhang. 21 November 2016, 09:46:51 UTC
bb8fd5b 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:38:14 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
2863c38 replace --with-optimizations references with --enable-optimizations in docs. 21 November 2016, 08:12:40 UTC
aa5a13f replace --with-optimizations references with --enable-optimizations in docs. 21 November 2016, 08:11:47 UTC
2854018 Another en → em dash fix for 3.6 21 November 2016, 04:10:45 UTC
99b6f28 Merge doc fixups from 3.5 21 November 2016, 04:22:22 UTC
ceccc85 Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.5->3.6) 21 November 2016, 02:01:33 UTC
b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) 21 November 2016, 02:01:29 UTC
f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime parameter now raises a DeprecationWarning. It was deprecated in 3.4. It was never documented prior to that. 21 November 2016, 00:25:14 UTC
357ed2e Change double hyphens (en dashes) to em (longer) dashes 21 November 2016, 00:15:20 UTC
cf01441 Fix typos in documentation 20 November 2016, 08:37:21 UTC
04b3575 Issue #25659: Merge ctypes fix from 3.5 20 November 2016, 22:07:29 UTC
e45df0a Issue #10656: Merge AIX build fix from 3.5 20 November 2016, 22:06:44 UTC
57ea576 move the enable-optimizations mention to the correct Build section. 20 November 2016, 21:16:41 UTC
164eea5 Rename the new --with-optimiations flag to --enable-optimizations. 20 November 2016, 21:13:16 UTC
1016b2f Rename the new --with-optimiations flag to --enable-optimizations. 20 November 2016, 21:07:42 UTC
9f64de8 Issue #28666: Fix removing readonly directories on Windows. 20 November 2016, 18:36:51 UTC
bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. 20 November 2016, 18:04:54 UTC
ba7eb8d Issue #28666: Now test.support.rmtree is able to remove unwritable or unreadable directories on Windows too. 20 November 2016, 15:42:58 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
01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. Patch by Xiang Zhang. 20 November 2016, 15:21:04 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
0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or unreadable directories. 20 November 2016, 14:19:20 UTC
6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or unreadable directories. 20 November 2016, 14:16:06 UTC
92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode C API functions. 20 November 2016, 10:14:08 UTC
f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode C API functions. 20 November 2016, 10:13:44 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
0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize. 20 November 2016, 07:13:07 UTC
e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). 20 November 2016, 06:48:07 UTC
144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). 20 November 2016, 06:47:21 UTC
3c38e06 Issue #27998: Documented bytes paths support on Windows. 20 November 2016, 06:23:07 UTC
bb08db4 Fixes empty tuple case. 20 November 2016, 05:14:27 UTC
eccaa06 Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv 20 November 2016, 04:11:56 UTC
bce2626 Issue #28732: Raise ValueError when argv[0] is empty 20 November 2016, 03:17:26 UTC
93ff872 Issue #28732: Raise ValueError when argv[0] is empty. 20 November 2016, 03:03:54 UTC
859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments 20 November 2016, 02:53:19 UTC
c363061 Merge from 3.5 and fix a few other functions missing IPH handling. 20 November 2016, 02:41:16 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
43891e0 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6) 19 November 2016, 18:32:43 UTC
ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) 19 November 2016, 18:32:41 UTC
ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms that do not have the ioctl FIOCLEX and FIONCLEX commands 19 November 2016, 15:19:29 UTC
78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. This also eliminats a dead link to Weave in the process. 18 November 2016, 18:41:28 UTC
d23881e Ignore newly added suspicious line 18 November 2016, 05:30:27 UTC
a3950e4 Small edits to the docs for sample() and shuffle(). 17 November 2016, 09:49:54 UTC
0a1a909 Further refinements to the examples and recipes for the random module 17 November 2016, 08:45:35 UTC
877f036 Issue #26926: Skip some test_io tests on platforms without large file support 17 November 2016, 08:20:28 UTC
dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable that is not found 17 November 2016, 08:00:19 UTC
00305ad Add another example to the recipes section of the random docs 17 November 2016, 06:56:11 UTC
2589ee3 Minor touch-ups to the random module examples 17 November 2016, 05:34:17 UTC
be1ed8b Merge from 3.5 17 November 2016, 00:35:40 UTC
c851817 Fixes incorrect path in nuget package build. 17 November 2016, 00:32:22 UTC
22214ab Issue #28720: Add collections.abc.AsyncGenerator. 16 November 2016, 23:25:04 UTC
41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() 16 November 2016, 23:16:17 UTC
a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now require ASCII right argument and assert this condition in debug build. 16 November 2016, 18:02:44 UTC
ecbca35 Closes #28713 uses OSError in the tutorial 16 November 2016, 15:43:43 UTC
df66b9c Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). 16 November 2016, 14:12:56 UTC
292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). 16 November 2016, 14:12:34 UTC
dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. 16 November 2016, 13:56:27 UTC
fab6acd 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:41:11 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
3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions. 16 November 2016, 08:19:20 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
2106010 Issue #26935: Fix broken Android dup2() in test_os 16 November 2016, 07:05:27 UTC
b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, on platforms that do not have langinfo 16 November 2016, 06:24:20 UTC
756b45a Merge - upgrade pip/setuptools 16 November 2016, 02:18:40 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
back to top