Antoine Pitrou
cb0a006fd1
Issue #4180 : The warnings registries are now reset when the filters are modified.
11 years ago
Victor Stinner
1b38bc65dd
asyncio, Tulip issue 206: In debug mode, keep the callback in the
representation of Handle and TimerHandle after cancel().
11 years ago
Senthil Kumaran
86c9e1877c
Merge from 3.3
Issue #22419 : Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
11 years ago
Senthil Kumaran
e025b52db0
Issue #22419 : Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
11 years ago
Senthil Kumaran
aa72b1b448
Merge from 3.3
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
11 years ago
Senthil Kumaran
2a42a0bff3
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
11 years ago
Ethan Furman
f75805edb8
Issue21738: clarify usage of __new__ in Enum subclasses
11 years ago
Ethan Furman
0081f23a08
consistently use _name_ and _value_; patch from Kiss Gyorgy
11 years ago
Antoine Pitrou
bc2c4c9990
Replace bad ftp URLs in test_urllib2net
11 years ago
Antoine Pitrou
637e4544af
Lax cookie parsing in http.cookies could be a security issue when combined
with non-standard cookie handling in some Web browsers.
Reported by Sergey Bobrov.
11 years ago
Antoine Pitrou
7d0b8f95e7
Lax cookie parsing in http.cookies could be a security issue when combined
with non-standard cookie handling in some Web browsers.
Reported by Sergey Bobrov.
11 years ago
Nick Coghlan
8fad1676a2
Issue #22166 : clear codec caches in test_codecs
11 years ago
Serhiy Storchaka
b85a97600a
Restored re pickling test.
11 years ago
Ned Deily
ad24d62882
Issue #17095 : Temporarily revert getpath.c change that added the Modules
directory to sys.path when running from a build directory. That has
proven to be problematic for several standard library modules with
C extension modules whose builds can fail on some platforms.
11 years ago
Serhiy Storchaka
9502487781
Issue #22384 : An exception in Tkinter callback no longer crashes the program
when it is run with pythonw.exe.
Documented that Tk.report_callback_exception() is purposed to be overriden in
applications.
11 years ago
Serhiy Storchaka
d9cf65f00e
Use more appropriate asserts in re tests.
11 years ago
Serhiy Storchaka
a25875cfd0
Fixed re tests incorrectly ported from 2.x to 3.x.
11 years ago
Ned Deily
152dfd1dac
Issue #22168 : Prevent turtle AttributeError with non-default Canvas on OS X.
11 years ago
Benjamin Peterson
7c8b89e156
make hg link secure
11 years ago
Vinay Sajip
d1d4fbff63
Issue #22386 : fixed regression.
11 years ago
Serhiy Storchaka
42d67af87f
Issue #21147 : sqlite3 now raises an exception if the request contains a null
character instead of truncate it. Based on patch by Victor Stinner.
11 years ago
Serhiy Storchaka
abf68ce164
Issue #21951 : Fixed a crash in Tkinter on AIX when called Tcl command with
empty string or tuple argument.
On some platforms Tcl memory allocator returns NULL when allocating zero-sized
block of memory.
11 years ago
Serhiy Storchaka
0794088379
Issue #21951 : Use attemptckalloc() instead of ckalloc() in Tkinter.
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL
if the memory allocation fails.
11 years ago
Victor Stinner
31a3ec313d
Issue #22338 : Fix a crash in the json module on memory allocation failure.
11 years ago
Benjamin Peterson
6d46dff5b5
y2k compliance, lol ( closes #22380 )
11 years ago
Serhiy Storchaka
148679982f
Issue #22369 : Change "context manager protocol" to "context management protocol".
11 years ago
Stefan Krah
964feabd79
Issue #22284 : Update decimal.__all__
11 years ago
Benjamin Peterson
df0eb95b57
remove various dead version checks ( closes #22349 )
Patch from Thomas Kluyver.
11 years ago
Serhiy Storchaka
8f0a1d0f28
Issue #22226 : Added private function _splitdict() in the Tkinter module.
First letter no longer is stripped from the "status" key in
the result of Treeview.heading().
11 years ago
Serhiy Storchaka
c70386ec16
Issue #22131 : Fixed a bug in handling an error occured during reading from
a pipe in _ipconfig_getnode().
11 years ago
Serhiy Storchaka
f54c350160
Issue #19524 : Fixed resource leak in the HTTP connection when an invalid
response is received. Patch by Martin Panter.
11 years ago
Nick Coghlan
1d52096d14
Issue #22295 : Adopt 'python -m pip' as the preferred invocation
11 years ago
Nick Coghlan
af117ed3d7
Issue #22346 : also include asyncio PEP 411 notice in 3.4
11 years ago
Ned Deily
1ff32a9169
Keep Mac/build-installer.py in sync across branches (affects 2.7 only).
11 years ago
Serhiy Storchaka
848c8b29f6
Issue #20643 : Removed unneeded (and wrong) class directives.
11 years ago
Serhiy Storchaka
607cb9cf99
Issue #22221 : Add tests for compile() with source encoding cookie.
11 years ago
Terry Jan Reedy
d43ffc9aba
Issue #21933 : Make Control-Mousewhell only change font size and not also scroll.
Original patch by Serhiy Storchaka.
11 years ago
Terry Jan Reedy
be74668dd5
NEWS items for Idle.
11 years ago
Terry Jan Reedy
67fe046878
NEWS items for turtledemo.
11 years ago
Terry Jan Reedy
70349141ee
Issue #22051 : remove unneeded reload that allowed bad code.
11 years ago
Victor Stinner
88b215e20f
Issue #21440 : test_zipfile: replace last direct calls to os.remove() with
support.unlink()
11 years ago
Victor Stinner
57004c696a
Issue #21440 : Backport changeset 4ebf97299b18 to branch 3.4, use
support.rmtree() and support.unlink() in test_zipfile & test_tarfile
11 years ago
Victor Stinner
19c899c1b1
Issue #20957 : test_smtpnet now uses support.transient_internet() to call
check_ssl_verifiy(), so only test_connect_using_sslcontext_verified() is
skipped if smtp.gmail.com cannot be joined, not the whole file.
11 years ago
Victor Stinner
2bb8a08159
Issue #22332 : test_multiprocessing_main_handling is now skipped if sem_open
implementation is broken (ex: skipped on FreeBSD 6.4).
11 years ago
Victor Stinner
6ab728612d
Issue #22331 : Skip test_interrupted_write_text() on FreeBSD older than 8.0
11 years ago
Terry Jan Reedy
c6a1c02cce
Issue #21933 : Users can now change the font size for example code.
Original patch by Lita Cho.
11 years ago
Victor Stinner
282124b8c4
Closes #22258 : Fix the the internal function set_inheritable() on Illumos.
This platform exposes the function ioctl(FIOCLEX), but calling it fails with
errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable() now falls
back to the slower fcntl() (F_GETFD and then F_SETFD).
11 years ago
Berker Peksag
a42ad6bf84
Remove unused imports.
11 years ago
Berker Peksag
a7614d08bf
Issue #19447 : Suppress output of py_compile.compile().
11 years ago
Ned Deily
29020b155a
Issue #22320 : Fix broken link in the General Python FAQ.
Original patch by Josh Lynn.
11 years ago