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
...
*
Enable os.fsync() for Windows, mapping it to MS's _commit() there. The
Tim Peters
2003-04-23
1
-0/+3
*
Adding new built-in function sum, with docs and tests.
Alex Martelli
2003-04-22
1
-0/+4
*
Improved the bytecode optimizer.
Raymond Hettinger
2003-04-22
1
-0/+7
*
Patch #553171: Add writeback parameter. Also add protocol parameter.
Martin v. Löwis
2003-04-19
1
-0/+3
*
- bool() called without arguments now returns False rather than
Guido van Rossum
2003-04-19
1
-0/+5
*
- Several methods of nntplib.NNTP have grown an optional file argument
Guido van Rossum
2003-04-19
1
-0/+4
*
Patch #536883: SimpleXMLRPCServer auto-docing subclass.
Martin v. Löwis
2003-04-18
1
-0/+2
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18
1
-0/+5
*
_Py_PrintReferenceAddresses(): also print the type name. In real use
Tim Peters
2003-04-18
1
-0/+3
*
Implemented posix-mode parsing support in shlex.py, as dicussed in
Gustavo Niemeyer
2003-04-17
1
-0/+4
*
- New C API PyGC_Collect(), same as calling gc.collect().
Guido van Rossum
2003-04-17
1
-1/+7
*
Changes in support of PEP 269.
Guido van Rossum
2003-04-17
1
-0/+5
*
- The repr() of a weakref object now shows the __name__ attribute of
Guido van Rossum
2003-04-16
1
-0/+3
*
For StringVar results to strings. Document that boolean things are of
Martin v. Löwis
2003-04-16
1
-0/+3
*
- super() no longer ignores data descriptors, except __class__. See
Guido van Rossum
2003-04-16
1
-0/+4
*
Add two dictionaries to htmlentitydefs: name2codepoint maps
Walter Dörwald
2003-04-16
1
-0/+4
*
- pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()
Guido van Rossum
2003-04-15
1
-0/+4
*
The date class is now properly subclassable. (SF bug #720908)
Guido van Rossum
2003-04-14
1
-0/+2
*
- list.insert(i, x) now interprets negative i as it would be
Guido van Rossum
2003-04-14
1
-0/+5
*
SF patch #720991 by Gary Herron:
Guido van Rossum
2003-04-14
1
-0/+4
*
Patch by Chad Netzer (with significant change):
Guido van Rossum
2003-04-11
1
-0/+5
*
Added a note that the Mac OSA modules are documented.
Jack Jansen
2003-04-11
1
-1/+2
*
- New function winsound.MessageBeep() wraps the Win32 API
Guido van Rossum
2003-04-09
1
-1/+2
*
- New function sys.call_tracing() allows pdb to debug code
Guido van Rossum
2003-04-09
1
-0/+6
*
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Tim Peters
2003-04-08
1
-1/+1
*
Finished implementing gc.get_referrents(): dealt with error and end
Tim Peters
2003-04-08
1
-0/+5
*
Reworked has_finalizer() to use the new _PyObject_Lookup() instead
Tim Peters
2003-04-07
1
-3/+11
*
SF bug #715145: unittest.py still uses != in failUnlessEqual
Raymond Hettinger
2003-04-04
1
-0/+4
*
Revert Patch #670715: iconv support.
Martin v. Löwis
2003-04-03
1
-5/+2
*
Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError.
Walter Dörwald
2003-04-02
1
-1/+1
*
Change formatchar(), so that u"%c" % 0xffffffff now raises
Walter Dörwald
2003-04-02
1
-1/+2
*
Added a note about scripting support and the IDE builtin help.
Jack Jansen
2003-04-01
1
-0/+6
*
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Walter Dörwald
2003-03-31
1
-0/+3
*
Fix typo.
Walter Dörwald
2003-03-31
1
-1/+1
*
Patch #545300: Support marked sections.
Martin v. Löwis
2003-03-30
1
-0/+3
*
The socket module now always uses the _socketobject wrapper class, even on
Skip Montanaro
2003-03-30
1
-0/+5
*
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
[prev]
[next]