- 09 Şub, 2009 3 kayıt (commit)
-
-
Guilherme Polo yazdı
Tkinter.Text.search
-
Guilherme Polo yazdı
-
Mark Dickinson yazdı
It now forces its argument to double before testing for infinity.
-
- 08 Şub, 2009 9 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
platforms. The previous code was fragile, depending on the twin accidents that: (1) in C, casting the double value 2.**63 to long returns the integer value -2**63, and (2) in Python, hash(-2**63) == hash(2**63). There's already a test for this in test_hash.
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
-
- 07 Şub, 2009 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
empty file is sloppy and non-portable. Use NamedTemporaryFile to make an empty file.
-
Georg Brandl yazdı
-
Guilherme Polo yazdı
-
Neil Schemenauer yazdı
correctly (should be assigned using STORE_GLOBAL opcode). This was done by having the system table differentiate between explict and implicit globals.
-
Neil Schemenauer yazdı
-
Tarek Ziadé yazdı
#3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
-
- 06 Şub, 2009 16 kayıt (commit)
-
-
Guilherme Polo yazdı
not be used again (this requires Tcl/Tk 8.3.1), also fix a memory leak in Tkapp_Call when calling from a thread different than the one that created the Tcl interpreter.
-
Guilherme Polo yazdı
from a thread different than the one that created the Tcl interpreter.
-
Neil Schemenauer yazdı
the only user of this is Lib/distutils/tests/test_build_ext.py (in order to find the source for xxmodule.c). I'm not sure if other platforms need similar tweaks, I'm not brave enough to attempt it without being able to test.
-
Neil Schemenauer yazdı
hacks. The new code is based on issue #2472 posted by Antoine Pitrou. I did some further cleanups of the pyassem code and optimized the block ordering pass.
-
Tarek Ziadé yazdı
-
Armin Rigo yazdı
-
Kristján Valur Jónsson yazdı
Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error.
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Eric Smith yazdı
tuple. Patch by Ross Light.
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Neil Schemenauer yazdı
-
- 05 Şub, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Neil Schemenauer yazdı
-