Serhiy Storchaka
084f7e4012
Issue #9006 : Added tests for XML RPC with non-UTF-8 encoding.
11 years ago
Senthil Kumaran
76d9a6bbd2
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
11 years ago
Terry Jan Reedy
356765194c
Issue #25905 : Specify 'ascii' encoding for README.txt and NEWS.txt.
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
11 years ago
Senthil Kumaran
80538e9dfe
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
11 years ago
Steve Dower
332334f1ab
Issue #26071 : bdist_wininst created binaries fail to start and find 32bit Python
11 years ago
Steve Dower
87fb7f64d8
Issue #26073 : Update the list of magic numbers in launcher
11 years ago
Steve Dower
10cabcbe14
Issue #26065 : Excludes venv from library when generating embeddable distro.
11 years ago
Steve Dower
1d329413fc
Issue #25850 : Use cross-compilation by default for 64-bit Windows.
11 years ago
Steve Dower
e248f6875b
Issue #25089 : Adds short documentation section for modifying an install.
11 years ago
Senthil Kumaran
a82908f743
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args.
Patch contributed by Upendra Kumar.
11 years ago
Martin Panter
7a5fe6d5d1
Issue #14771 : Redirect GDB's stdin to avoid messing the terminal settings
Otherwise, GDB seems to affect the terminal's foreground process group,
interfering with test_ioctl, which does not expect the foreground process to
change during the test. This change also solves the problem of the tests
being stopped in the shell if test_gdb is run twice in parallel.
11 years ago
Martin Panter
20b1bfa6fb
Issue #26127 : Fix links in tokenize documentation; patch by Silent Ghost
11 years ago
Gregory P. Smith
a3a58331a5
Make the error message regex more lenient so that it matches both
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as
some SSL libraries use different text than OpenSSL.
11 years ago
Gregory P. Smith
c7b05a409d
Make the error message regex more lenient so that it matches both
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as
some SSL libraries use different text than OpenSSL.
11 years ago
Brett Cannon
56aae8f304
Issue #17633 : Improve support for namespace packages with zipimport.
Previously zipimport mistakenly limited namespace support to only the
top-level of the zipfile when it should have supported an arbitrary
depth.
Thanks to Phil Connel for the bug report and initial patch and Mike
Romberg for the final patch.
11 years ago
Brett Cannon
07b954d148
Add some "used with permission" mentions where external resources are referenced.
Permission was validated prior to adding these markings.
11 years ago
Brett Cannon
45adb3100b
Issue #26114 : Remove a reference to 'Numerical Recipes'.
While no copyright violation occurred, the license which
'Numerical Recipes' operates under is not amenable to Python,
so to prevent confusion it's easier to simply remove its mention.
11 years ago
Martin Panter
a8b43b5fc3
Issue #25940 : Merge ETIMEDOUT fix from 3.4 into 3.5
11 years ago
Martin Panter
3f2240ccb6
Issue #25940 : Merge ETIMEDOUT fix from 3.3 into 3.4
11 years ago
Martin Panter
fab75d9bb9
Issue #25940 : Merge ETIMEDOUT fix from 3.2 into 3.3
11 years ago
Martin Panter
035583b389
Issue #25940 : On Windows, connecting to port 444 returns ETIMEDOUT
11 years ago
Martin Panter
40b97ec57a
Issue #25940 : Update new SSL tests for self-signed.pythontest.net
Removed SSL_ERROR_SYSCALL checking from ssl_io_loop() so that the loop can
terminate when unwrap() raises that error.
11 years ago
Martin Panter
17cbee49d6
Issue #25940 : Merge self-signed.pythontest.net testing from 3.4 into 3.5
11 years ago
doko@ubuntu.com
17210f50d2
dictobject.c(dict_sizeof): Make it static again.
11 years ago
Martin Panter
b55f8b79af
Issue #25940 : Update new SSL tests for self-signed.pythontest.net
11 years ago
Martin Panter
514bb0711f
Issue #25940 : Merge self-signed.pythontest.net testing from 3.3 into 3.4
11 years ago
Martin Panter
73f55076f6
Issue #25940 : Merge self-signed.pythontest.net testing from 3.2 into 3.3
11 years ago
Martin Panter
3d81d93f34
Issue #25940 : Use self-signed.pythontest.net in SSL tests
This is instead of svn.python.org, whose certificate recently expired, and
whose new certificate uses a different root certificate.
The certificate used at the pythontest server was modifed to set the "basic
constraints" CA flag. This flag seems to be required for test_get_ca_certs_
capath() to work (in Python 3.4+).
Added the new self-signed certificate to capath with the following commands:
cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/}
c_rehash -v Lib/test/capath/
c_rehash -v -old Lib/test/capath/
# Note the generated file names
cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0}
mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0}
The new server responds with "No route to host" when connecting to port 444.
11 years ago
Ezio Melotti
397bb2486a
#26001 : mention in the tutorial that files in binary mode expect bytes, not str.
11 years ago
Ezio Melotti
f418db2e8c
#19006 : fix wording in unittest docs.
11 years ago
Zachary Ware
bed30c37d8
Issue #25348 : Add --pgo and --pgo-job flags to PCbuild\build.bat
11 years ago
Yury Selivanov
a7c159ddf3
Issue #25486 : Drop "removed in 3.6" wording from inspect.getargspec docs.
11 years ago
Ezio Melotti
84c63e8df4
#25517 : fix regex in the regex howto. Patch by Elena Oat.
11 years ago
Ezio Melotti
7c018aa377
#25991 : fix readline example to limit history size. Patch by Daniel Dye.
11 years ago
Barry Warsaw
e973620472
Merge heads.
11 years ago
doko@ubuntu.com
b2b1217270
- Issue #24705 : Fix sysconfig._parse_makefile not expanding ${} vars
appearing before $() vars.
11 years ago
Barry Warsaw
09880c89e9
Comment out some tests that won't pass now that we've reverted the
picklability regression. Also, as per further discussion, remove the
regressing code.
11 years ago
Barry Warsaw
885e1939be
Issue #22995 : [UPDATE] Comment out the one of the pickleability tests in
_PyObject_GetState() due to regressions observed in Cython-based projects.
11 years ago
Yury Selivanov
b4b8a0ef3e
Merge 3.4 (Issue #26050 )
11 years ago
Yury Selivanov
d9d0e864b9
Issue #26050 : Add asyncio.StreamReader.readuntil() method.
Patch by Марк Коренберг.
11 years ago
Andrew Svetlov
ea471348f4
Fix versionadded to use 3.5.1 only for 3.5 branch
11 years ago
Andrew Svetlov
3af81f2505
merge 3.4
11 years ago
Andrew Svetlov
f1240169b3
Document asyncio.timeout()
11 years ago
Andrew Svetlov
4ea31f5b86
merge 3.4
11 years ago
Andrew Svetlov
9d976fa75f
Sync with asyncio
11 years ago
Andrew Svetlov
3feb9460ed
Add missing Misc/NEWS update
11 years ago
Andrew Svetlov
b86abb79aa
merge 3.4
11 years ago
Andrew Svetlov
c07b16b40f
Sync with asyncio repo
11 years ago
Mark Hammond
ce543fd795
Issue #26070 : py.exe launcher fails to find in-place built binaries from earlier Python versions.
11 years ago
Benjamin Peterson
4d927420b8
merge 3.4 ( #26066 )
11 years ago