Meador Inge
|
ca9652ea5d
|
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Patch by Flávio Ribeiro.
|
2012-07-20 12:48:34 -05:00 |
|
Andrew Svetlov
|
ddcb6206bf
|
Issue #15404: Refleak in PyMethodObject repr.
|
2012-07-20 14:51:45 +03:00 |
|
Vinay Sajip
|
3be7a8bbcf
|
Issue #15399: Added versionchanged for processName.
|
2012-07-20 09:50:18 +01:00 |
|
Jesus Cea
|
62a5c3216d
|
Closes #15395: memory leaks in selectmodule.c
|
2012-07-19 21:31:26 +02:00 |
|
Jesus Cea
|
ef86d12979
|
Closes #15396: memory leak in tkinter
|
2012-07-19 21:18:07 +02:00 |
|
Meador Inge
|
29e49d6394
|
Issue #15394: Fix ref leaks in PyModule_Create.
Patch by Julia Lawall.
|
2012-07-19 13:45:43 -05:00 |
|
Meador Inge
|
60c2266afe
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
|
2012-07-19 00:01:22 -05:00 |
|
Meador Inge
|
996ae04943
|
remove unused variable
|
2012-07-18 17:57:46 -05:00 |
|
Meador Inge
|
f69e24e3c6
|
Issue #15368: fixing variable typo.
|
2012-07-18 16:41:03 -05:00 |
|
Meador Inge
|
2ca6315d15
|
Issue #15368: make bytecode generation deterministic.
|
2012-07-18 14:20:11 -05:00 |
|
Hynek Schlawack
|
0b350c6b3e
|
Use posixpath.join() explicitely in posixpath.join() test
Used os.path.join before which has different semantics on Windows.
|
2012-07-17 14:28:44 +02:00 |
|
Eli Bendersky
|
ceb23316c8
|
merge heads
|
2012-07-17 14:22:01 +03:00 |
|
Eli Bendersky
|
66099b0cdc
|
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
|
2012-07-17 14:20:38 +03:00 |
|
Hynek Schlawack
|
c5a4566922
|
#15377: Make posixpath.join() more strict when checking for str/bytes mix
Based on a patch by Nick Coghlan.
|
2012-07-17 13:05:43 +02:00 |
|
Nick Coghlan
|
eb3e62f1c8
|
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
|
2012-07-17 20:42:39 +10:00 |
|
Hynek Schlawack
|
7cdc2bdd0d
|
Fix context manager use in posixpath.join() tests
The asserts were useless (and buggy).
|
2012-07-17 10:48:19 +02:00 |
|
Gregory P. Smith
|
954d46b2cc
|
one more test fix for systems without select.poll. tested by deleting
select.poll before running. works both ways (finally). this should fix
the windows build.
|
2012-07-16 15:48:30 -07:00 |
|
Gregory P. Smith
|
ac14aa5187
|
Fix unchecked select.poll reference in setUp and tearDown for
platforms that don't have it.
|
2012-07-16 13:38:45 -07:00 |
|
Gregory P. Smith
|
5bcd005a0b
|
Fix the with_poll tests for platforms without poll. missing import.
|
2012-07-16 13:34:50 -07:00 |
|
Gregory P. Smith
|
dad5711677
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.
|
2012-07-15 23:42:26 -07:00 |
|
Hynek Schlawack
|
4774946c3b
|
#15180: Clarify posixpath.join() error message when mixing str & bytes
|
2012-07-15 16:21:30 +02:00 |
|
Nick Coghlan
|
a3d1cac4b2
|
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
|
2012-07-15 00:36:39 +10:00 |
|
Nick Coghlan
|
761bb11374
|
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
|
2012-07-14 23:59:22 +10:00 |
|
Antoine Pitrou
|
2bb3021837
|
Try other approach to fix issue #15334.
|
2012-07-13 22:46:41 +02:00 |
|
Antoine Pitrou
|
924ae1b040
|
Remove duplicate entry and fix order
|
2012-07-13 21:13:25 +02:00 |
|