Steve Dower
f028d9f71a
Issue #27932 : Backs out change
10 years ago
Martin Panter
99e843b48e
Correct spelling in documentation and code comment
10 years ago
Victor Stinner
c7a070e998
regrtest: accept options after test names
10 years ago
Serhiy Storchaka
8ddcf3abf7
Issue #28019 : itertools.count() no longer rounds non-integer step in range
between 1.0 and 2.0 to 1.
10 years ago
Guido van Rossum
e617521b0d
Use raw string for regexp
10 years ago
Steve Dower
528db31bd9
Issue #27566 : Fix clean target in freeze makefile (patch by Lisa Roach)
10 years ago
Steve Dower
f2bdb6b8ca
Issue #27705 : Update message in validate_ucrtbase.py
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
28325749c0
Issue #25969 : Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.
10 years ago
Gregory P. Smith
dbdf029a55
remove fix_callable - callable() was readded many releases ago.
10 years ago
Steve Dower
6a294a54de
Issue #27932 : Fixes memory leak in platform.win32_ver()
10 years ago
Steve Dower
8dcc48ee3b
Issue #25758 : Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
10 years ago
R David Murray
347dc95cd3
#14977 : Make mailcap respect the order of the lines in the mailcap file.
This is required by RFC 1542, so despite the subtle behavior change we
are treating it as a bug. Patch by Michael Lazar.
10 years ago
Raymond Hettinger
ae9e5f032d
Issue #22450 : Use "Accept: */*" in the default headers for urllib.request
10 years ago
Steve Dower
c87ae806ab
Issue #25144 : Ensures TargetDir is set before continuing with custom install.
10 years ago
Raymond Hettinger
87dc4d6189
Issue 14976: Note that the queue module is not designed to protect against reentrancy
10 years ago
Guido van Rossum
7b3b3dc85d
Merge asyncio upstream.
10 years ago
Zachary Ware
9b32bda851
Issue #19489 : Add NEWS and ACKS
10 years ago
Zachary Ware
a3090a4b79
Issue #19489 : Move the search box from sidebar to header and footer.
10 years ago
Guido van Rossum
1140a03426
Rename Future._blocking to _asyncio_future_blocking.
This is now an official "protected" API that can be used to write
classes that are duck-type-compatible with Future without subclassing
it. (For that purpose I also changed isinstance(result, Future) to
check for this attribute instead.)
Hopefully Amber Brown can use this to make Twisted.Deferred compatible
with asyncio.Future.
Tests and docs are TBD.
10 years ago
Benjamin Peterson
c1db513e36
repair errors in (set|get)_task_factory note ( #28051 )
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
cb3f2c8f97
Add a note about queue not being safe for use from signal handlers.
issue14976.
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
255295f13e
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
10 years ago
Steve Dower
6ceda631af
Issue #24594 : Validates persist parameter when opening MSI database
10 years ago
R David Murray
94a7927cc6
#28047 : Fix calculation of base64 line length.
This is buggy in the old email code as well, but it doesn't affect anything
there because only the default line length is ever used there.
10 years ago
Steve Dower
de02b084e6
Closes #22731 : Documents change of console mode.
10 years ago
Steve Dower
2fadfc0ead
Issue #26619 : Improves error message when installing on out-of-date Windows Server
10 years ago
Steve Dower
41519b2ca8
Issue #26513 : Fixes platform module detection of Windows Server
10 years ago
Donald Stufft
6bde454f9e
Merge 3.4
10 years ago
Donald Stufft
16d7d5941d
Upgrade setuptools to 27.1.2
10 years ago
Donald Stufft
621333d227
Merge 3.4
10 years ago
Donald Stufft
d25d9dc1fc
Upgrade setuptools to 27.1.1
10 years ago
R David Murray
eaab1ca558
#27630 : Be consistent in how _XXX/_encoded_XXX vars are initialized.
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
14c7f71150
issue28032: never imply --with-lto as part of --with-optimizations.
Too many build tool chains do not properly support it, including building
and linking an executable fine that simply segfaults when you try to run
it (such as debian jessie 8.5's gcc 4.9). On others where it does appear
to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb
failures to deal with.
We're not going to spend time attempting to maintain a complicated white list
of what does and doesn't work in our configure.ac file.
10 years ago
Raymond Hettinger
262b6793e0
Issue #26020 : Fix evaluation order for set literals
10 years ago
Senthil Kumaran
5dc504c3c9
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code.
10 years ago
Davin Potts
37156a70b9
Issue #21201 : Improves readability of multiprocessing error message from server to client for certain exceptions
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
014d52ffc4
document --with-optimizations in the README for issue26359.
10 years ago
Berker Peksag
2b2a9be913
Issue #27445 : Don't pass str(_charset) to MIMEText.set_payload()
Patch by Claude Paroz.
10 years ago
Senthil Kumaran
82733fac8d
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
Initial patch contributed by Denver Coneybeare.
10 years ago
Gregory P. Smith
bfac23a4c0
Move my news entries to the build section.
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
9719161858
Fix indentation (reindent.py).
10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
dd1c638b92
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
between runs given the same Grammar.txt input regardless of the hash
randomization setting.
10 years ago
Vinay Sajip
d61910c598
Fixes #27930 : improved QueueListener behaviour.
10 years ago
Martin Panter
0f0eac431f
Issue #27993 : Fix problems with plural objects in docs and comments
10 years ago
Martin Panter
0be894b2f6
Issue #27895 : Spelling fixes (Contributed by Ville Skyttä).
10 years ago
Martin Panter
be8da9c990
Issue #27570 : Avoid zero-length memcpy() calls with null source pointers
10 years ago
Gregory P. Smith
799520c91e
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
required for PGO linking - to be a configure time error rather than
make time when --with-optimizations is enabled. Also improve our
ability to find the llvm-profdata tool on MacOS and some Linuxes.
10 years ago
R David Murray
dc1650ca06
#22233 : Only split headers on \r and/or \n, per email RFCs.
Original patch by Martin Panter, new policy fixes by me.
10 years ago
R David Murray
6b46ec7733
#26209 : Clarify type of *localaddr*/*remoteadr* in smtpd docs.
10 years ago
R David Murray
c2e2473bc2
27988: Make sure iter_attachments does not mutate the payload list.
10 years ago