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

sort by:
Revision Author Date Message Commit Date
9af13ca Issue #28036: Remove unused pysqlite_flush_statement_cache function 11 September 2016, 12:37:30 UTC
966ad74 Unskip testPythonOrg in test_robotparser We should probably use pythontest.net for this. 11 September 2016, 12:27:07 UTC
a1e9ab3 Fixed refactoring bug in dd046963bd42 (issue27129). 11 September 2016, 12:19:12 UTC
2a9f5ed Wrap testPasswordProtectedSite with @reap_threads 11 September 2016, 12:17:53 UTC
d063049 Closed #26533: Merged update from 3.5. 11 September 2016, 12:15:57 UTC
3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). 11 September 2016, 12:15:06 UTC
eb5b647 Merged upstream changes. 11 September 2016, 11:53:34 UTC
4da0fd0 Issue #25497: Rewrite test_robotparser to use a class based design 11 September 2016, 11:53:16 UTC
6853232 Closes #25671: Merged fix from 3.5. 11 September 2016, 11:52:53 UTC
8d82559 Fixes #25671: Updated prompt handling in activate.fish. 11 September 2016, 11:52:08 UTC
8be1740 Use uint16_t instead of short in audioop. 11 September 2016, 11:48:16 UTC
5f1a518 Use sequence repetition instead of bytes constructor with integer argument. 11 September 2016, 11:41:02 UTC
ab87400 Issue #27129: Replaced wordcode related magic constants with macros. 11 September 2016, 10:48:15 UTC
bdb847a Issue #27952: Merge fixcid.py from 3.5 11 September 2016, 10:06:38 UTC
1cb7aaa Issue #27991: Merge from 3.5 11 September 2016, 10:02:56 UTC
53ba2d1 Issue #27991: Remove incorrect sentence about store_true Patch by py.user. 11 September 2016, 10:02:27 UTC
ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements This commit contains the following commits from ghaering/pysqlite: * https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739 * https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631 * https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6 * https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf With the following additions: * Fixed a refcount error * Fixed a compiler warning * Made the string comparison a little more robust * Added a whatsnew entry 11 September 2016, 09:57:15 UTC
bd48d27 Issue #22493: Inline flags now should be used only at the start of the regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression. 11 September 2016, 09:50:02 UTC
b766538 Issue #27952: Get fixcid.py working with the re module 11 September 2016, 09:32:26 UTC
352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Apache XML-RPC implementation for numerics and None. 11 September 2016, 08:23:38 UTC
9fab79b Issue #26900: Excluded underscored names and other private API from limited API. 11 September 2016, 08:03:14 UTC
c16595e issue23591: add auto() for auto-generating Enum member values 11 September 2016, 06:36:59 UTC
944368e Issue #23722: Initialize __class__ from type.__new__() The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann. 11 September 2016, 04:45:49 UTC
fc3f7d5 Remove the debug print that i accidentally left in. 11 September 2016, 03:39:50 UTC
3a95f45 Remove the debug print that i accidentally left in. 11 September 2016, 03:39:36 UTC
fff84eb Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6) 11 September 2016, 02:05:32 UTC
56ff5f7 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) 11 September 2016, 02:03:22 UTC
446e168 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. 11 September 2016, 01:54:14 UTC
f7f8299 Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6) 11 September 2016, 01:49:34 UTC
1816dfe Issue #28073: Improve wording around None. Michael Lee. 11 September 2016, 01:49:14 UTC
050af5d Backed out changeset 8460a729e1de 11 September 2016, 00:53:13 UTC
cc1ea5d force gcc to use c99 inline semantics 11 September 2016, 00:45:33 UTC
47503c5 fix link to instrumentation 11 September 2016, 00:38:51 UTC
39e1061 add the usual extern C silliness to pydtrace.h 11 September 2016, 00:34:15 UTC
699e2c9 reST is not markdown 11 September 2016, 00:24:25 UTC
4eef505 Backed out changeset 3934e070c9db 11 September 2016, 00:04:36 UTC
632d38a Null merge 10 September 2016, 22:41:01 UTC
cc66a65 Backported tests for issue #28070. 10 September 2016, 22:39:51 UTC
d65cd09 Issue #28070: Fixed parsing inline verbose flag in regular expressions. 10 September 2016, 22:39:01 UTC
99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. 10 September 2016, 21:44:53 UTC
d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet. 10 September 2016, 21:23:33 UTC
130bbe5 #28067: Fixed another typo. 10 September 2016, 20:51:17 UTC
358cfd4 Issue 28043: SSLContext has improved default settings The options OP_NO_COMPRESSION, OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE, OP_NO_SSLv2 (except for PROTOCOL_SSLv2), and OP_NO_SSLv3 (except for PROTOCOL_SSLv3) are set by default. The initial cipher suite list contains only HIGH ciphers, no NULL ciphers and MD5 ciphers (except for PROTOCOL_SSLv2). 10 September 2016, 20:43:48 UTC
7036019 IDLE newx items. merge from 3.5 10 September 2016, 20:28:01 UTC
d92cecb IDLE newx items. 10 September 2016, 20:24:54 UTC
abd143b #28067: Fixed a typo. 10 September 2016, 20:08:26 UTC
6d88fa5 Closes #28067: Do not call localtime (gmtime) in datetime module. 10 September 2016, 19:58:31 UTC
c5111b5 Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files 10 September 2016, 19:25:07 UTC
82cb124 Issue #25221: merge from 3.5. 10 September 2016, 19:20:08 UTC
109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files 10 September 2016, 19:19:42 UTC
36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. 10 September 2016, 19:17:36 UTC
8199400 Merge from 3.5 10 September 2016, 18:53:34 UTC
f028d9f Issue #27932: Backs out change 10 September 2016, 18:52:18 UTC
473e0e4 Fixed compiler warnings in compact dict implementation on 32-bit platforms. 10 September 2016, 18:34:43 UTC
b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more appropriate types. Improved some error messages and debugging output. 10 September 2016, 18:28:07 UTC
b32e869 Issue #28046: Fix get_sysconfigdata_name(). 10 September 2016, 14:19:45 UTC
d07b66b Backed out changeset 491bbba73bca This change didn't have the intended effect. 10 September 2016, 13:55:15 UTC
fd13c0f One more spelling fix 10 September 2016, 10:45:28 UTC
b61ede4 Merge spelling fixes from 3.5 10 September 2016, 10:44:12 UTC
99e843b Correct spelling in documentation and code comment 10 September 2016, 10:38:28 UTC
0fc55a2 test_platform: Save/restore os.environ on Windows 10 September 2016, 10:24:47 UTC
b161562 Issue #17909: Accept binary input in json.loads json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka. 10 September 2016, 10:16:18 UTC
457fc9a Issue #27137: align Python & C implementations of functools.partial The pure Python fallback implementation of functools.partial now matches the behaviour of its accelerated C counterpart for subclassing, pickling and text representation purposes. Patch by Emanuel Barry and Serhiy Storchaka. 10 September 2016, 10:00:02 UTC
eddc4b7 Merge 3.5 (regrtest) 10 September 2016, 08:27:56 UTC
c7a070e regrtest: accept options after test names 10 September 2016, 08:27:28 UTC
c50cccf test_eintr: Fix ResourceWarning warnings 10 September 2016, 08:19:48 UTC
e103aac Show regrtest env changed warn on Windows buildbot Issue #27829: don't pass --quiet option to regrtest to see "Warning -- xxx was modified by ..." warnings. 10 September 2016, 08:07:38 UTC
8f9cafa Issue #28019: itertools.count() no longer rounds non-integer step in range between 1.0 and 2.0 to 1. 10 September 2016, 06:53:51 UTC
8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range between 1.0 and 2.0 to 1. 10 September 2016, 06:49:24 UTC
2d7250b Fix Python version in pdb.rst 10 September 2016, 06:28:03 UTC
bc62626 Issue #18401: Fix test_pdb on Windows * Use "with Popen" to cleanup properly the process * Use support.temp_cwd() to properly change the working directory * Use environ.pop() to cleanup the code 10 September 2016, 06:22:09 UTC
54de2b1 Fix check_force_ascii() Issue #27938: Normalize aliases of the ASCII encoding, because _Py_normalize_encoding() now correctly normalize encoding names. 10 September 2016, 06:11:52 UTC
11ea044 Issue #18401: Fix test_pdb if $HOME is not set HOME is not set on Windows for example. Use also textwrap.dedent() for the script. 10 September 2016, 05:56:54 UTC
2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore Patch by Martin Matusiak and Sam Kimbrel. 10 September 2016, 05:21:17 UTC
a1fd078 Try to fix sizeof unit tests on dict Issue #28056 and issue #26058. 10 September 2016, 04:51:19 UTC
fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by the user. 10 September 2016, 04:47:46 UTC
9e3ef52 Use raw string for regexp (3.5->3.6) 10 September 2016, 04:39:36 UTC
e617521 Use raw string for regexp 10 September 2016, 04:39:10 UTC
b067c8f #20476: Deal with the message_factory circular import differently. It turns out we can't depend on email.message getting imported every place message_factory is needed, so to avoid a circular import we need to special case Policy.message_factory=None in the parser instead of using monkey patching. I had a feeling that was a bad idea when I did it. 10 September 2016, 04:22:25 UTC
c7454ff Issue #27810: Fix getargs.c compilation on Windows 10 September 2016, 03:56:52 UTC
819a46f fix export of size_t parse stack function 10 September 2016, 03:45:06 UTC
990397e dictobject.c: explain why stringlib is used 10 September 2016, 03:22:59 UTC
37e4ef7 Issue #27810: Rerun Argument Clinic on all modules 10 September 2016, 03:00:13 UTC
528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) 10 September 2016, 01:38:20 UTC
f2bdb6b Issue #27705: Update message in validate_ucrtbase.py 10 September 2016, 01:21:15 UTC
2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking generalizations added in 3.5. 10 September 2016, 01:18:52 UTC
dbdf029 remove fix_callable - callable() was readded many releases ago. 10 September 2016, 01:14:33 UTC
6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() 10 September 2016, 01:01:25 UTC
f0ccbbb Emit METH_FASTCALL code in Argument Clinic Issue #27810: * Modify vgetargskeywordsfast() to work on a C array of PyObject* rather than working on a tuple directly. * Add _PyArg_ParseStack() * Argument Clinic now emits code using the new METH_FASTCALL calling convention 10 September 2016, 00:40:38 UTC
a9efb2f Add METH_FASTCALL calling convention Issue #27810: Add a new calling convention for C functions: PyObject* func(PyObject *self, PyObject **args, Py_ssize_t nargs, PyObject *kwnames); Where args is a C array of positional arguments followed by values of keyword arguments. nargs is the number of positional arguments, kwnames are keys of keyword arguments. kwnames can be NULL. 10 September 2016, 00:40:22 UTC
78601a3 Fix SystemError in compact dict Issue #28040: Fix _PyDict_DelItem_KnownHash() and _PyDict_Pop(): convert splitted table to combined table to be able to delete the item. Write an unit test for the issue. Patch by INADA Naoki. 10 September 2016, 02:28:36 UTC
eb0dfa9 make invalid_comma_and_underscore a real prototype 10 September 2016, 03:14:05 UTC
d7665ca Further improved ',' and '_' specification in format mini-language. 10 September 2016, 03:13:01 UTC
fef4391 Improved ',' and '_' specification in format mini-language. 10 September 2016, 03:12:02 UTC
89e1b1a Issue 27080: PEP 515: add '_' formatting option. 10 September 2016, 03:06:47 UTC
37d398e compile dtrace stubs 10 September 2016, 02:52:23 UTC
04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput Patch by Jason Fried. 10 September 2016, 02:48:14 UTC
f578195 add dtrace inline stubs 10 September 2016, 02:48:47 UTC
4ba5c88 just start with an int rather than casting 10 September 2016, 02:31:12 UTC
451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. 10 September 2016, 01:56:20 UTC
back to top