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
*
Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
Walter Dörwald
2009-05-03
1
-0/+5
*
(no commit message)
Michael Foord
2009-05-02
1
-0/+11
*
Isue #5084: unpickling now interns the attribute names of pickled objects,
Antoine Pitrou
2009-05-02
1
-0/+4
*
Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker...
Antoine Pitrou
2009-05-01
1
-0/+3
*
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
Antoine Pitrou
2009-05-01
1
-0/+3
*
Adds the ipaddr module to the standard library. Issue #3959.
Gregory P. Smith
2009-05-01
1
-0/+3
*
Issue #1588: Add complex.__format__.
Eric Smith
2009-04-30
1
-1/+4
*
Issue #5864: format(1234.5, '.4') gives misleading result
Mark Dickinson
2009-04-29
1
-0/+3
*
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
Matthias Klose
2009-04-29
1
-0/+3
*
Fix issue 2245. aifc now skips any chunk type it doesn't actually
R. David Murray
2009-04-29
1
-0/+2
*
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
Tarek Ziadé
2009-04-29
1
-0/+3
*
Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
Thomas Heller
2009-04-28
1
-0/+2
*
Issue #1734234: Massively speedup `unicodedata.normalize()` when the
Antoine Pitrou
2009-04-27
1
-0/+4
*
Issue #5853: calling a function of the mimetypes module from several threads
Antoine Pitrou
2009-04-27
1
-0/+4
*
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....
Eric Smith
2009-04-27
1
-0/+3
*
Issue #5854: Updated __all__ to include some missing names and remove some na...
Vinay Sajip
2009-04-27
1
-1/+4
*
Issue #4971: Fix titlecase for characters that are their own
Martin v. Löwis
2009-04-26
1
-0/+3
*
Issue #5835, deprecate PyOS_ascii_formatd.
Eric Smith
2009-04-25
1
-0/+3
*
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
Walter Dörwald
2009-04-25
1
-0/+4
*
#5810: Fixed Distutils test_build_scripts
Tarek Ziadé
2009-04-25
1
-0/+3
*
Issue #4951: Fixed failure in test_httpservers
Tarek Ziadé
2009-04-25
1
-0/+2
*
Issue #5837: Certain sequences of calls to set() and unset() for
Walter Dörwald
2009-04-25
1
-0/+4
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
1
-0/+2
*
Issue #3102: All global symbols that the _ctypes extension defines are
Thomas Heller
2009-04-24
1
-0/+3
*
Issue 5041: ctypes unwilling to allow pickling wide character.
Thomas Heller
2009-04-24
1
-0/+2
*
Issue #5812: The two-argument form of the Fraction constructor
Mark Dickinson
2009-04-24
1
-0/+4
*
Issue #5816:
Mark Dickinson
2009-04-24
1
-0/+3
*
Issue #5812: make Fraction('1e-6') valid. Backport of r71806.
Mark Dickinson
2009-04-22
1
-0/+4
*
Issue 5354: Change API for import_fresh_module() to better support test_warni...
Nick Coghlan
2009-04-22
1
-0/+6
*
Backport of some of the work in r71665 to trunk. This reworks much of
Eric Smith
2009-04-22
1
-0/+9
*
Issue #3166: Make long -> float (and int -> float) conversions
Mark Dickinson
2009-04-20
1
-0/+3
*
adding a NEWS note for #5795 (previously checked via the buildbot)
Tarek Ziadé
2009-04-20
1
-0/+2
*
try to initalize all builtin types with PyType_Ready to avoid problems like #...
Benjamin Peterson
2009-04-18
1
-0/+3
*
Issue #1869: Fix a couple of minor round() issues.
Mark Dickinson
2009-04-18
1
-0/+3
*
Issue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip
2009-04-16
1
-6/+8
*
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
*
- 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
[next]