- 17 Mar, 2002 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 16 Mar, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
grammer productions. Fixes SF bug #520959.
-
Fred Drake yazdı
Added examples of positive lookbehind assertions. This closes SF bug #529708.
-
Fred Drake yazdı
change the installed version on either of the machines I use to format the docs. Instead, use a compatibility hack to support both versions. This is also better for external users of the Python styles.
-
Jack Jansen yazdı
-
- 15 Mar, 2002 17 kayıt (commit)
-
-
Fred Drake yazdı
level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117.
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
implementation to match the documentation for py-honor-comment-indentation w.r.t. not nil or t value. In that case it should still ignore ## for indentation purposes. Closes SF bug #523825, w/ patch provided by Christian Stork (mod'd by Barry). Python 2.2.1 candidate.
-
Fred Drake yazdı
-
Skip Montanaro yazdı
thought was just a bug report, so didn't notice - doh!). This handles slicing, which v 1.23 didn't.
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
Skip test_longexp for MacPython on Mac OS X. It triggers a pathological realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-) 2.2.1 candidate.
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
If no webbrowsers were found _tryorder would be empty, cmd would never be set and the "del cmd" would fail. Fixed. 2.2.1 candidate.
-
Martin v. Löwis yazdı
in PyObject_Get/SetAttr.
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
[ 530236 ] os.py assumes existence of statvfs_resul This was pretty dense of me. Sorry. 2.2.1 candidate.
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
particular, negative indexes work and they are limited by the actual length of the names they represent (weekday and month names). This closes bug #503202.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 14 Mar, 2002 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
As promised in my response to the bug report, I'm not really fixing it; in fact, one could argule over what the proper fix should do. Instead, I'm adding a little magic that raises TypeError if you try to pickle an instance of a class that has __slots__ but doesn't define or override __getstate__. This is done by adding a bozo __getstate__ that always raises TypeError. Bugfix candidate (also the checkin to typeobject.c, of course).
-
Guido van Rossum yazdı
As promised in my response to the bug report, I'm not really fixing it; in fact, one could argule over what the proper fix should do. Instead, I'm adding a little magic that raises TypeError if you try to pickle an instance of a class that has __slots__ but doesn't define or override __getstate__. This is done by adding a bozo __getstate__ that always raises TypeError.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Skip Montanaro yazdı
only retained for backward compatibility with older versions of the library.
-
- 13 Mar, 2002 5 kayıt (commit)
-
-
Tim Peters yazdı
free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week.
-
Fred Drake yazdı
This closes SF bug #420851.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
to include various characters used in code samples, URLs, and other special contexts. This closes SF bug #525684.
-
Fred Drake yazdı
(dropping tildes into data that still goes through LaTeX-like processing is a bad idea).
-
- 12 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-