Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add link to Unix Review's 2.2 article | Andrew M. Kuchling | 2001-09-24 | 1 | -2/+11 |
| | | | | Fix two errors | ||||
* | Add support for SMTP TLS | Andrew M. Kuchling | 2001-09-14 | 1 | -0/+5 |
| | |||||
* | Remove some XXX markers | Andrew M. Kuchling | 2001-09-10 | 1 | -15/+17 |
| | | | | Update the patch and bug counts | ||||
* | Add section on long integer changes | Andrew M. Kuchling | 2001-09-10 | 1 | -18/+69 |
| | | | | | Add removal of 3-arg pow() for floats Rewrite introduction a bit | ||||
* | Note some changes that I need to write about | Andrew M. Kuchling | 2001-09-05 | 1 | -0/+10 |
| | |||||
* | Correction: the Borland C port isn't fully operational yet | Andrew M. Kuchling | 2001-09-04 | 1 | -3/+4 |
| | |||||
* | Add Jack Jansen's explanation of the MacOS X changes | Andrew M. Kuchling | 2001-08-30 | 1 | -7/+43 |
| | |||||
* | Add METH_O and METH_NOARGS change | Andrew M. Kuchling | 2001-08-29 | 1 | -9/+19 |
| | | | | | Rewrite snprintf() item a bit Bump version number | ||||
* | Note addition of cleanfuture.py | Andrew M. Kuchling | 2001-08-15 | 1 | -0/+6 |
| | |||||
* | Add section on PEP 238 changes | Andrew M. Kuchling | 2001-08-11 | 1 | -10/+84 |
| | | | | Minor grammatical changes, reformattings, and an error fix from Keith Briggs | ||||
* | Document two new items | Andrew M. Kuchling | 2001-08-07 | 1 | -9/+21 |
| | | | | | Correct error noticed by Keith Briggs Re-indent a paragraph | ||||
* | Move C-level changes into a section of their own | Andrew M. Kuchling | 2001-07-31 | 1 | -36/+64 |
| | | | | | Add string.ascii_letters Remove duplicate MBCS paragraph | ||||
* | Rewrite MBCS paragraph following MH's suggestions, and credit him | Andrew M. Kuchling | 2001-07-31 | 1 | -1/+12 |
| | | | | Note new Windows installer | ||||
* | More Unicode corrections from MAL to match a post-2.2a1 change | Andrew M. Kuchling | 2001-07-20 | 1 | -23/+13 |
| | | | | | | | Mention additional new imaplib.py features (Don't expect to see an updated version of the Web page until around the 28th of July. Vacation time!) | ||||
* | Bump release number to 1.00, while I'm at it | Andrew M. Kuchling | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Revise the Unicode section after getting comments from MAL, GvR, and others. | Andrew M. Kuchling | 2001-07-19 | 1 | -25/+49 |
| | | | | | Add new low-level API for interpreter introspection Bump version number. | ||||
* | Fill out the Unicode section, somewhat uncertainly | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+24 |
| | |||||
* | Finish the "Other changes" section | Andrew M. Kuchling | 2001-07-19 | 1 | -34/+45 |
| | | | | | Bump version number Insert a few blank lines here and there | ||||
* | Remove note about this being a draft document. | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+1 |
| | | | | Note the actual date of 2.1's release | ||||
* | Delete sentence fragment (noted by Fred Bremmer) | Andrew M. Kuchling | 2001-07-17 | 1 | -5/+5 |
| | |||||
* | Now we're picking nits: get my name right! ;-) | Fred Drake | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Add FLD to credit list | Andrew M. Kuchling | 2001-07-17 | 1 | -2/+3 |
| | | | | Correct grammatical error | ||||
* | Cleaned up a number of minor nits, use markup a little more consistently. | Fred Drake | 2001-07-17 | 1 | -16/+25 |
| | |||||
* | Minor rewrites to iterator and generator sections | Andrew M. Kuchling | 2001-07-17 | 1 | -63/+75 |
| | | | | | Credit both Neil and Tim for generators Fix indentation of a few paragraphs | ||||
* | Use \longprogramopt, as suggested by FLD | Andrew M. Kuchling | 2001-07-16 | 1 | -2/+2 |
| | |||||
* | Use \verb for configure switches, because inside \code multiple dashes | Andrew M. Kuchling | 2001-07-16 | 1 | -3/+2 |
| | | | | | are merged to a single hyphen. Delete forgotten CVS conflict marker | ||||
* | Write some entries in the "Other changes" section | Andrew M. Kuchling | 2001-07-16 | 1 | -53/+88 |
| | | | | | Write description of .encode()/.decode for the Unicode section Bump version number | ||||
* | Began actually writing: | Andrew M. Kuchling | 2001-07-16 | 1 | -27/+480 |
| | | | | | | | * iterators * generators * copied the nested scopes section from the 2.1 article * standard library changes | ||||
* | Note addition of xmlrpclib | Andrew M. Kuchling | 2001-07-11 | 1 | -12/+15 |
| | | | | | | Comment out descr-branch section Update e-mail address (Time to begin writing this...) | ||||
* | Add more items that need to be written about | Andrew M. Kuchling | 2001-06-27 | 1 | -0/+24 |
| | |||||
* | Add another item | Andrew M. Kuchling | 2001-05-19 | 1 | -0/+3 |
| | |||||
* | Skeletal version; I'm checking this in now so I can keep a list of changes, | Andrew M. Kuchling | 2001-05-05 | 1 | -0/+106 |
| | | | | | but don't plan on actually writing any text until, ooh, say, July or thereabouts. | ||||
* | Update document for the actual 2.1rc1 | Andrew M. Kuchling | 2001-04-16 | 1 | -6/+13 |
| | |||||
* | Markup nit: use \envvar to mark environment variables. | Fred Drake | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | Explain popitem() | Andrew M. Kuchling | 2001-04-12 | 1 | -13/+16 |
| | | | | | | Add Unixware 7 port Ready for RC1 Minor rewrites | ||||
* | Note missing explanation | Andrew M. Kuchling | 2001-03-26 | 1 | -2/+2 |
| | |||||
* | Add a paragraph about obmalloc turning up bugs in extension modules | Andrew M. Kuchling | 2001-03-23 | 1 | -2/+21 |
| | | | | Mention the new ports | ||||
* | Add section for PEP 241 | Andrew M. Kuchling | 2001-03-23 | 1 | -5/+109 |
| | | | | Add PyUnit and sys.excepthook | ||||
* | Fix a further markup problem noted by FLD | Andrew M. Kuchling | 2001-03-10 | 1 | -1/+1 |
| | |||||
* | Discuss PEP 236. | Andrew M. Kuchling | 2001-03-03 | 1 | -2/+37 |
| | | | | Update nested scope section. | ||||
* | Update estimate bug and patch counts | Andrew M. Kuchling | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Fix markup nit pointed out by FLD | Andrew M. Kuchling | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | Add description of PEP235 | Andrew M. Kuchling | 2001-02-28 | 1 | -19/+23 |
| | | | | | Remove references to 2.1alpha Update description of PEP229 | ||||
* | Cover pydoc | Andrew M. Kuchling | 2001-02-28 | 1 | -48/+44 |
| | | | | | | | Update reference Python version to beta1 Rip out PEP 232 section Add placeholders for PEP 236 and 235 Fix erroneous \filename references | ||||
* | Document the object allocator | Andrew M. Kuchling | 2001-02-28 | 1 | -2/+12 |
| | | | | Minor sentence change | ||||
* | Finished the section on weak references | Andrew M. Kuchling | 2001-02-14 | 1 | -25/+141 |
| | | | | | | Mentioned doctest, difflib, sys._getframe(), and the change to use PyImport_ImportModule() everywhere in C code No more XXX! | ||||
* | Create separate section for changes to the standard library | Andrew M. Kuchling | 2001-02-11 | 1 | -41/+51 |
| | | | | | Make note about difflib and doctest Bump version number | ||||
* | Wrote section on nested scopes, and moved it to the front | Andrew M. Kuchling | 2001-02-05 | 1 | -153/+242 |
| | | | | | | | Began a section on weak references Various rewrites and paragraph refills Added: non-recursive makefiles, repr() of strings now uses \n, raw socket I/O Bumped version number | ||||
* | Add note about non-recursive Makefiles | Andrew M. Kuchling | 2001-01-29 | 1 | -1/+17 |
| | | | | | Get Fred's name right Add some XXX items that need to be written | ||||
* | Add names of people who've pointed out broken links and images | Andrew M. Kuchling | 2001-01-24 | 1 | -2/+3 |
| | | | | Bump version number |