summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Complete list of news since 2.1.3 was release. Just in case I feelGuido van Rossum2003-01-091-4/+54
| | | | like releasing 2.1.4 tomorrow. :-)
* Windows installer: disabled Wise's "delete in-use files" uninstallTim Peters2002-04-171-0/+4
| | | | | | option. It was the cause of at least one way UNWISE.EXE could vanish (install a python; uninstall it; install it again; reboot the machine; abracadabra the uinstaller is gone).
* Weasle-word the SSL-on-Windows blurb.Tim Peters2002-04-091-1/+5
|
* re-adding the NEWS entry. SF ate my previous commit.Anthony Baxter2002-04-091-0/+1
|
* SF bug 497854: Short-cuts missing for All Users.Tim Peters2002-04-081-1/+6
| | | | Fixing a Windows-specific installer glitch.
* Add news about zlib 1.1.4 for the Windows installer.Tim Peters2002-04-081-1/+6
|
* beginning the dance of the sugar-plum micro-release.Anthony Baxter2002-04-081-1/+1
|
* #457466: "popenx() argument mangling hangs python" [Win9x only]Anthony Baxter2002-04-081-0/+4
|
* Add note about changes in xml.sax.expatreader.Fred Drake2002-04-041-0/+6
|
* News for SF #535905.Guido van Rossum2002-03-291-0/+13
|
* News for 2.1.2 final. This is good now.Guido van Rossum2002-01-151-0/+22
|
* Add blurb about 32-bit Windows installer -- this made the SF release notes,Tim Peters2002-01-111-15/+19
| | | | | but apparently didn't get backstitched into NEWS before the release. Trimmed trailing whitespace.
* tweak version numbers - 2.1.2c1, release candidate.Anthony Baxter2002-01-101-1/+1
|
* added bdfl editsAnthony Baxter2002-01-101-3/+6
|
* Added item about the webbrowser security fix.Fred Drake2002-01-101-0/+4
|
* oops. forgot about largefile support.Anthony Baxter2002-01-101-0/+3
|
* and heeeere we go. heading for 2.1.2 release.Anthony Baxter2002-01-101-0/+55
|
* Updated news for 2.1.1-final.Thomas Wouters2001-07-191-0/+11
|
* Preliminary NEWS entry for 2.1.1c1Thomas Wouters2001-07-121-0/+69
|
* Backport Tim's checkin 1.97:Thomas Wouters2001-06-271-0/+1
| | | | | | | | SF bug 430991: wrong co_lnotab Armin Rigo pointed out that the way the line-# table got built didn't work for lines generating more than 255 bytes of bytecode. Fixed as he suggested, plus corresponding changes to pyassem.py, plus added some long overdue docs about this subtle table to compile.c.
* Noted what's new in 2.1 (final).Guido van Rossum2001-04-161-0/+21
| | | | Hopefully this is the last checkin for 2.1!
* Added news for 2.1c2.Guido van Rossum2001-04-161-11/+192
| | | | Greatly updated news for 2.1c1 (!).
* SF bug reporters.Guido van Rossum2001-04-151-0/+2
|
* Another ACK.Guido van Rossum2001-04-141-0/+1
|
* Note additions to pydoc and pstats.Guido van Rossum2001-04-131-0/+5
|
* Note that __debug__ assignments are legal again.Guido van Rossum2001-04-121-0/+3
|
* (py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"Barry Warsaw2001-04-111-3/+3
| | | | prefix to the message lines.
* Noted the improved RISCOS port and the new Unixware 7 port.Guido van Rossum2001-04-112-0/+5
|
* Added news about the updated python-mode.elBarry Warsaw2001-04-111-0/+10
|
* intermediateBarry Warsaw2001-04-111-51/+148
|
* Some new names.Guido van Rossum2001-04-101-0/+3
|
* Completely revamped BeOS notes, by Donn Cave (SF patch 411834).Guido van Rossum2001-04-101-109/+23
|
* This is for BeOS users who want to build all the modules. It'sGuido van Rossum2001-04-101-0/+606
| | | | | | modified from setup.py version "1.37" to support BeOS build. Contributed by Donn Cave (SF patch 411830).
* Fixing Itamar's name, as per his request.Moshe Zadka2001-04-091-1/+1
|
* Get rid of useless string import, as reported by Neal Norwitz's PyChecker.pyTim Peters2001-04-081-0/+1
| | | | on c.l.py.
* Mention pydoc in the man pageAndrew M. Kuchling2001-04-051-0/+5
|
* Remove the backed-out version requirementAndrew M. Kuchling2001-03-311-2/+1
|
* Add Robin Thomas (author of the slice() comparability hack).Guido van Rossum2001-03-271-0/+1
|
* News items for my recent checkinsJeremy Hylton2001-03-231-0/+16
|
* A small change to the C API for weakly-referencable types: Such typesFred Drake2001-03-221-0/+6
| | | | | | | | must now initialize the extra field used by the weak-ref machinery to NULL themselves, to avoid having to require PyObject_INIT() to check if the type supports weak references and do it there. This causes less work to be done for all objects (the type object does not need to be consulted to check for the Py_TPFLAGS_HAVE_WEAKREFS bit).
* Added news items for the DistutilsAndrew M. Kuchling2001-03-221-0/+21
|
* Add some news for 2.1b2. I'd still like someone else to add newsGuido van Rossum2001-03-221-3/+55
| | | | | | | | about these packages: - distutils - xml
* Added Gordon McMillan. He should've been in there ages ago. ThanksGuido van Rossum2001-03-221-0/+1
| | | | Moshe for noticing!
* Add section on 2.1b2.Martin v. Löwis2001-03-211-0/+11
| | | | Report the addition of the Tix module.
* Add some more info about pydoc. (Can you see I'm excited?)Guido van Rossum2001-03-021-1/+6
|
* Add big news item about nested scopes, __future__, and compile-timeGuido van Rossum2001-03-021-0/+36
| | | | warnings.
* Itamar S.T.Guido van Rossum2001-03-021-0/+1
|
* ROSCOS change.Guido van Rossum2001-03-021-0/+8
|
* Dietmar Schwertberger; shuffled a bunch of Sch* names in alphabeticalGuido van Rossum2001-03-021-2/+3
| | | | order.
* Added William Tanksley.Tim Peters2001-03-021-0/+1
|