Staging
v0.5.1
https://github.com/python/cpython
Revision cada2938f70ab4162b3bd2905c34819fce87f416 authored by Guido van Rossum on 11 December 1998, 20:44:56 UTC, committed by Guido van Rossum on 11 December 1998, 20:44:56 UTC
buffer increment, and sometimes the new buffer size.  Make it do what
its name says, and fix the one place where this matters to the caller.

Also add a comment explaining why we call lseek() and then ftell().
1 parent 68055ce
Raw File
Tip revision: cada2938f70ab4162b3bd2905c34819fce87f416 authored by Guido van Rossum on 11 December 1998, 20:44:56 UTC
As noted by Per Cederqvist, new_buffersize() sometimes returns the
Tip revision: cada293
readme.txt
How to make a Python-distribution.
----------------------------------

These notes are mainly for myself.

- Increase fragment version number in PythonCorePPC and PythonCoreCFM68K
- Increase version number in STR resource (preffilename) and VERS resource
- Update about box
- Increase version number in _versioncheck.py
- Build PythonStandSmall, run once in root folder
- Update Relnotes, readme's, Demo:build.html
- Make sure tkresources.rsrc is up-to-date
- fullbuild everything with increase-buildno
- Run configurepython
- set "no console" on all applets
- remove alis resource from all applets
- mkdistr
- remove stdwin, cwilib demos
- test on virgin system. Make sure to test tkinter too.
- make distribution archive
- binhextree, synctree
- update version number on the net
back to top