- 16 Mar, 2002 11 kayıt (commit)
-
-
Michael W. Hudson yazdı
revision 1.54 of os.py Fix [ 530236 ] os.py assumes existence of statvfs_resul This was pretty dense of me. Sorry. 2.2.1 candidate.
-
Michael W. Hudson yazdı
backport montanaro's checkin of revision 1.24 of calendar.py make _localized_name instances work more like the tuples they replaced. In 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. [and then] Corrected _localized_name.__getitem__ based on code in patch 503202 (which I thought was just a bug report, so didn't notice - doh!). This handles slicing, which v 1.23 didn't.
-
Michael W. Hudson yazdı
revision 2.23 of pypcre.c Include Python.h first. Fixes #530159.
-
Michael W. Hudson yazdı
revision 1.121 of test_descr.py "Fix" for SF bug #520644: __slots__ are not pickled. 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).
-
Michael W. Hudson yazdı
revision 2.129 of typeobject.c "Fix" for SF bug #520644: __slots__ are not pickled. 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.
-
Michael W. Hudson yazdı
revision 2.26 of _localemodule.c Verify arguments for nl_langinfo. Fixes #528879.
-
Michael W. Hudson yazdı
backport fdrake's checkin of revision 1.5 of log.py Set/update self.cwd properly.
-
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.
-
- 15 Mar, 2002 15 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ı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Michael W. Hudson yazdı
revision 1.120 of test_descr.py Test for the fix I just checked in to moduleobject.c. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 2.41 of moduleobject.c Fix for SF bug #529050 - ModuleType.__new__ crash. There were several places that assumed the md_dict field was always set, but it needn't be. Fixed these to be more careful. I changed PyModule_GetDict() to initialize md_dict to a new dictionary if it's NULL. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.29 of asyncore.py [Bug #517554] When a signal happens during the select call in asyncore.poll, the select fails with EINTR, which the code catches. However, the code fails to clear the r/w/e arrays (like poll3 does), which means it acts as if every descriptor had received all possible events. Bug report and patch by Cesar Eduardo Barros
-
Michael W. Hudson yazdı
revision 1.104 of ext.tex revision 1.4 of windows.tex revision 1.1 of building.tex removal of unix.tex Patch #500136: Update Update ext build documentation. 2.2.1 candidate.
-
cvs2svn yazdı
'release22-maint'.
-
Michael W. Hudson yazdı
revision 1.10 of test_cfgparser.py As part of fixing bug #523301, add a simple test of ConfigParser.write()
-
Michael W. Hudson yazdı
revision 1.6 of test_cfgparser As part of fixing bug #523301, add a simple test of ConfigParser.write()
-
Michael W. Hudson yazdı
backport akuchling's checkin of revision 1.39 of ConfigParser.py [Bug #523301] ConfigParser.write() produces broken output for values that were originally rfc822-like line continuations. Modified version of a patch from Matthias Ralfs.
-
Michael W. Hudson yazdı
revision 2.2 of cellobject.h Cells are not VAR objects. Noted by Jason Orendorff, SF #520768. Bug fix candidate for 2.1 & 2.2.
-
Neal Norwitz yazdı
-
- 14 Mar, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Michael W. Hudson yazdı
revision 1.118 of test_descr.py Add a check that SF bug 516727 is really fixed.
-
Michael W. Hudson yazdı
backport jhylton's checkin of revision 1.7 of test_pyclbr.py Fix pyclbr test of httplib without really understanding pyclbr. It seems that the new class HTTP11 in httplib.test() isn't discoverable by pyclbr, which causes this test to fail.
-
- 13 Mar, 2002 4 kayıt (commit)
-
-
Tim Peters yazdı
free" glitch). unicodeobject.c: squash compiler warnings. Noting that test_pyclbr currently fails in 2.2.1: test_others (__main__.PyclbrTest) ... ??? HTTP11 FAIL
-
Fred Drake yazdı
This closes SF bug #420851.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
(dropping tildes into data that still goes through LaTeX-like processing is a bad idea).
-
- 12 Mar, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
by stat and time functions. This closes SF patch #523271.
-
Fred Drake yazdı
other PyObject *. This closes SF bug #494007.
-
Fred Drake yazdı
This closes SF bug #517684.
-