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
*
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis
2003-03-29
1
-0/+2
*
Fix typo.
Walter Dörwald
2003-03-26
1
-1/+1
*
Added a Mac note that EasyDialogs dialogs now bring the application to
Jack Jansen
2003-03-24
1
-1/+3
*
announce csv package
Skip Montanaro
2003-03-20
1
-0/+2
*
SF bug 705836: struct.pack of floats in non-native endian order
Tim Peters
2003-03-20
1
-0/+8
*
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer
2003-03-19
1
-0/+5
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
1
-1/+1
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-0/+3
*
- New function time.tzset() provides access to the C library tzet()
Guido van Rossum
2003-03-14
1
-0/+3
*
Take out my (long since disabled) POSIX signal mask handling code.
Michael W. Hudson
2003-03-13
1
-3/+0
*
Fix spelling.
Raymond Hettinger
2003-03-11
1
-10/+10
*
SF 698520: Iterator for urllib.URLOpener
Raymond Hettinger
2003-03-09
1
-0/+3
*
- The extended type structure used for heap types (new-style
Guido van Rossum
2003-03-07
1
-1/+3
*
SF patch #693753: fix for bug 639806: default for dict.pop
Raymond Hettinger
2003-03-06
1
-0/+6
*
Mention timeit.py.
Guido van Rossum
2003-03-06
1
-0/+3
*
Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
Martin v. Löwis
2003-03-05
1
-0/+2
*
Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler
Neal Norwitz
2003-03-03
1
-0/+4
*
Patch #683592 revisited, after discussions with MvL:
Just van Rossum
2003-03-03
1
-7/+5
*
Fix bug
Michael W. Hudson
2003-03-03
1
-0/+3
*
SF bug 693121: Set == non-Set is a TypeError.
Tim Peters
2003-03-02
1
-5/+12
*
- New function sys.exc_clear() clears the current exception. This is
Guido van Rossum
2003-03-01
1
-0/+6
*
Add news item for patch #695090
Andrew M. Kuchling
2003-02-28
1
-0/+4
*
Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource
Neal Norwitz
2003-02-28
1
-1/+2
*
Fix SF bug #690012
Neal Norwitz
2003-02-28
1
-0/+2
*
Added a note about EasyDialogs dialogs having become movable.
Jack Jansen
2003-02-27
1
-0/+2
*
Patch #683592: unicode support for os.listdir()
Just van Rossum
2003-02-25
1
-1/+8
*
note the demise of the dospath module (was actually in 2.3a2)
Skip Montanaro
2003-02-25
1
-0/+3
*
Added a note about MacOS.WMAvailable().
Jack Jansen
2003-02-24
1
-1/+2
*
Fix SF bug #691793, Python 2.3a2 build fails on Tru64
Neal Norwitz
2003-02-23
1
-1/+2
*
Fix SF bug #689659, 64-bit int and long hash keys incompatible
Neal Norwitz
2003-02-23
1
-1/+2
*
User requested changes to the itertools module.
Raymond Hettinger
2003-02-23
1
-1/+3
*
Prepped for 2.3b1.
Guido van Rossum
2003-02-20
1
-0/+57
*
Match parentheses.
Guido van Rossum
2003-02-20
1
-1/+1
*
Merge in changes made to the 2.3a2 release.
Guido van Rossum
2003-02-20
1
-2/+28
*
fixed markup
David Goodger
2003-02-19
1
-8/+13
*
Update versions/dates for release of 2.3a2. Added some last-minute news.
Guido van Rossum
2003-02-19
1
-8/+6
*
Add a note about the recent PEP 293 changes.
Walter Dörwald
2003-02-19
1
-0/+4
*
- PyEval_GetFrame() is now declared to return a PyFrameObject *
Guido van Rossum
2003-02-19
1
-0/+3
*
- sys.path[0] (the directory from which the script is loaded) is now
Guido van Rossum
2003-02-19
1
-0/+4
*
Added a note that MacOSX applets can no longer be run from a terminal window.
Jack Jansen
2003-02-18
1
-1/+3
*
Make PyNumber_Check() a bit more careful, since all sorts of things
Guido van Rossum
2003-02-18
1
-0/+8
*
Reword section about moving variables to os.path to match intent (or
Michael W. Hudson
2003-02-17
1
-3/+4
*
Patch 686397:
Andrew MacIntyre
2003-02-17
1
-0/+6
*
Added notes about pimp and bundlebuilder to the Mac section.
Jack Jansen
2003-02-16
1
-0/+8
*
- The audio driver tests (test_ossaudiodev.py and
Guido van Rossum
2003-02-14
1
-0/+6
*
Add SF reference to news item.
Guido van Rossum
2003-02-13
1
-1/+1
*
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum
2003-02-13
1
-0/+8
*
SF patch #685738 by Michael Stone.
Guido van Rossum
2003-02-13
1
-0/+6
*
Provide access to the import lock, fixing SF bug #580952. This is
Guido van Rossum
2003-02-12
1
-1/+7
*
Issue a warning when int('0...', 0) returns an int with the sign
Guido van Rossum
2003-02-12
1
-1/+8
[next]