Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
3cc3832 Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) 06 August 2016, 20:48:10 UTC
abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. 06 August 2016, 20:46:48 UTC
febc332 Issue #26754: Undocumented support of general bytes-like objects as path in compile() and similar functions is now deprecated. 06 August 2016, 20:29:29 UTC
d73c318 Issue #26800: Undocumented support of general bytes-like objects as paths in os functions is now deprecated. 06 August 2016, 20:22:08 UTC
43b586b Silence warnings from 'make suspicious' to make the docs buildbot happy 06 August 2016, 10:37:22 UTC
fd0f84b Closes #22829: Added --prompt option to venv. 06 August 2016, 09:43:44 UTC
c075201 Closes #27650: Implemented repr methods for logging objects. 06 August 2016, 09:28:31 UTC
933c66a Issue #18548: Merge from 3.5 06 August 2016, 00:00:30 UTC
ab75e02 Issue #18548: Fix unittest.TestSuite() example Initial patch by py.user. 06 August 2016, 00:00:03 UTC
73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. 05 August 2016, 23:03:16 UTC
20bd9f0 Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Barry. Closes issue 27242. 05 August 2016, 22:10:16 UTC
a9391a4 Closes #20160: Merged fix from 3.5. 05 August 2016, 20:44:52 UTC
0b58886 Issue #20160: Merged fix from 3.4. 05 August 2016, 20:44:15 UTC
a0b2568 Issue #20160: Merged fix from 3.3. 05 August 2016, 20:43:25 UTC
6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. 05 August 2016, 20:24:27 UTC
b6337a1 Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6) 05 August 2016, 19:57:38 UTC
b858af6 Add typing.Generator docs, by Michael Lee. 05 August 2016, 19:56:09 UTC
02b75ab Merge spelling and grammar fixes from 3.5 05 August 2016, 01:51:39 UTC
a31ddb3 Merge with 3.5 04 August 2016, 17:14:51 UTC
72e483a Fix half-finished sentence. Reported by Linda Pescatore on docs@. 04 August 2016, 17:13:47 UTC
6090194 Merge from 3.5 04 August 2016, 14:26:00 UTC
85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs 04 August 2016, 14:25:40 UTC
8576ca1 Merge from 3.5 04 August 2016, 14:22:05 UTC
6bbc839 Indent ipaddress.ip_address() example correctly 04 August 2016, 14:21:46 UTC
69332c1 Fix spelling and grammar in documentation and code comments 04 August 2016, 13:07:31 UTC
5a44fa1 merge 3.5 (#27670) 04 August 2016, 05:02:42 UTC
c2fcbf4 https link to the bug tracker (closes #27670) 04 August 2016, 05:01:32 UTC
70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict The conflict occurs with Min GW, which already defines REPARSE_DATA_BUFFER. Also, Min GW uses a lowercase <windows.h> filename. 04 August 2016, 02:38:59 UTC
0c859f3 Issue #27641: Merge cross-compiling improvement from 3.5 04 August 2016, 01:53:40 UTC
0de01c4 Issue #24278: Merge argument parsing docs from 3.5 04 August 2016, 01:51:32 UTC
2af36ac Merge 3.5 03 August 2016, 22:49:46 UTC
ef330d3 Merge 3.4 03 August 2016, 22:49:19 UTC
c6c2217 Merge 3.3 03 August 2016, 22:48:17 UTC
fb79290 Switch upload.pypi.io to upload.pypi.org 03 August 2016, 22:43:38 UTC
6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed 03 August 2016, 14:35:05 UTC
9f4712a Issue #23710: Merge from 3.5 03 August 2016, 09:59:16 UTC
bed6891 Issue #23710: Update PyObject_HEAD documentation Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar. 03 August 2016, 09:58:49 UTC
0d60c56 Merge 3.5. 03 August 2016, 09:18:54 UTC
9de620e Issue #20767: Fix -R option for FreeBSD/clang. 03 August 2016, 09:18:26 UTC
91494d3 Issue #26576: Merge from 3.5 03 August 2016, 07:17:51 UTC
6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) Patch by Chris Angelico. 03 August 2016, 07:17:21 UTC
43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. 02 August 2016, 21:49:30 UTC
711120d Merge 3.5. 02 August 2016, 20:30:57 UTC
e12a68b Issue #27241: Catch exception when running pstats as main. 02 August 2016, 20:30:24 UTC
133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. 02 August 2016, 19:51:21 UTC
cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:51:13 UTC
7bfbd1d merge heads 31 July 2016, 06:48:19 UTC
17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:39:06 UTC
436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:34:34 UTC
4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:24:16 UTC
bf5868d merge 3.5 (#27656) 31 July 2016, 06:22:24 UTC
dbaa559 all SCHED_ constants are optional (closes #27656) 31 July 2016, 06:21:50 UTC
607e1c4 Issue 27366: PEP 487 docs updates - Porting note for type keyword arg handling - __init_subclass__ note regarding metaclass hint 31 July 2016, 02:42:49 UTC
07e2a0a Issue 24773: Use the standard Asia/Tehran name in the Iran test. 30 July 2016, 15:41:02 UTC
a787e5f Issue #27652: Expose ESHUTDOWN conditionally ESHUTDOWN is also exposed conditionally in Modules/errnomodule.c. Patch by Ed Schouten. 30 July 2016, 11:14:12 UTC
01d1719 Issue #27366: Tweak PEP 487 documentation * Added versionadded directives * Deleted duplicate sentence from __init_subclass__ docstring * Modernized tests 30 July 2016, 11:06:15 UTC
6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen. 30 July 2016, 09:36:32 UTC
3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen. 30 July 2016, 09:28:35 UTC
d78448e Issue #27366: Implement PEP 487 - __init_subclass__ called when new subclasses defined - __set_name__ called when descriptors are part of a class definition 30 July 2016, 06:26:03 UTC
f6daa69 Merge from 3.5 30 July 2016, 00:48:12 UTC
fa95068 Silence another "default role used" warning in typing.rst This should make ware-docs green again. 30 July 2016, 00:47:52 UTC
23aa24b Fix "default role used" warning in shlex.rst 30 July 2016, 00:40:38 UTC
a9333b1 Fix whitespace. 29 July 2016, 22:41:35 UTC
c301cbf Fix whitespace. 29 July 2016, 22:41:17 UTC
e608709 Expand documentation about type aliases and NewType in the typing module (merge 3.5 -> 3.6). By Michael Lee. 29 July 2016, 22:39:36 UTC
342e800 Expand documentation about type aliases and NewType in the typing module. By Michael Lee. 29 July 2016, 22:38:14 UTC
c1f974c Closes #1521950: Made shlex parsing more shell-like. 29 July 2016, 21:35:03 UTC
43a94a7 Issue #27641: Comment out regeneration rules when cross compiling 29 July 2016, 05:52:32 UTC
d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c Based on patch by Roumen Petrov. 29 July 2016, 04:00:44 UTC
6a09315 Issue #26462: Merge code block fixes from 3.5 29 July 2016, 01:49:37 UTC
10ea19f Merge with 3.5 29 July 2016, 00:01:09 UTC
87ec85f Correct typo in Windows docs. Found by Jack Copper on docs@ 29 July 2016, 00:00:53 UTC
28c3184 Issue #27647: Update Windows build to Tcl/Tk 8.6.6 28 July 2016, 23:39:11 UTC
6276b47 Merge 3.5 (issue #27404) 28 July 2016, 15:08:52 UTC
4a865a3 NEWS: tag security related changes with [Security] prefix Issue #27404. 28 July 2016, 15:06:25 UTC
2faa65a Issue #23943: Merge spelling fixes from 3.5 28 July 2016, 03:53:59 UTC
3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 28 July 2016, 03:48:29 UTC
2553b1b Issue #27620: Make htest box respond to <Return> and <Escape>. 28 July 2016, 02:17:05 UTC
6b37dfc Issue #27620: Mark the default action button as the default. 28 July 2016, 01:42:54 UTC
263893c Issue #27626: Further spelling fixes for 3.6 28 July 2016, 01:25:31 UTC
8bde911 Issue #27626: Merge spelling fixes from 3.5 28 July 2016, 01:30:58 UTC
4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 28 July 2016, 01:30:06 UTC
eac67be Issue #27490: Do not build pgen when cross-compiling The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl. 28 July 2016, 01:28:27 UTC
eb99570 Issue #27626: Spelling fixes in docs, comments and internal names Based on patch by Ville Skyttä. 28 July 2016, 01:11:04 UTC
2561726 Merge 3.5 (issue #11048) 27 July 2016, 14:59:22 UTC
e33797b ctypes: fix CThunkObject_new() * Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry. 27 July 2016, 14:58:47 UTC
755df2a Issue #27633: Merge from 3.5 27 July 2016, 10:33:28 UTC
25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst Patch by Florian Preinstorfer. 27 July 2016, 10:32:54 UTC
611adf2 Issue #24773: Fixed tests failures on systems with 32-bit time_t. Several 32-bit systems have issues with transitions in the year 2037. This is a bug in the system C library since time_t does not overflow until 2038, but let's skip tests starting from 2037 to work around those bugs. 26 July 2016, 16:23:16 UTC
8d49896 (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure as the Python program to be used for file generation during the build. 26 July 2016, 10:55:20 UTC
fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure as the Python program to be used for file generation during the build. 26 July 2016, 10:48:08 UTC
1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. Patch by Julien Palard. 26 July 2016, 09:18:21 UTC
c75885b Issue #26638: Merge CLI link fix from 3.5 26 July 2016, 06:47:09 UTC
254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option 26 July 2016, 06:46:06 UTC
1793783 Issue #27620: Escape key closes Query box as cancelled. 26 July 2016, 00:58:43 UTC
8e1d3a2 Issue 24773: Added a time_t overflow check. 25 July 2016, 17:54:51 UTC
43b1713 Issue #24137, issue #27611: Restore tkinter after test_idle. 25 July 2016, 04:31:54 UTC
b93d863 Issue #1621: Avoid signed overflow in list and tuple operations Patch by Xiang Zhang. 25 July 2016, 02:39:20 UTC
32d2ce3 Issue #27581: Merge overflow fix from 3.5 25 July 2016, 03:31:29 UTC
c665dfd Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. Fixes problem with writing docstrings at lease twice indented. 25 July 2016, 03:01:28 UTC
back to top