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
*
Doc that file.next() has undefined behaviour when called on a file opened with
Brett Cannon
2007-04-08
1
-0/+3
*
Bug #1686475: Support stat'ing open files on Windows again.
Martin v. Löwis
2007-04-04
1
-0/+2
*
Implement a contextmanager test.test_support.catch_warning that can
Walter Dörwald
2007-04-03
1
-0/+3
*
- Fix an off-by-one bug in locale.strxfrm().
Matthias Klose
2007-04-03
1
-0/+3
*
time.strptime's caching of its locale object was being recreated when the
Brett Cannon
2007-04-01
1
-0/+3
*
SF #1685563, MSVCCompiler creates redundant and long PATH strings
Neal Norwitz
2007-04-01
1
-1/+3
*
Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS
Georg Brandl
2007-03-31
1
-0/+4
*
Added timout parameter to telnetlib.Telnet. Also created
Facundo Batista
2007-03-29
1
-0/+5
*
Patch #1489771: update syntax rules in Python Reference Manual.
Žiga Seilnacht
2007-03-24
1
-0/+3
*
Add note about type.__init__().
Guido van Rossum
2007-03-23
1
-1/+2
*
Added a 'create_connect()' function to socket.py, which creates a
Facundo Batista
2007-03-23
1
-0/+4
*
Bug #978833: Revert r50844, as it broke _socketobject.dup.
Martin v. Löwis
2007-03-23
1
-0/+2
*
Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
Martin v. Löwis
2007-03-23
1
-0/+3
*
- Bug #1683368: The object.__init__() and object.__new__() methods are
Guido van Rossum
2007-03-23
1
-1/+8
*
Back out "Patch #1643874: memory leak in ctypes fixed."
Thomas Heller
2007-03-22
1
-2/+0
*
Bug #1675967: re patterns pickled with older Python versions can
Žiga Seilnacht
2007-03-21
1
-0/+3
*
New test for rev. 54407 which only uses directories under TESTFN.
Georg Brandl
2007-03-21
1
-0/+4
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
1
-0/+3
*
Remove unused file spotted by Paul Hankin
Neal Norwitz
2007-03-21
1
-0/+2
*
Try backing out 54407 to see if it corrects the problems on the Windows
Neal Norwitz
2007-03-20
1
-4/+0
*
Patch #1630118: add a SpooledTemporaryFile class to tempfile.
Collin Winter
2007-03-19
1
-0/+2
*
move note to the correct section
Gregory P. Smith
2007-03-17
1
-3/+3
*
Patch #1675423: PyComplex_AsCComplex() now tries to convert an object
Georg Brandl
2007-03-17
1
-0/+5
*
Patch 1339796: add a relpath() function to os.path.
Collin Winter
2007-03-16
1
-0/+2
*
Patch #1623563: allow __class__ assignment for classes with __slots__.
Žiga Seilnacht
2007-03-16
1
-0/+3
*
Patch #1273829: os.walk() now has a "followlinks" parameter. If set to
Georg Brandl
2007-03-16
1
-0/+4
*
Bug #1681228: the webbrowser module now correctly uses the default
Georg Brandl
2007-03-16
1
-0/+5
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-0/+3
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
1
-0/+3
*
Patch #1681153: the wave module now closes a file object it opened if
Georg Brandl
2007-03-15
1
-0/+3
*
Wrap a long line and fix a typo (is -> if)
Neal Norwitz
2007-03-15
1
-3/+3
*
Raise ResourceDenied in test_urllib2net when the Net connection goes bad.
Brett Cannon
2007-03-14
1
-1/+2
*
Note how test_socket_ssl has various exceptions that deal with a flaky Net
Brett Cannon
2007-03-14
1
-0/+2
*
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Martin v. Löwis
2007-03-14
1
-0/+2
*
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
Žiga Seilnacht
2007-03-14
1
-0/+3
*
Bug #767111: fix long-standing bug in urllib which caused an
Georg Brandl
2007-03-14
1
-0/+4
*
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
Georg Brandl
2007-03-13
1
-0/+5
*
Patch #957650: "%var%" environment variable references are now properly
Georg Brandl
2007-03-13
1
-0/+4
*
Patch #1429539: pdb now correctly initializes the __main__ module for
Georg Brandl
2007-03-13
1
-0/+4
*
NEWS entry for getstatus() deprecation.
Georg Brandl
2007-03-13
1
-0/+2
*
Patch #1393667: pdb now has a "run" command which restarts the debugged
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1444529: the builtin compile() now accepts keyword arguments.
Georg Brandl
2007-03-13
1
-0/+2
*
Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.
Thomas Heller
2007-03-13
1
-0/+2
*
Patch #1530482: add pydoc.render_doc() which returns the documentation
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1533909: the timeit module now accepts callables in addition to
Georg Brandl
2007-03-13
1
-0/+4
*
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
Georg Brandl
2007-03-13
1
-0/+4
*
Patch #1581073: add a flag to textwrap that prevents the dropping of
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
Georg Brandl
2007-03-13
1
-0/+4
*
Bug #1622896: fix a rare corner case where the bz2 module raised an
Georg Brandl
2007-03-13
1
-0/+3
*
This is the implementation of POSIX.1-2001 (pax) format read/write
Lars Gustäbel
2007-03-13
1
-0/+3
[next]