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
*
Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...
Mark Dickinson
2009-05-20
1
-0/+4
*
fixed the 'package' option of build_ext
Tarek Ziadé
2009-05-19
1
-0/+3
*
Issue 6032: fix refleaks in test_urllib2_localnet.
Collin Winter
2009-05-18
1
-1/+1
*
Fixed #6053 - win32 fixes for distutils tests
Tarek Ziadé
2009-05-18
1
-0/+2
*
Fixed the library extension when distutils build_ext is used inplace
Tarek Ziadé
2009-05-18
1
-0/+3
*
Added NEWS for r72698.
Hirokazu Yamamoto
2009-05-17
1
-0/+2
*
typo
Benjamin Peterson
2009-05-16
1
-2/+2
*
update
Benjamin Peterson
2009-05-16
1
-0/+3
*
#6041: sdist and register now use the check command. No more duplicate code f...
Tarek Ziadé
2009-05-16
1
-0/+3
*
Issue #2116: Weak references and weak dictionaries now support copy()ing and ...
Antoine Pitrou
2009-05-15
1
-0/+3
*
Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-15
1
-0/+2
*
Issue #5918: Fix a crash in the parser module.
Antoine Pitrou
2009-05-14
1
-0/+2
*
Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-14
2
-0/+3
*
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé
2009-05-14
1
-0/+3
*
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
R. David Murray
2009-05-13
2
-0/+5
*
Move news item to correct section, remove spurious 'see below'
R. David Murray
2009-05-13
1
-2/+2
*
Issue 5994: add docstrings to marshal.
R. David Murray
2009-05-13
1
-0/+2
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
1
-0/+3
*
Add missing # to NEWS
Michael Foord
2009-05-11
1
-1/+1
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-0/+6
*
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
Mark Dickinson
2009-05-11
1
-0/+6
*
fixed #5984 and improved test coverage
Tarek Ziadé
2009-05-10
1
-0/+3
*
Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when...
Vinay Sajip
2009-05-09
1
-4/+7
*
#5976: fixed distutils test_check_environ
Tarek Ziadé
2009-05-09
1
-0/+2
*
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
1
-0/+3
*
Issue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin
2009-05-08
1
-0/+3
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
1
-0/+3
*
Update the Windows locale mapping with the ones introduced with Vista.
Jeroen Ruigrok van der Werven
2009-05-08
1
-0/+2
*
Fixed #5941: added ARFLAGS for the archiver command.
Tarek Ziadé
2009-05-07
2
-0/+6
*
News item for Issue5955.
R. David Murray
2009-05-07
1
-0/+3
*
Add NEWS entry about issue #3739.
Walter Dörwald
2009-05-06
1
-0/+3
*
Fix Issue #4875: find_library can return directories instead of files
Thomas Heller
2009-05-05
1
-0/+3
*
Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...
Eric Smith
2009-05-05
1
-0/+9
*
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
Martin v. Löwis
2009-05-05
1
-0/+2
*
#5142: add module skipping feature to pdb.
Georg Brandl
2009-05-05
1
-0/+2
*
Add a news entry for r72319.
Georg Brandl
2009-05-05
1
-0/+3
*
Fix issue 5890: (property subclass shadows __doc__ string) by inserting
R. David Murray
2009-05-04
1
-0/+4
*
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when ext...
Antoine Pitrou
2009-05-04
1
-0/+3
*
Add Nick Barnes to ACKS.
Antoine Pitrou
2009-05-04
1
-0/+1
*
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se...
Antoine Pitrou
2009-05-04
1
-0/+3
*
Issue #5913: os.listdir() should fail for empty path on windows.
Hirokazu Yamamoto
2009-05-04
1
-0/+2
*
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith
2009-05-04
1
-0/+3
*
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
[next]