| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Backport of _Cmmodule.c 1.8 and cmsupport.py 1.6: | Jack Jansen | 2002-03-25 | 2 | -2/+98 |
|
|
| * | backport bwarsaw's checkin of | Michael W. Hudson | 2002-03-25 | 1 | -3/+4 |
|
|
| * | Backport of _Qdmodule.c 1.8, qdsupport.py 1.38: | Jack Jansen | 2002-03-25 | 2 | -2/+935 |
|
|
| * | Backport of _Dragmodule.c 1.8, dragsupport.py 1.10: | Jack Jansen | 2002-03-25 | 2 | -2/+98 |
|
|
| * | Backport of _Evtmodule.c 1.6, evtsupport.py 1.15: | Jack Jansen | 2002-03-25 | 2 | -2/+95 |
|
|
| * | Backport of _Fmmodule.c 1.6 and fmsupport.py 1.6: | Jack Jansen | 2002-03-25 | 2 | -1/+55 |
|
|
| * | Backport of _Icnmodule.c 1.5, icnsupport.py 1.7: | Jack Jansen | 2002-03-25 | 2 | -1/+184 |
|
|
| * | Backport of _Qdoffsmodule.c 1.7, qdoffssupport.py 1.8: | Jack Jansen | 2002-03-25 | 2 | -2/+74 |
|
|
| * | Backport of _TEmodule.c 1.8, tesupport.py 1.10: | Jack Jansen | 2002-03-25 | 2 | -2/+152 |
|
|
| * | Backport of _Qtmocule.c 1.7, qtsupport.py 1.19: | Jack Jansen | 2002-03-25 | 2 | -2/+1217 |
|
|
| * | Backport of _Appmodule.c 1.10, appsupport.py 1.14: | Jack Jansen | 2002-03-25 | 2 | -3/+204 |
|
|
| * | Backport of 1.20: | Jack Jansen | 2002-03-25 | 1 | -0/+2 |
|
|
| * | Backport of 1.7: | Jack Jansen | 2002-03-25 | 1 | -0/+1 |
|
|
| * | Backport of _AEmodule.c 1.10 and aesupport.py 1.26: | Jack Jansen | 2002-03-25 | 2 | -2/+140 |
|
|
| * | Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 | Fred Drake | 2002-03-22 | 1 | -1/+1 |
|
|
| * | I was just testing you. Neil Norwitz gets the prize. (Fixed a typo | Barry Warsaw | 2002-03-22 | 1 | -1/+1 |
|
|
| * | Added a NEWS item for the fix of SF bug #531966 in the email package. | Barry Warsaw | 2002-03-22 | 1 | -1/+17 |
|
|
| * | _handle_multipart(): Fixes for SF bug #531966. Specifically two | Barry Warsaw | 2002-03-22 | 1 | -2/+15 |
|
|
| * | test_no_parts_in_a_multipart(): A test for the layout of a | Barry Warsaw | 2002-03-22 | 1 | -0/+76 |
|
|
| * | Backport of _Resmodule.c 1.10 and ressupport.py 1.21: | Jack Jansen | 2002-03-22 | 2 | -2/+188 |
|
|
| * | I forgot to regenerate this. Oops. | Michael W. Hudson | 2002-03-22 | 1 | -2/+2 |
|
|
| * | Merge of 1.13: checked in to convert from BinHex to AppleSingle. | Jack Jansen | 2002-03-21 | 1 | -0/+0 |
|
|
| * | Merge rev. 1.5: Updated to new Universal Headers. | Jack Jansen | 2002-03-21 | 1 | -0/+0 |
|
|
| * | SF# 522426, add doc for common parameter for filecmp.cmpfiles() | Neal Norwitz | 2002-03-20 | 1 | -0/+1 |
|
|
| * | Adjust some poor wording in the text that explains what events are used | Fred Drake | 2002-03-19 | 1 | -27/+29 |
|
|
| * | sync() has different return values depending on whether we build with GUSI or... | Jack Jansen | 2002-03-19 | 1 | -3/+5 |
|
|
| * | Files used for 2.2.1c1 distribution. | Jack Jansen | 2002-03-19 | 4 | -2/+2 |
|
|
| * | char/unsigned char mixup. | Jack Jansen | 2002-03-19 | 1 | -2/+2 |
|
|
| * | Clarify that copy_reg.pickle() is not intended for use with "classic" classes. | Fred Drake | 2002-03-19 | 1 | -3/+5 |
|
|
| * | Record 2.2.1c1 release date. | Tim Peters | 2002-03-19 | 2 | -3/+3 |
|
|
| * | To make 'urllib.py -t' run again, change FTP URL to a file that actually | Andrew M. Kuchling | 2002-03-18 | 1 | -1/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create tag 'r221c1'.v2.2.1c1 | cvs2svn | 2002-03-18 | 1 | -0/+1 |
|
|
| * | Fix up unescaped tilde; reported by several people. | Fred Drake | 2002-03-18 | 1 | -1/+1 |
|
|
| * | Remove extra verb; reported by Detlef Lannert. | Fred Drake | 2002-03-18 | 1 | -2/+1 |
|
|
| * | Backport of _CFmodule.c 1.11 and _Winmodule 1.8: | Jack Jansen | 2002-03-18 | 2 | -2/+2 |
|
|
| * | Backport of _Resmodule.c 1.10 and ressupport.py 1.20: | Jack Jansen | 2002-03-18 | 2 | -95/+67 |
|
|
| * | Make StringIO work in non-unicode builds. | Michael W. Hudson | 2002-03-18 | 2 | -14/+15 |
|
|
| * | backport jackjansen's checkin of | Michael W. Hudson | 2002-03-18 | 3 | -69/+776 |
|
|
| * | backport jackjansen's checkin of | Michael W. Hudson | 2002-03-18 | 1 | -1/+2 |
|
|
| * | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 3 | -1/+26 |
|
|
| * | Remove extraneous #define as per effbot's instructions in: | Michael W. Hudson | 2002-03-18 | 1 | -2/+0 |
|
|
| * | doerwalter's failing examples from | Michael W. Hudson | 2002-03-18 | 1 | -0/+8 |
|
|
| * | Martin's fix for | Michael W. Hudson | 2002-03-18 | 1 | -14/+24 |
|
|
| * | Fix | Michael W. Hudson | 2002-03-18 | 1 | -7/+9 |
|
|
| * | Finished 2.2.1 release notes. | Jack Jansen | 2002-03-18 | 1 | -2/+45 |
|
|
| * | Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault | Guido van Rossum | 2002-03-18 | 2 | -0/+7 |
|
|
| * | A first cut at NEWS for 2.2.1c1. | Michael W. Hudson | 2002-03-17 | 1 | -4/+54 |
|
|
| * | Backport a checkin of jvr's: | Michael W. Hudson | 2002-03-17 | 1 | -1/+4 |
|
|
| * | Backport a checkin of lemburg's: | Michael W. Hudson | 2002-03-17 | 1 | -1/+0 |
|
|
| * | Another Guido backport: | Michael W. Hudson | 2002-03-17 | 1 | -3/+13 |
|
|