- 19 Nov, 2013 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
-
doko authored
-
doko authored
-
doko authored
-
doko authored
-
Zachary Ware authored
This will be merged into default when PEP451 is merged in. See changeset 5d38989191bb in features/pep-451
-
Zachary Ware authored
to avoid reporting success on empty tests.
-
- 18 Nov, 2013 14 commits
-
-
Victor Stinner authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
exists in 3.4 but apparently wasn't done for 3.3).
-
Victor Stinner authored
the PyAccu API
-
Victor Stinner authored
On Windows, a factor of 50% gives best performances.
-
Charles-François Natali authored
-
Victor Stinner authored
reference counter of stgdict after result stole a reference to it
-
Victor Stinner authored
KeepRef() decreases the reference counter of its 'keep' parameter on error
-
Larry Hastings authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1649/steps/test/logs/stdio ====================================================================== FAIL: test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\home\cpython\buildslave\x64\3.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_asyncio\test_windows_events.py", line 112, in test_wait_for_handle self.assertTrue(0.18 < elapsed < 0.22, elapsed) AssertionError: False is not true : 0.25
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 17 Nov, 2013 2 commits
-
-
Gregory P. Smith authored
on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option.
-
Zachary Ware authored
-
- 18 Nov, 2013 10 commits
-
-
Victor Stinner authored
-
Guido van Rossum authored
-
Victor Stinner authored
Fix a compiler warning on Windows 64-bit
-
Victor Stinner authored
portable
-
Victor Stinner authored
bytes Fix compiler warnings on Windows 64-bit
-
Victor Stinner authored
-
Victor Stinner authored
Fix a compiler warning on Windows 64-bit
-
Victor Stinner authored
Fix compiler warnings on Windows 64-bit
-
Victor Stinner authored
Python parser doesn't support lines longer than INT_MAX bytes yet
-
Victor Stinner authored
INT_MAX states and labels should be enough for everyone
-
- 17 Nov, 2013 3 commits
-
-
Antoine Pitrou authored
-
Victor Stinner authored
the unit test on max time (but be more strict on mon time). Example of failure: http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/6978/steps/test/logs/stdio ====================================================================== FAIL: test_timeout (test.test_selectors.PollSelectorTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_selectors.py", line 316, in test_timeout self.assertTrue(0.5 < t1 - t0 < 1.5, t1 - t0) AssertionError: False is not true : 1.5033390671014786
-
Victor Stinner authored
year before 1900.
-