Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.0a2
/
Misc
fa42893
Version bump for 3.6.0a2
by Ned Deily
· 9 years ago
v3.6.0a2
fcff437
- Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
by doko@ubuntu.com
· 9 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 9 years ago
0f355c0
Issue #27190: Merge from 3.5
by Berker Peksag
· 9 years ago
7bea234
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
by Berker Peksag
· 9 years ago
b62ff6e
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
by Serhiy Storchaka
· 9 years ago
179f960
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
by Serhiy Storchaka
· 9 years ago
4aa15a0
Merge heads
by Serhiy Storchaka
· 9 years ago
cbe6142
Merge heads
by Serhiy Storchaka
· 9 years ago
f0ee5cc
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
by Serhiy Storchaka
· 9 years ago
9062c26
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
by Serhiy Storchaka
· 9 years ago
cf2ad55
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 9 years ago
3c317e7
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 9 years ago
98e9051
Add grammatical article to “an ASCII letter”
by Martin Panter
· 9 years ago
aea671e
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
70c502a
Fix typos and English grammar in documentation and code comment
by Martin Panter
· 9 years ago
5285545
Issue #16484: Merge pydoc Windows fixes from 3.5
by Martin Panter
· 9 years ago
4f8aaf6
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
by Martin Panter
· 9 years ago
99cb0cd
Issue #24136: Merge unpacking doc from 3.5
by Martin Panter
· 9 years ago
0c0da48
Issue #24136: Document generalized unpacking, PEP 448
by Martin Panter
· 9 years ago
34ad2ef
Merge 3.5, issue #14209
by Łukasz Langa
· 9 years ago
0d18c15
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
by Łukasz Langa
· 9 years ago
5135e9e
Merge 3.5, issue #27194
by Łukasz Langa
· 9 years ago
e7f2748
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
by Łukasz Langa
· 9 years ago
6a7506a
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
by Serhiy Storchaka
· 9 years ago
d611f4c
Issue #27294: Improved repr for Tkinter event objects.
by Serhiy Storchaka
· 9 years ago
f0d4621
merge 3.5 (#26556)
by Benjamin Peterson
· 9 years ago
b5ad549
merge 3.4 (#26556)
by Benjamin Peterson
· 9 years ago
196d7db
upgrade expt to 2.1.1 (closes #26556)
by Benjamin Peterson
· 9 years ago
ab6e156
merge 3.5
by Benjamin Peterson
· 9 years ago
b0557e7
merge 3.4
by Benjamin Peterson
· 9 years ago
46b32f3
raise an error when STARTTLS fails
by Benjamin Peterson
· 9 years ago
28dc118
Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__
by Berker Peksag
· 9 years ago
24b102e
Issue #21386: Merge from 3.5
by Berker Peksag
· 9 years ago
742192a
Issue #21386: Implement missing IPv4Address.is_global property
by Berker Peksag
· 9 years ago
4da945f
Merge Issue #22558.
by Terry Jan Reedy
· 9 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 9 years ago
e670be2
Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open().
by Serhiy Storchaka
· 9 years ago
e6dae87
Issue #27030: The re.LOCALE flag now can be used only with bytes patterns.
by Serhiy Storchaka
· 9 years ago
9bd85b8
Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
by Serhiy Storchaka
· 9 years ago
c92bf83
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
by Yury Selivanov
· 9 years ago
ca2e0a4
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
by Yury Selivanov
· 9 years ago
b1c9b64
IDLE NEWS entries
by Terry Jan Reedy
· 9 years ago
661c032
Merge Issue #5124: NEWS entries.
by Terry Jan Reedy
· 9 years ago
8ace13b
Issue #5124: NEWS entries.
by Terry Jan Reedy
· 9 years ago
96881cd
Issue #27186: Add os.PathLike support to DirEntry
by Brett Cannon
· 9 years ago
419e8ed
Issue #20900: Merge from 3.5
by Berker Peksag
· 9 years ago
904a2ef
Issue #20900: distutils register command now decodes HTTP responses correctly
by Berker Peksag
· 9 years ago
568be63
Issue #27186: Add os.PathLike support to pathlib.
by Brett Cannon
· 9 years ago
87a8bcc
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
by doko@ubuntu.com
· 9 years ago
f41b82f
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
by Serhiy Storchaka
· 9 years ago
3398808
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
by doko@ubuntu.com
· 9 years ago
711d25d
Merge 3.5 (issue #27243)
by Yury Selivanov
· 9 years ago
a6f6edb
Issue #27243: Fix __aiter__ protocol
by Yury Selivanov
· 9 years ago
118598a
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
by Barry Warsaw
· 9 years ago
480e285
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
by Barry Warsaw
· 9 years ago
d03ed8a
Omnibus news entry for updates to typing.py. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
fda4d67
Omnibus news entry for updates to typing.py.
by Guido van Rossum
· 9 years ago
1842e12
Merge 3.5 (NEWS)
by Yury Selivanov
· 9 years ago
07a9fcd
asyncio: Remove line about asyncio.timeout() from the NEWS file
by Yury Selivanov
· 9 years ago
b198c42
Fix RST conflicts with Idle news entries
by Martin Panter
· 9 years ago
40de69a
Issue #25738: Merge HTTP server from 3.5
by Martin Panter
· 9 years ago
58f0169
Issue #21313: Merge version parsing from 3.5
by Martin Panter
· 9 years ago
e42e129
Issue #25738: Don’t send message body for 205 Reset Content
by Martin Panter
· 9 years ago
4e50553
Issue #21313: Tolerate truncated buildinfo in sys.version
by Martin Panter
· 9 years ago
ea938ba
Items for NEWS and idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
8bff8f6
Items for NEWS and idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
9ff9cbd
Merge 3.5 (os.urandom)
by Victor Stinner
· 9 years ago
dddf484
os.urandom() doesn't block on Linux anymore
by Victor Stinner
· 9 years ago
bb70760
Issue #27229: Merge cross-compiling fix from 3.5
by Martin Panter
· 9 years ago
9c2a8f9
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
by Martin Panter
· 9 years ago
0d3535a
Issue #23883: News updates for __all__ attributes
by Martin Panter
· 9 years ago
223b874
Issue #26014: merge from 3.5
by Ned Deily
· 9 years ago
8f5798e
Issue #26014: Update 3.x packaging documentation:
by Ned Deily
· 9 years ago
1ab2f14
Issue #27164: Merge raw Deflate zdict support from 3.5
by Martin Panter
· 9 years ago
3f0ee83
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
by Martin Panter
· 9 years ago
ff5cd45
Issue #24291: Merge wsgi partial write fix from 3.5
by Martin Panter
· 9 years ago
ed0425c
Issue #24291: Avoid WSGIRequestHandler doing partial writes
by Martin Panter
· 9 years ago
f39571e
Issue #26930: merge from 3.5
by Ned Deily
· 9 years ago
92b4b5a
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
by Ned Deily
· 9 years ago
ae68365
- Issue #21277: Don't try to link _ctypes with a ffi_convenience library.
by doko@ubuntu.com
· 9 years ago
5801ecb
Issue #25548: Showing memory address of class objects in repl
by Kushal Das
· 9 years ago
4094822
- Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.
by doko@ubuntu.com
· 9 years ago
b11c744
add Dusty Phillips to ACKS
by Ethan Furman
· 9 years ago
36987d7
- merge 3.5
by doko@ubuntu.com
· 9 years ago
6ada012
- Issue #26884: Fix linking extension modules for cross builds.
by doko@ubuntu.com
· 9 years ago
b4b966e
Issue #19611: handle implicit parameters in inspect.signature
by Nick Coghlan
· 9 years ago
6e8e10e
Issue #21916: Added tests for the turtle module.
by Serhiy Storchaka
· 9 years ago
41e9ad1
Issue #21916: Added tests for the turtle module.
by Serhiy Storchaka
· 9 years ago
8bc9378
Closes #26809: Merge with 3.5
by Zachary Ware
· 9 years ago
c17a0b8
Issue #26809: Add __all__ to string module. Patch by Emanuel Barry
by Zachary Ware
· 9 years ago
64c26e5
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
by Serhiy Storchaka
· 9 years ago
64a263a
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
by Serhiy Storchaka
· 9 years ago
1940919
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
3ee6270
Fix typos in code comment and documentation
by Martin Panter
· 9 years ago
fcbf1ca
merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
1ef8c7e
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
d2367c6
Clean up urlopen doc string.
by R David Murray
· 9 years ago
13ee7d1
Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.
by R David Murray
· 9 years ago
ead9bfc
#16484: Fix pydoc doc links to modules whose names are mixed case.
by R David Murray
· 9 years ago
Next »