- 10 Eyl, 2010 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Amaury Forgeot d'Arc yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Victor Stinner yazdı
-
Vinay Sajip yazdı
-
- 09 Eyl, 2010 16 kayıt (commit)
-
-
Daniel Stutzbach yazdı
(Patch by Jon Anglin)
-
Daniel Stutzbach yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
a single `\UXXXXXXXX`, regardless of whether the character is printable or not. Also, the "backslashreplace" error handler now joins surrogate pairs into a single character on UCS-2 builds.
-
Antoine Pitrou yazdı
speedups up to 4x (depending on the benchmark). Mostly ported from Unladen Swallow; initial patch by Alexandre Vassalotti.
-
Antoine Pitrou yazdı
(svn.python.org is sometimes unavailable)
-
Antoine Pitrou yazdı
underlying buffer (previously this was only done when deallocating the memoryview), and gain support for the context management protocol.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Experiment: Let collections.namedtuple() do the work. This should work now that _collections is pre-built. The buildbots will tell us shortly.
-
Hirokazu Yamamoto yazdı
* pythoncore.vcproj: Fixed indentation * _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise, VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time loads it in VS8 IDE.
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
* pythoncore.dsp: updated project file * readme.txt: removed dead link * tcl852.patch: fixed patch. it was doubled.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 08 Eyl, 2010 14 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
Fix issue 9794: adds context manager protocol to socket.socket so that socket.create_connection() can be used with the 'with' statement.
-
Antoine Pitrou yazdı
a bug in ascii().
-
Antoine Pitrou yazdı
(followup to r84635, suggested by Dave Malcolm).
-
Antoine Pitrou yazdı
as wide (UCS4) unicode builds for both the host interpreter (embedded inside gdb) and the interpreter under test.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Use the new super() with no arguments. * Replace pow() call with the ** operator. * Increase urandom seeding from 16 bytes to 32 bytes. * Clean-up docstring.
-
Matthias Klose yazdı
to load the one without the SOABI in the name.
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
thread-local storage key.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
adopt a strategy that makes the fewest calls to random().
-
Éric Araujo yazdı
Thanks to Konrad Delong for writing a test for upload_docs --show-response in distutils2, letting me catch my mistake.
-
- 07 Eyl, 2010 3 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
is friendlier towards reference cycles. This change is not normally visible since an optimized C implementation (_thread._local) is used instead.
-