Serhiy Storchaka
|
92b9a1f911
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:14:08 +02:00 |
Serhiy Storchaka
|
f675a37ed3
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:13:44 +02:00 |
Martin Panter
|
cf01441315
|
Fix typos in documentation
|
2016-11-20 08:37:21 +00:00 |
Serhiy Storchaka
|
85b0f5beb1
|
Added the const qualifier to char* variables that refer to readonly internal
UTF-8 represenatation of Unicode objects.
|
2016-11-20 10:16:47 +02:00 |
Martin Panter
|
6e723d2d11
|
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Based on suggestion by Eryk Sun.
|
2016-11-20 07:58:35 +00:00 |
Martin Panter
|
395733d46b
|
Issue #10656: Fix out-of-tree building on AIX
The ld_so_aix script and python.exp file are created in the build directory.
Patch by Tristan Carel and Michael Haubenwallner.
|
2016-11-20 07:56:37 +00:00 |
Serhiy Storchaka
|
a98c4a984b
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
|
2016-11-20 09:13:40 +02:00 |
Serhiy Storchaka
|
06515833fe
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
|
2016-11-20 09:13:07 +02:00 |
Serhiy Storchaka
|
f6f1591808
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
|
2016-11-20 08:48:30 +02:00 |
Serhiy Storchaka
|
e20973926a
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
|
2016-11-20 08:48:07 +02:00 |
Serhiy Storchaka
|
144f77a981
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
|
2016-11-20 08:47:21 +02:00 |
Serhiy Storchaka
|
52d0eb2dc0
|
Issue #27998: Documented bytes paths support on Windows.
|
2016-11-20 08:25:07 +02:00 |
Serhiy Storchaka
|
3c38e066b1
|
Issue #27998: Documented bytes paths support on Windows.
|
2016-11-20 08:23:07 +02:00 |
Steve Dower
|
17c27d7c7d
|
Merge from 3.6
|
2016-11-19 21:14:37 -08:00 |
Steve Dower
|
bb08db4010
|
Fixes empty tuple case.
|
2016-11-19 21:14:27 -08:00 |
Steve Dower
|
b8f4c7a779
|
Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv
|
2016-11-19 20:12:08 -08:00 |
Steve Dower
|
eccaa0679d
|
Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv
|
2016-11-19 20:11:56 -08:00 |
Steve Dower
|
83aeb3cc80
|
Issue #28732: Raise ValueError when argv[0] is empty
|
2016-11-19 19:17:46 -08:00 |
Steve Dower
|
bce26262d1
|
Issue #28732: Raise ValueError when argv[0] is empty
|
2016-11-19 19:17:26 -08:00 |
Steve Dower
|
93ff8725b3
|
Issue #28732: Raise ValueError when argv[0] is empty.
|
2016-11-19 19:03:54 -08:00 |
Steve Dower
|
6f33e294e5
|
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
|
2016-11-19 18:53:36 -08:00 |
Steve Dower
|
859fd7bd7a
|
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
|
2016-11-19 18:53:19 -08:00 |
Steve Dower
|
1325ee0938
|
Merge from 3.6
|
2016-11-19 18:41:31 -08:00 |
Steve Dower
|
c3630612ab
|
Merge from 3.5 and fix a few other functions missing IPH handling.
|
2016-11-19 18:41:16 -08:00 |
Steve Dower
|
11f4326ca1
|
Issue #28732: Fix crash in os.spawnv() with no elements in args
Prevents crashes in some other posixmodule.c functions
|
2016-11-19 18:33:39 -08:00 |
Guido van Rossum
|
6e3f34b6b6
|
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.6->3.7)
|
2016-11-19 10:32:44 -08:00 |
Guido van Rossum
|
43891e0a53
|
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6)
|
2016-11-19 10:32:43 -08:00 |
Guido van Rossum
|
ca4b252fba
|
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)
|
2016-11-19 10:32:41 -08:00 |
Xavier de Gaye
|
002d61fea7
|
Issue #28746: Merge 3.6
|
2016-11-19 16:20:31 +01:00 |
Xavier de Gaye
|
ec5d3cd533
|
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
that do not have the ioctl FIOCLEX and FIONCLEX commands
|
2016-11-19 16:19:29 +01:00 |
Martin Panter
|
e82338ddab
|
Issue #28548: Parse HTTP request version even if too many words received
|
2016-11-19 01:06:37 +00:00 |
Brett Cannon
|
dc0e6f9ea3
|
Merge for issue #28705
|
2016-11-18 10:42:10 -08:00 |
Brett Cannon
|
78ffd6cffa
|
Issue #28705: greatly simplify the FAQ entry on transpiling.
This also eliminats a dead link to Weave in the process.
|
2016-11-18 10:41:28 -08:00 |
Brett Cannon
|
0c633985d7
|
Issue #24452: add attribution
|
2016-11-18 10:28:10 -08:00 |
Zachary Ware
|
3d1caab7b9
|
Merge with 3.6
|
2016-11-17 23:31:29 -06:00 |
Zachary Ware
|
d23881e3a0
|
Ignore newly added suspicious line
|
2016-11-17 23:30:27 -06:00 |
Raymond Hettinger
|
f0cb7f4a7e
|
merge
|
2016-11-17 01:50:16 -08:00 |
Raymond Hettinger
|
a3950e42b0
|
Small edits to the docs for sample() and shuffle().
|
2016-11-17 01:49:54 -08:00 |
Raymond Hettinger
|
b2d6bd0fbd
|
merge
|
2016-11-17 00:45:51 -08:00 |
Raymond Hettinger
|
0a1a909fe2
|
Further refinements to the examples and recipes for the random module
|
2016-11-17 00:45:35 -08:00 |
Xavier de Gaye
|
ac05f88582
|
Issue #26926: Merge 3.6
|
2016-11-17 09:22:43 +01:00 |
Xavier de Gaye
|
877f036950
|
Issue #26926: Skip some test_io tests on platforms without large file support
|
2016-11-17 09:20:28 +01:00 |
Xavier de Gaye
|
56758354c8
|
Issue 26931: Merge 3.6
|
2016-11-17 09:01:58 +01:00 |
Xavier de Gaye
|
dfc13e069a
|
Issue 26931: Skip the test_distutils tests using a compiler executable
that is not found
|
2016-11-17 09:00:19 +01:00 |
Raymond Hettinger
|
b7a45d448e
|
merge
|
2016-11-16 22:56:37 -08:00 |
Raymond Hettinger
|
00305ade58
|
Add another example to the recipes section of the random docs
|
2016-11-16 22:56:11 -08:00 |
Raymond Hettinger
|
e92245b3df
|
merge
|
2016-11-16 21:34:39 -08:00 |
Raymond Hettinger
|
2589ee3e2b
|
Minor touch-ups to the random module examples
|
2016-11-16 21:34:17 -08:00 |
Steve Dower
|
cb9d10fecb
|
Null merge from 3.6
|
2016-11-16 16:35:53 -08:00 |
Steve Dower
|
be1ed8b028
|
Merge from 3.5
|
2016-11-16 16:35:40 -08:00 |