Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.1rc1
/
Misc
6e86580
Version bump for Python 3.5.1rc1.
by Larry Hastings
· 10 years ago
v3.5.1rc1
7537898
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 10 years ago
c75d37f
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 10 years ago
e99e977
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
by Martin Panter
· 10 years ago
97cabb9
Issue #25583: Merge makedirs fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
82f9fea
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
by Guido van Rossum
· 10 years ago
41f69f4
Issue #25593: Change semantics of EventLoop.stop().
by Guido van Rossum
· 10 years ago
a82642f
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
by Martin Panter
· 10 years ago
a27a1e5
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
da32d26
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
a4d33b3
make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630)
by Benjamin Peterson
· 10 years ago
d0a5b1c
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
by Gregory P. Smith
· 10 years ago
2cd1b3b
Fix issue #6973: When we know a subprocess.Popen process has died, do
by Gregory P. Smith
· 10 years ago
a0c9caa
Fix issue #6973: When we know a subprocess.Popen process has died, do
by Gregory P. Smith
· 10 years ago
fcc2e71
merge 3.4 (#25578)
by Benjamin Peterson
· 10 years ago
f0c9038
fix possible memory lea k in _get_aia_uri (closes #25578)
by Benjamin Peterson
· 10 years ago
7e2b870
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
0d44111
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
97ce0fa
Fix grammar in whatsnew/3.5.rst and elsewhere
by Martin Panter
· 10 years ago
fa9ea04
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
by Martin Panter
· 10 years ago
06622ea
Issue #25590: Make rlcompleter only call getattr() once per attribute
by Martin Panter
· 10 years ago
0da4ac1
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
1bb6515
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
by Martin Panter
· 10 years ago
19a70e7
Issue #25462: The hash of the key now is calculated only once in most
by Serhiy Storchaka
· 10 years ago
609a2e1
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 10 years ago
d7a4415
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 10 years ago
45bde5d
merge 3.4 (#25530)
by Benjamin Peterson
· 10 years ago
a9dcdab
always set OP_NO_SSLv3 by default (closes #25530)
by Benjamin Peterson
· 10 years ago
86429bd
merge 3.5 (#25569)
by Benjamin Peterson
· 10 years ago
eda06c8
fix memory leak in _get_crl_dp (closes #25569)
by Benjamin Peterson
· 10 years ago
4f1c187
Added missed periods at the ends of sentences in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
fed16ec7c2
Added missed periods at the ends of sentences in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
acdb020
Fixed markup in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
faf7060
Fixed markup in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
04b5700
Issue #25584: Added "escape" to the __all__ list in the glob module.
by Serhiy Storchaka
· 10 years ago
735b790
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
by Serhiy Storchaka
· 10 years ago
ba27014
Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading.
by Steve Dower
· 10 years ago
eeb896c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
by Martin Panter
· 10 years ago
f9827ea
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 10 years ago
b0deeb4
#25446: Fix regression in smtplib's AUTH LOGIN support.
by R David Murray
· 10 years ago
61d6e4a
Issue #24802: Merge null termination fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
98da9d0
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
9ad0aae
Issue #18010: Fix pydoc web server search to handle package exceptions
by Martin Panter
· 10 years ago
b5d0a21
Issue #25554: Got rid of circular references in regular expression parsing.
by Serhiy Storchaka
· 10 years ago
4d11a94
Issue #24726: Fixed issue number for previous changeset 59c7615ea921.
by Serhiy Storchaka
· 10 years ago
710cd34
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
by Serhiy Storchaka
· 10 years ago
b45b7b2
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
by Serhiy Storchaka
· 10 years ago
f51d715
Issue #25523: Further a-to-an corrections new in 3.5.
by Serhiy Storchaka
· 10 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
d2ad571
Issue #25523: Further a-to-an corrections new in 3.5
by Martin Panter
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
56275dc
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
by Serhiy Storchaka
· 10 years ago
314464d
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
by Serhiy Storchaka
· 10 years ago
14eefe3
Issue #25395: Fixed crash when highly nested OrderedDict structures were
by Serhiy Storchaka
· 10 years ago
04a4316
Issue #25450: Updates shortcuts to start Python in installation directory.
by Steve Dower
· 10 years ago
4827e48
Merge spelling fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
1f1177d
Fix some spelling errors in documentation and code comments
by Martin Panter
· 10 years ago
788cb52
always use os.urandom for the uuid4 algorithm (closes #25515)
by Benjamin Peterson
· 10 years ago
ac4bdcc
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
by Serhiy Storchaka
· 10 years ago
f8152c6
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
ea4cb63
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
2775d85
merge 3.4 (#25471)
by Benjamin Peterson
· 10 years ago
d9dbf49
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
by Benjamin Peterson
· 10 years ago
45120f2
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
by Serhiy Storchaka
· 10 years ago
de6e800
Merge 3.4 (Issue #25461)
by Victor Stinner
· 10 years ago
0e316f6
Issue #25461: Rephrase os.walk() doc
by Victor Stinner
· 10 years ago
4da7105
Fix merge conflict artifacts and move the entry to correct place
by Berker Peksag
· 10 years ago
ca636ea
Issue #25390: typing: Don't crash on Union[str, Pattern].
by Guido van Rossum
· 10 years ago
030f489
Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5)
by Guido van Rossum
· 10 years ago
c44ecdf
Issue #25441: asyncio: Raise error from drain() when socket is closed.
by Guido van Rossum
· 10 years ago
12a72b0
- Issue #25440: Fix output of python-config --extension-suffix.
by doko@ubuntu.com
· 10 years ago
2bf91bf
- Issue #25440: Fix output of python-config --extension-suffix.
by doko@ubuntu.com
· 10 years ago
8003baf
Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict.
by Serhiy Storchaka
· 10 years ago
3f445f7
Closes #25411: Merged fix from 3.4.
by Vinay Sajip
· 10 years ago
277640a
Closes #25411: Improved Unicode support in SMTPHandler.
by Vinay Sajip
· 10 years ago
5ad5a7d
Issue #25407: Drop the mention of the formatter module being removed
by Brett Cannon
· 10 years ago
bc94fd7
Issue #25164: Changes default all-users install directory to match per-user directory.
by Steve Dower
· 10 years ago
992ec46
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
by Serhiy Storchaka
· 10 years ago
5a8bbc5
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes.
by Serhiy Storchaka
· 10 years ago
5805dde
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes.
by Serhiy Storchaka
· 10 years ago
50856d5
sys.setrecursionlimit() now raises RecursionError
by Victor Stinner
· 10 years ago
b966981
Issue #25143: Improves installer error messages for unsupported platforms.
by Steve Dower
· 10 years ago
731f4a2
Issue #25163: Display correct directory in installer when using non-default settings.
by Steve Dower
· 10 years ago
5700ae8
Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
by Steve Dower
· 10 years ago
0289155
Correct Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
9e77773
Issue #25364: zipfile now works in threads disabled builds.
by Serhiy Storchaka
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
e02f8fc
Issue #24402: Merge input() fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
c9a6ab5
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
by Martin Panter
· 10 years ago
89065d9
Issue #25099: Skip relevant tests in test_compileall when an entry on
by Brett Cannon
· 10 years ago
65ed750
Issue #25099: Skip relevant tests in test_compileall when an entry on
by Brett Cannon
· 10 years ago
1a81538
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.
by R David Murray
· 10 years ago
5ae5691
Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade.
by Steve Dower
· 10 years ago
12ee744
Issue #23919: Prevents assert dialogs appearing in the test suite.
by Steve Dower
· 10 years ago
ec1aa5c
More typos in 3.5 documentation and comments
by Martin Panter
· 10 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 10 years ago
Next »