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
*
news entry for r71299.
Gregory P. Smith
2009-04-05
1
-0/+3
*
Fixed #5095: msi missing from Distutils bdist formats
Tarek Ziadé
2009-04-05
1
-0/+3
*
Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...
Tarek Ziadé
2009-04-05
1
-0/+3
*
Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
Matthias Klose
2009-04-05
1
-1/+2
*
- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
Matthias Klose
2009-04-05
1
-0/+3
*
Normalize issue referencing style.
Georg Brandl
2009-04-05
1
-13/+13
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
1
-0/+2
*
Fixed 5694: removed spurious test output in Distutils
Tarek Ziadé
2009-04-05
1
-0/+2
*
#5471: fix expanduser() for $HOME set to "/".
Georg Brandl
2009-04-05
1
-0/+2
*
Add NEWS entry for r71237.
Georg Brandl
2009-04-05
1
-0/+2
*
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
Matthias Klose
2009-04-05
1
-0/+2
*
#1726172: dont raise an unexpected IndexError if a voidresp() call has an emp...
Georg Brandl
2009-04-05
1
-0/+2
*
revert r71159 since it broke the build
Benjamin Peterson
2009-04-04
1
-2/+0
*
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
Matthias Klose
2009-04-04
1
-0/+2
*
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
Matthias Klose
2009-04-04
1
-0/+3
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-0/+2
*
PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
Georg Brandl
2009-04-02
1
-0/+3
*
Add missing iteritems() call to the for loop in mailbox.MH.get_message().
R. David Murray
2009-04-02
1
-0/+3
*
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
Jesse Noller
2009-04-02
1
-0/+3
*
Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES
Jesse Noller
2009-04-02
1
-0/+4
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
1
-0/+8
*
PyImport_AppendInittab() took a char * as a first argument even though that
Brett Cannon
2009-04-02
1
-0/+3
*
Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M...
Jesse Noller
2009-04-02
1
-0/+2
*
In Pdb, stop assigning values to __builtin__._ which interferes with the one ...
Georg Brandl
2009-04-01
1
-0/+3
*
Add NEWS item.
Georg Brandl
2009-04-01
1
-0/+2
*
test_warnings ironically had a single test that was not protecting the warnings
Brett Cannon
2009-04-01
1
-0/+2
*
test_logging was blindly clearing the warnings filter. This caused
Brett Cannon
2009-04-01
1
-0/+2
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
1
-0/+2
*
_warnings was importing itself to get an attribute. That's bad if warnings gets
Brett Cannon
2009-04-01
1
-0/+2
*
The cgitb module had imports in its functions. This can cause deadlock with the
Brett Cannon
2009-04-01
1
-0/+4
*
The SimpleXMLRPCServer's CGI handler now runs like a pony.
Georg Brandl
2009-04-01
1
-0/+2
*
Fix issue 2522. locale.format now checks that it is passed
R. David Murray
2009-04-01
1
-0/+4
*
Issue #5635: Fix running test_sys with tracing enabled.
Georg Brandl
2009-04-01
1
-1/+4
*
#5228: add pickle support to functools.partial
Jack Diederich
2009-03-31
1
-0/+2
*
#5583 Added optional Extensions in Distutils
Tarek Ziadé
2009-03-31
1
-0/+3
*
Issue 5619: Pass MS CRT debug flags into subprocesses
Jesse Noller
2009-03-31
1
-0/+3
*
fix Thread.ident when it is the main thread or a dummy thread #5632
Benjamin Peterson
2009-03-31
1
-0/+3
*
Add NEWS entry for regrtest change.
R. David Murray
2009-03-31
1
-0/+4
*
missed the news/acks for netbsd patch
Jesse Noller
2009-03-31
1
-0/+2
*
The unittest.TestCase.assertEqual() now displays the differences in lists,
Gregory P. Smith
2009-03-31
1
-0/+9
*
Issue #5387: Fixed mmap.move crash by integer overflow.
Hirokazu Yamamoto
2009-03-31
1
-0/+2
*
merge in patch from tim golden to fix contextmanager support for mp.Lock()
Jesse Noller
2009-03-30
1
-0/+3
*
Fix issue #4865: add /Library/Python/2.7/site-packages to
Ronald Oussoren
2009-03-30
1
-2/+4
*
Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
Jesse Noller
2009-03-30
1
-0/+4
*
Adjusted _tkinter to compile without warnings when WITH_THREAD is not
Guilherme Polo
2009-03-27
1
-0/+3
*
News item for the platform.py fix (r70594).
Marc-André Lemburg
2009-03-25
1
-0/+4
*
implement test skipping and expected failures
Benjamin Peterson
2009-03-23
1
-0/+2
*
Issue #4688: Add a heuristic so that tuples and dicts containing only
Antoine Pitrou
2009-03-23
1
-0/+5
*
Issue #5512: speed up the long division algorithm for Python longs.
Mark Dickinson
2009-03-23
1
-0/+4
*
Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
Lars Gustäbel
2009-03-22
1
-0/+5
[next]