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
Commit message (
Expand
)
Author
Age
Files
Lines
*
call __float__ on str subclasses #5759
Benjamin Peterson
2009-04-15
1
-0/+2
*
Add missing NEWS item for issue1161031 fix.
R. David Murray
2009-04-13
1
-0/+6
*
Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
Tarek Ziadé
2009-04-13
1
-0/+2
*
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
Georg Brandl
2009-04-12
1
-0/+3
*
#5704: let python -3 imply -t as well.
Georg Brandl
2009-04-12
1
-0/+2
*
#5732: added the check command into Distutils
Tarek Ziadé
2009-04-11
1
-0/+2
*
Issue #2170: refactored xml.dom.minidom.normalize, increasing both
R. David Murray
2009-04-09
1
-0/+3
*
Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
Tarek Ziadé
2009-04-09
1
-0/+3
*
Typo fixes
Andrew M. Kuchling
2009-04-09
1
-1/+1
*
see if this helps the doc builds
Benjamin Peterson
2009-04-06
1
-0/+1
*
- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
Gregory P. Smith
2009-04-06
1
-0/+3
*
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
*
Add my initials to Misc/developers.txt. Names are now sorted by number of
Brett Cannon
2009-04-01
1
-4/+5
*
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
*
Adding Wing project file
Michael Foord
2009-04-01
2
-0/+14
*
_warnings was importing itself to get an attribute. That's bad if warnings gets
Brett Cannon
2009-04-01
1
-0/+2
*
Paul Kippes was given commit privileges to work on 3to2.
Brett Cannon
2009-04-01
1
-0/+2
*
Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.
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
*
Add Maksim, who worked on several issues at the sprint.
Georg Brandl
2009-04-01
1
-0/+1
*
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
2
-0/+6
*
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
2
-0/+3
[next]