https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6003ac5 Release bump for 3.5.0a2. 08 March 2015, 08:24:34 UTC
cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. 08 March 2015, 07:17:28 UTC
f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. 08 March 2015, 07:16:40 UTC
d5a0be6 Suppress assert dialogs in test_os 08 March 2015, 05:25:54 UTC
79938f2 Suppress assert dialogs in test_cmd_line. 08 March 2015, 04:32:16 UTC
8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. 08 March 2015, 02:14:07 UTC
35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in the dirent structure (ex: OpenIndiana). 08 March 2015, 01:59:09 UTC
6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() function -- a better and faster directory iterator". Patch written by Ben Hoyt. 08 March 2015, 00:58:04 UTC
adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() 07 March 2015, 23:18:29 UTC
e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() 07 March 2015, 23:15:05 UTC
88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. 07 March 2015, 18:08:34 UTC
a5f3ad8 merge 3.4 07 March 2015, 14:34:49 UTC
8c69ecf replace Amazon links in the documentation (closes #23579) Patch by Sayan Chowdhury. 07 March 2015, 14:34:16 UTC
c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, not as stringified enum. Patch by Demian Brecht. 07 March 2015, 09:51:37 UTC
4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now raise a SystemError if a function returns a result and raises an exception. The SystemError is chained to the previous exception. Refactor also PyObject_Call() and PyCFunction_Call() to make them more readable. Remove some checks which became useless (duplicate checks). Change reviewed by Serhiy Storchaka. 06 March 2015, 22:35:27 UTC
d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. 06 March 2015, 22:47:02 UTC
eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import time. Patch by Davin Potts. 06 March 2015, 21:33:51 UTC
f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import time. Patch by Davin Potts. 06 March 2015, 21:32:54 UTC
f01c782 merge 3.4 06 March 2015, 14:10:45 UTC
c19ed37 remove redundant test 06 March 2015, 14:10:26 UTC
abda8dd merge 3.4 (#23590) 06 March 2015, 14:09:46 UTC
a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) 06 March 2015, 14:08:44 UTC
49f373b Issue #17911: Tweak traceback documentation. Changes: * Fixed reSt markup * Fixed cross references * Fixed a couple of typos 06 March 2015, 10:18:06 UTC
4a13cb9 Issue #23593: fix Misc/NEWS entries 06 March 2015, 01:45:03 UTC
b5a2322 Issue #23593: fix Misc/NEWS entries 06 March 2015, 01:44:10 UTC
797d496 Issue #23594: merge 3.4 06 March 2015, 01:37:11 UTC
ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. 06 March 2015, 01:34:24 UTC
f0c819a Issue #22936: Allow showing local variables in unittest errors. 06 March 2015, 00:46:35 UTC
e37a194 Fix regression introduced by changeset 7c6e3358221a that caused compile errors of _testcapimodule.c with older versions of gcc. 05 March 2015, 23:47:10 UTC
7e28df9 unittest: Trivial typo fix. 05 March 2015, 22:35:29 UTC
caa01f8 Fixed GCC version testing. 05 March 2015, 21:42:24 UTC
a4c7271 Fix "GCC diagnostic" in socketmodule.c Fix regression of changeset 7c6e3358221a on GCC < 4.4. The _socket module cannot be compiled on "x86 FreeBSD 7.2 3.x" buildbot anymore. 05 March 2015, 13:04:03 UTC
d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. 05 March 2015, 07:28:52 UTC
2856332 Add scripts for uploading Windows builds to a Linux server using pscp 05 March 2015, 04:27:03 UTC
3e2500d merge 3.4 05 March 2015, 04:20:23 UTC
7bcf9a5 use _import_symbols to import VERIFY_* constants 05 March 2015, 04:18:57 UTC
c3d9c5c adjust test_crl_check for trusted first being default 05 March 2015, 04:18:48 UTC
de8eca4 merge 3.4 05 March 2015, 03:50:25 UTC
990fcaa expose X509_V_FLAG_TRUSTED_FIRST 05 March 2015, 03:49:41 UTC
b64ae7b merge 3.4 (#23476) 05 March 2015, 03:11:48 UTC
fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) 05 March 2015, 03:11:12 UTC
2f0441f Remaining fallout from 17911 The code module was using a private function from traceback in order to skip a frame - used the direct interface to do that instead, The decimal module suffered minor fallout from formatting changes ('None' as a value is now not printed by traceback, the same as None was not before). The cgitb module was passing a bogus exception type (type.__name__) into format_exception, which uncovered that format_exception and print_exception had been ignoring the etype for some time, so the compatibility thunk to the new code now does the same thing. 05 March 2015, 02:45:01 UTC
3737e60 Merge 3.4 (test_subprocess) 05 March 2015, 01:40:17 UTC
20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() 05 March 2015, 01:38:41 UTC
07ff167 Fix brownbag in issue 17911 commit 04 March 2015, 23:26:00 UTC
6bc2c1e Issue #17911: traceback module overhaul Provide a way to seed the linecache for a PEP-302 module without actually loading the code. Provide a new object API for traceback, including the ability to not lookup lines at all until the traceback is actually rendered, without any trace of the original objects being kept alive. 04 March 2015, 23:07:57 UTC
0bfd0a4 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. 04 March 2015, 19:54:57 UTC
f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. 04 March 2015, 19:51:55 UTC
9672da7 Issue #23285: Fix handling of EINTR in fileio.c Fix handling of EINTR: don't return None if PyErr_CheckSignals() raised an exception. Initialize also the length outside the loop to only initialize it once. 04 March 2015, 17:40:10 UTC
35e5b72 Issue #23504: Added an __all__ to the types module. 04 March 2015, 07:44:24 UTC
7beb4f9 Issue #23504: Added an __all__ to the types module. 04 March 2015, 07:43:27 UTC
44eceb6 Issue #23563: Optimized utility functions in urllib.parse. 03 March 2015, 18:21:35 UTC
87e6912 Minor neatening-up. Make assignments in same order a struct fields. Line-up comments. 03 March 2015, 07:32:02 UTC
f9d9c79 Switch the state variable to unsigned for defined wrap-around behavior. 03 March 2015, 06:47:46 UTC
30c9074 Minor beautification. Move struct definitions to the top. Fix-up a comment. 03 March 2015, 06:31:35 UTC
f30f5b9 Minor code beautification. Replace macro with in-lineable functions. 03 March 2015, 06:23:37 UTC
3c186ba Beautify and better document the use of the size_t cast for bounds checking. 03 March 2015, 05:45:02 UTC
738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo 02 March 2015, 20:29:58 UTC
241520a merge heads 02 March 2015, 18:24:21 UTC
6c0a820 merge 3.4 (null) 02 March 2015, 18:24:12 UTC
92ce1b4 merge 3.3 (#23362) 02 March 2015, 18:23:41 UTC
e5a853c use PyMem_NEW to detect overflow (closes #23362) 02 March 2015, 18:23:25 UTC
42fc0eb Issue #21293: Remove unnecessary "capsule hack". 02 March 2015, 16:44:51 UTC
83d8fc2 merge 3.4 (#23367) 02 March 2015, 16:18:56 UTC
5061e67 merge 3.3 (#23367) 02 March 2015, 16:18:40 UTC
b779bfb fix possible overflow bugs in unicodedata (closes #23367) 02 March 2015, 16:17:05 UTC
4e02f8f Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later 02 March 2015, 16:06:30 UTC
3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later 02 March 2015, 16:05:27 UTC
3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. 02 March 2015, 16:01:10 UTC
2f3d440 merge 3.4 (#23561) 02 March 2015, 14:36:48 UTC
5e0fd95 Added more tests for urllib.parse utility functions. These functions are not documented but used in third-party code. 02 March 2015, 14:33:08 UTC
9270be7 Added more tests for urllib.parse utility functions. These functions are not documented but used in third-party code. 02 March 2015, 14:32:29 UTC
bdf525b wrap everything at 80 chars 02 March 2015, 14:31:40 UTC
29fec92 link to the correct dis method or function (closes #23561) 02 March 2015, 14:27:43 UTC
a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. Patch by Alex Shkop. 02 March 2015, 05:41:00 UTC
ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. Patch by Alex Shkop. 02 March 2015, 05:40:36 UTC
ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop. 02 March 2015, 04:54:27 UTC
659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop. 02 March 2015, 04:53:33 UTC
6897e56 Issue #20521: Change ``TOS`` to TOS in dis documentation. TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. 02 March 2015, 04:34:00 UTC
ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. 02 March 2015, 04:33:30 UTC
fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request. 02 March 2015, 04:01:37 UTC
bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request. 02 March 2015, 04:01:01 UTC
f2d4e57 Add a versionadded directive for PEP 486. 02 March 2015, 03:36:19 UTC
e35a17a merge 3.4 02 March 2015, 01:59:41 UTC
6e820c0 remove mention of Python 2.2 and 2.3 02 March 2015, 01:59:22 UTC
e49af34 Issue #7830: Flatten nested functools.partial. 01 March 2015, 20:08:17 UTC
e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. Original patch by Akira Li. 01 March 2015, 19:52:07 UTC
3de4aae Fixed pydoc tests when run with -OO. 01 March 2015, 13:32:17 UTC
4c094e5 Fixed pydoc tests when run with -OO. 01 March 2015, 13:31:36 UTC
71c6f44 Fixed a typo. 01 March 2015, 12:39:20 UTC
7f9ea75 Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic. 01 March 2015, 08:38:00 UTC
90295b4 Merge heads 01 March 2015, 08:03:46 UTC
490055a Issue #20204: Deprecation warning is now raised for builtin type without the __module__ attribute. 01 March 2015, 08:03:02 UTC
c208308 Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t. 01 March 2015, 07:29:16 UTC
50adb9f Issue #20204: Added the __module__ attribute to _tkinter classes. 01 March 2015, 07:07:10 UTC
efdc16f Issue #20204: Added the __module__ attribute to _tkinter classes. 01 March 2015, 07:06:29 UTC
e4969f5 Updates CRT installation for Windows installer. Bundling versions of the CRT prior to 14.0 is no longer supported. 01 March 2015, 03:53:50 UTC
a473b9d Use unsigned division and modulo for item assignment as well. 01 March 2015, 01:49:47 UTC
1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now shows the help on str. help('help') now shows the help on help(). Original patch by Mark Lawrence. 28 February 2015, 22:42:54 UTC
e92951f merge 28 February 2015, 15:46:00 UTC
back to top