- 06 Şub, 2008 4 kayıt (commit)
-
-
Walter Dörwald yazdı
Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. Rewrap content to 80 chars.
-
Christian Heimes yazdı
in Object/ are named ``free_list``, the counter ``numfree`` and the upper limit is a macro ``PyName_MAXFREELIST`` inside an #ifndef block. The chances should make it easier to adjust Python for platforms with less memory, e.g. mobile phones.
-
Christian Heimes yazdı
-
Raymond Hettinger yazdı
-
- 05 Şub, 2008 12 kayıt (commit)
-
-
Georg Brandl yazdı
* Convert both to unittest. * Use the same unit testing code. * Include the expected output in both test files. * Make it possible to regenerate the expected output by running the file as a script with an '-r' argument.
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
(This code is duplicated between pydoc and DocXMLRPCServer; maybe it should be refactored as a GHOP project.) 2.5.2 backport candidate.
-
Marc-André Lemburg yazdı
-
Georg Brandl yazdı
-
Lars Gustäbel yazdı
permissions for missing directories. (will backport to 2.5)
-
Skip Montanaro yazdı
-
Amaury Forgeot d'Arc yazdı
there is no need to emit co_lnotab item when both offsets are zeros.
-
- 04 Şub, 2008 6 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
The mapping between bytecode offsets and source lines (lnotab) did not contain an entry for the beginning of the loop. Now it does, and the lnotab can be a bit larger: in particular, several statements on the same line generate several entries. However, this does not bother the settrace function, which will trigger only one 'line' event. The lnotab seems to be exactly the same as with python2.4.
-
Amaury Forgeot d'Arc yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
I implemented the function sys._compact_freelists() and C API functions PyInt_/PyFloat_CompactFreeList() to compact the pre-allocated blocks of ints and floats. They allow the user to reduce the memory usage of a Python process that deals with lots of numbers. The patch also renames sys._cleartypecache to sys._clear_type_cache
-
Jeffrey Yasskin yazdı
-
- 03 Şub, 2008 18 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
to the main mailbox, copy it to secondary mailbox instances.
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
Add PyFrozenSet_Check(), which was not needed before; The list of Py*Set_Check* macros seems to be complete now. Add missing NEWS entries about all this.
-
Christian Heimes yazdı
-
Neal Norwitz yazdı
-
Christian Heimes yazdı
Use vsbuild instead of devenv in build.bat and _bsddb.vcproj
-
Georg Brandl yazdı
-
Brett Cannon yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
r293 | jcea | 2008-01-31 01:08:19 -0800 (Thu, 31 Jan 2008) | 4 lines Solved memory leak when using cursors with databases without environment.
-
Andrew MacIntyre yazdı
what we should call [this wrapper only available on OS/2]. Backport candidate to 2.5.
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
searches as to how they were listed in the environment variable.
-
Brett Cannon yazdı
-