- 22 Eki, 2003 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Part of patch #648322] Delete the poll2() function, which uses a 'poll' extension module that was once part of Medusa. Contributed by Kjetil Jacobsen
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
of the dispatcher object break. e.g. if you close() the object, it tries to remove itself from the default map, not from the map the dispatcher was created with. The patch, from Stephane Ninin, records the map as an attribute of the dispatcher instance. 2.3 bugfix candidate.
-
Fred Drake yazdı
This closes SF bug #827260.
-
- 21 Eki, 2003 14 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Jeremy Hylton yazdı
Even if a new dict is generated for locals, it is stored in f->f_locals.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
The patch was tweaked slightly. It's get a different mechanism for generating the cnonce which uses /dev/urandom when possible to generate less-easily-guessed random input. Also rearrange the imports so that they are alphabetical and duplicates are eliminated. Add a few XXX comments about things left undone and things that could be improved.
-
Fred Drake yazdı
- start cleaning up the markup for consistency - comment out the reference to a MS KnowledgeBase article that doesn't seem to be present at msdn.microsoft.com; hopefully someone can point out an alternate source for the relevant information
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
generator. See SF bug #818861.
-
Fred Drake yazdı
iterator where it probably shouldn't have. Closes SF bug #818861.
-
Fred Drake yazdı
-
Fred Drake yazdı
This avoids having to modify the Expat sources in any way starting with Expat 1.95.7.
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 20 Eki, 2003 3 kayıt (commit)
-
-
Guido van Rossum yazdı
rather than showing weird numbers like 8.4e+03 usec.
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 19 Eki, 2003 6 kayıt (commit)
-
-
Brett Cannon yazdı
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.
-
Brett Cannon yazdı
order to prevent any unexpected surprises from someone using them in a conditional without using curly braces (e.g., ``if (foo) Py_RETURN_TRUE``.
-
Brett Cannon yazdı
the specified value. All three Py_INCREF the singleton and then return it.
-
Martin v. Löwis yazdı
- skip building HTML documentation if it is not available. - Removal of patches, which can't be referenced from a build directly from the tar-file. - Using the RPM tmp directory macro for the buildroot location. - Ensuring that the clean directive doesn't accidentally delete the users root directory or another directory. - --enable-unicode=ucs4 in configure line. Backported to 2.3.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 18 Eki, 2003 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
rename LOCAL_GLOBAL to PARAM_GLOBAL.
-
Gustavo Niemeyer yazdı
-
Gustavo Niemeyer yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Martin v. Löwis yazdı
-
- 17 Eki, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
-
- 16 Eki, 2003 4 kayıt (commit)
-
-
Thomas Heller yazdı
dir_created -> directory_created
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
key provides C support for the decorate-sort-undecorate pattern. reverse provide a stable sort of the list with the comparisions reversed. * Amended the docs to guarantee sort stability.
-