index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF bug #422121 Insecurities in dict comparison.
Tim Peters
2001-05-10
1
-0/+5
*
Blurb about the increased precision of float literals in .pyc/.pyo files.
Tim Peters
2001-05-08
1
-0/+20
*
SF patch #421922: Implement rich comparison for dicts.
Tim Peters
2001-05-08
1
-2/+4
*
Generalize zip() to work with iterators.
Tim Peters
2001-05-06
1
-8/+4
*
Generalize PySequence_Count() (operator.countOf) to work with iterators.
Tim Peters
2001-05-05
1
-2/+4
*
Remove redundant line.
Tim Peters
2001-05-05
1
-1/+0
*
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
Tim Peters
2001-05-05
1
-2/+2
*
Make unicode.join() work nice with iterators. This also required a change
Tim Peters
2001-05-05
1
-1/+1
*
Mark string.join() as done. Turns out string_join() works "for free" now,
Tim Peters
2001-05-05
1
-1/+2
*
Generalize tuple() to work nicely with iterators.
Tim Peters
2001-05-05
1
-2/+2
*
Add TODO item about x in y -- this should use iterators too, IMO.
Guido van Rossum
2001-05-04
1
-0/+1
*
Added reminders to make some remaining functions iterator-friendly. Feel
Tim Peters
2001-05-04
1
-1/+3
*
Generalize reduce() to work with iterators.
Tim Peters
2001-05-04
1
-0/+1
*
Generalize map() to work with iterators.
Tim Peters
2001-05-03
1
-0/+1
*
Generalize max(seq) and min(seq) to work with iterators.
Tim Peters
2001-05-03
1
-0/+2
*
Generalize filter(f, seq) to work with iterators. This also generalizes
Tim Peters
2001-05-02
1
-8/+9
*
Add more news about iterators.
Guido van Rossum
2001-05-01
1
-0/+12
*
Generalize list(seq) to work with iterators. This also generalizes list()
Tim Peters
2001-05-01
1
-0/+10
*
Noted what's new in 2.1 (final).
Guido van Rossum
2001-04-16
1
-0/+21
*
Added news for 2.1c2.
Guido van Rossum
2001-04-16
1
-11/+192
*
Note additions to pydoc and pstats.
Guido van Rossum
2001-04-13
1
-0/+5
*
Note that __debug__ assignments are legal again.
Guido van Rossum
2001-04-12
1
-0/+3
*
Noted the improved RISCOS port and the new Unixware 7 port.
Guido van Rossum
2001-04-11
1
-0/+4
*
Added news about the updated python-mode.el
Barry Warsaw
2001-04-11
1
-0/+10
*
Remove the backed-out version requirement
Andrew M. Kuchling
2001-03-31
1
-2/+1
*
News items for my recent checkins
Jeremy Hylton
2001-03-23
1
-0/+16
*
A small change to the C API for weakly-referencable types: Such types
Fred Drake
2001-03-22
1
-0/+6
*
Added news items for the Distutils
Andrew M. Kuchling
2001-03-22
1
-0/+21
*
Add some news for 2.1b2. I'd still like someone else to add news
Guido van Rossum
2001-03-22
1
-3/+55
*
Add section on 2.1b2.
Martin v. Löwis
2001-03-21
1
-0/+11
*
Add some more info about pydoc. (Can you see I'm excited?)
Guido van Rossum
2001-03-02
1
-1/+6
*
Add big news item about nested scopes, __future__, and compile-time
Guido van Rossum
2001-03-02
1
-0/+36
*
ROSCOS change.
Guido van Rossum
2001-03-02
1
-0/+8
*
Thank Jason Tishler and Steven Majewski for their help in the Cygwin and
Tim Peters
2001-03-01
1
-2/+10
*
Added blurbs about difflib, doctest and Windows import (PEP 235).
Tim Peters
2001-03-01
1
-4/+29
*
Mention pydoc
Andrew M. Kuchling
2001-02-28
1
-0/+7
*
Add Vladimir Marangozov's object allocator. It is disabled by default. This
Neil Schemenauer
2001-02-27
1
-0/+9
*
Document XML changes.
Martin v. Löwis
2001-02-27
1
-0/+42
*
Mention the removal of soundex.c
Andrew M. Kuchling
2001-02-22
1
-0/+2
*
Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()
Tim Peters
2001-02-19
1
-0/+7
*
Fixed misspelling.
Tim Peters
2001-02-18
1
-1/+1
*
Bug #132921: None treated differently in cmp() / sort() in 2.1a2.
Tim Peters
2001-02-18
1
-0/+7
*
Fix binfmt_register documentation to always register the right magic.
Martin v. Löwis
2001-02-04
1
-1/+4
*
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Tim Peters
2001-02-04
1
-0/+11
*
Clarify the news item about "from M import X" if "M is not a real
Guido van Rossum
2001-02-03
1
-3/+3
*
Teach Windows build and installer about new _symtable module/DLL.
Tim Peters
2001-02-02
1
-1/+4
*
Fix spelling errors.
Jeremy Hylton
2001-02-02
1
-7/+12
*
Patch derived from Trent's 101162: a Python/C API testing framework.
Tim Peters
2001-02-02
1
-2/+11
*
add info about Grant Edwards' raw packet support
Jeremy Hylton
2001-02-02
1
-0/+3
*
continue now allowed in try block
Jeremy Hylton
2001-02-01
1
-0/+4
[next]