- 08 Ock, 2003 2 kayıt (commit)
-
-
Greg Ward yazdı
-
Guido van Rossum yazdı
-
- 07 Ock, 2003 17 kayıt (commit)
-
-
Guido van Rossum yazdı
whatsnew updates as well.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
by posixmodule.c.
-
Neal Norwitz yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
state swaps in readline).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- Whitespace normalization. - Cleaned up some comments. - Broke long lines.
-
Guido van Rossum yazdı
changes on a sub-branch into output for a given branch.
-
Guido van Rossum yazdı
__weaklist__ descriptor if we added __dict__ or __weaklist__, respectively. With unit test.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
When a module doesn't have a __path__ attribute, trigger a dialog box rather than dumping a traceback to the console.
-
Raymond Hettinger yazdı
The nanoseconds saved by using dict.fromkeys aren't worth the loss in clarity. Linear searches live on.
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
support and other charset defaults. See also: http://article.gmane.org/gmane.comp.python.mime.devel/250 (this just commits the last bit of the article that wasn't part of email 2.4.3.)
-
Andrew M. Kuchling yazdı
-
- 06 Ock, 2003 21 kayıt (commit)
-
-
Guido van Rossum yazdı
- SLOT1BINFULL() macro: changed this to check for __rop__ overriding __op__, like binary_op1() in abstract.c -- the latter only calls the slot function once if both types use the same slot function, so the slot function must make both calls -- which it already did for the __op__, __rop__ order, but not yet for the __rop__, __op__ order when B.__class__ is a subclass of A.__class__. Also test the refinement added in rev. 2.201 that fixes the problem reported in SF bug #623669. Also test a similar provision in abstract.c's binary_op1().
-
Guido van Rossum yazdı
SF bug #623669: only try (e.g.) __rdiv__ before __div__ if the right class actually overrides it.
-
Raymond Hettinger yazdı
a single character. Shaves another 10% off the running time by avoiding the lg2(N) loops and cache effects for the other cases.
-
Guido van Rossum yazdı
tests are run. (All tests in this module should have one of these at the top.)
-
Skip Montanaro yazdı
* reformat schemes to 80 columns
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Skip Montanaro yazdı
notes.
-
Skip Montanaro yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
vile abomination and should be eradicated!
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
- give subsection pages nicer names - shorten some really long table cells; table cells can't wrap in the typeset version of the documentation
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
Document constants for permission bits.
-
Andrew M. Kuchling yazdı
(Power Macintosh -> Power_Macintosh)
-
Raymond Hettinger yazdı
-
Jason Tishler yazdı
The attached patch enables shared extension modules to build cleanly under Cygwin without moving the static initialization of certain function pointers (i.e., ones exported from the Python DLL core) to a module initialization function. Additionally, this patch fixes the modules that have been changed in the past to accommodate Cygwin.
-