- 29 Nis, 2009 5 kayıt (commit)
-
-
Matthias Klose yazdı
the order that backends for the dbm extension are checked.
-
Matthias Klose yazdı
the order that backends for the dbm extension are checked.
-
R. David Murray yazdı
-
R. David Murray yazdı
process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai.
-
Tarek Ziadé yazdı
-
- 28 Nis, 2009 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Thomas Heller yazdı
instead of mipsel)
-
R. David Murray yazdı
-
R. David Murray yazdı
enabling doctests that Sphinx can run, and fixing and disabling tests that Sphinx can't run. I hand checked every test not now marked as a doctest, and all except the two that have open bug reports against them now work, at least on Linux/trunk. (I did not look at the last example at all since there was already an open bug). I did not read the whole document with an editor's eye, but I did fix a few things I noticed while working on the tests.
-
Eric Smith yazdı
-
- 27 Nis, 2009 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
string is already in normalized form, by performing a quick check beforehand. Original patch by Rauli Ruohonen.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
at once could hit the recursion limit if the mimetypes database hadn't been initialized before.
-
Eric Smith yazdı
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
-
R. David Murray yazdı
works when an exception gets to the interactive prompt, and update the examples after testing. The last one is now a valid Sphinx doctest, but of the preceding two one can't be made a doctest and the other one I'm postponing to 3.x because sphinx handles doctests as Unicode strings and that makes the 2.x output confusing.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported.
-
- 26 Nis, 2009 15 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
in path. Bug 5559.
-
Walter Dörwald yazdı
-
Mark Dickinson yazdı
-
Walter Dörwald yazdı
-
Mark Dickinson yazdı
(Internal plumbing changes for float parsing.)
-
Mark Dickinson yazdı
-
Eric Smith yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
titlecase, but not their own uppercase.
-
- 25 Nis, 2009 2 kayıt (commit)
-
-
Eric Smith yazdı
If anyone wants to clean up the documentation, feel free. It's my first documentation foray, and it's not that great. Will port to py3k with a different strategy.
-
-