summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Thank Jason Tishler and Steven Majewski for their help in the Cygwin andTim Peters2001-03-011-2/+10
* Add Samuele PedroniGuido van Rossum2001-03-011-0/+1
* Added blurbs about difflib, doctest and Windows import (PEP 235).Tim Peters2001-03-011-4/+29
* Mention pydocAndrew M. Kuchling2001-02-281-0/+7
* Add Vladimir Marangozov's object allocator. It is disabled by default. ThisNeil Schemenauer2001-02-271-0/+9
* Document XML changes.Martin v. Löwis2001-02-271-0/+42
* (py-parse-state): Teach python-mode how to scan code which followsBarry Warsaw2001-02-241-3/+11
* Mention the removal of soundex.cAndrew M. Kuchling2001-02-221-0/+2
* Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?)Andrew M. Kuchling2001-02-211-0/+1
* (py-execute-region): This one's easy... kill the temporary file'sBarry Warsaw2001-02-201-2/+4
* Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()Tim Peters2001-02-191-0/+7
* Fixed misspelling.Tim Peters2001-02-181-1/+1
* Bug #132921: None treated differently in cmp() / sort() in 2.1a2.Tim Peters2001-02-181-0/+7
* Remove outdated information. Merge now dead BeOS/README-readline. I'm notNeil Schemenauer2001-02-161-25/+61
* Moved BeOS/README to Misc/BeOS-NOTES.Neil Schemenauer2001-02-161-0/+93
* Update for install-sh (SF #103717).Neil Schemenauer2001-02-101-0/+1
* Patches for AIX. Checked by Benjamin Collar.Marc-André Lemburg2001-02-091-0/+1
* SF bug #131225: sys.winver is still '2.0' in python 2.1a2.Tim Peters2001-02-091-0/+1
* Fixed UnboundLocalError for nested scopesJeremy Hylton2001-02-051-0/+1
* Fix binfmt_register documentation to always register the right magic.Martin v. Löwis2001-02-041-1/+4
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-0/+11
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-10/+0
* Clarify the news item about "from M import X" if "M is not a realGuido van Rossum2001-02-031-3/+3
* Teach Windows build and installer about new _symtable module/DLL.Tim Peters2001-02-021-1/+4
* Fix spelling errors.Jeremy Hylton2001-02-021-7/+12
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-021-2/+11
* add info about Grant Edwards' raw packet supportJeremy Hylton2001-02-022-0/+4
* continue now allowed in try blockJeremy Hylton2001-02-011-0/+4
* Add item about nested scopes.Jeremy Hylton2001-02-011-6/+39
* Added comments about the weak reference support.Fred Drake2001-02-011-0/+6
* Change random.seed() so that it can get at the full range of possibleTim Peters2001-02-011-0/+10
* Document the two changes to the mailbox.py module:Barry Warsaw2001-01-311-0/+7
* Docs for new Windows zlib build procedure.Tim Peters2001-01-311-1/+6
* add note about two kinds of illegal imports that are now checkedJeremy Hylton2001-01-301-0/+6
* Added news of function comparison and hashing by identityMoshe Zadka2001-01-291-0/+3
* SF bug #130306: statcache.py full of thread problems.Tim Peters2001-01-281-0/+1
* SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470Tim Peters2001-01-271-0/+1
* Added news about repr(string).Tim Peters2001-01-271-0/+8
* SF bug 130030: Claim of bad betavariate algorithm.Tim Peters2001-01-261-1/+2
* Fix bugs introduced by rewrite (in particular, time-based initializationTim Peters2001-01-251-5/+10
* Reworked random.py so that it no longer depends on, and offers all theTim Peters2001-01-251-0/+13
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-241-2/+2
* A few useful definitions if you're using gdb. Copy to ~/.gdbinit toBarry Warsaw2001-01-231-0/+27
* Added notes about setup.py and cygwin build; removed note aboutGuido van Rossum2001-01-231-5/+12
* Get rid of weird @SET_CXX@ macro occurrence.Guido van Rossum2001-01-231-3/+2
* A few more contributors.Guido van Rossum2001-01-231-0/+4
* Updating NEWS to match the current state of affairs.Marc-André Lemburg2001-01-201-7/+4
* Make the 'time' argument to the timemodule functions strftime, asctime,Thomas Wouters2001-01-191-0/+4
* Add Jason Tishler to the ACKS fileAndrew M. Kuchling2001-01-191-0/+1
* - Add note about complex numbers.Guido van Rossum2001-01-181-9/+16