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
*
Fixed #6287: documentation for the license field in distutils
Tarek Ziadé
2009-06-16
1
-0/+2
*
don't mask encoding errors when decoding a string #6289
Benjamin Peterson
2009-06-16
1
-0/+2
*
Issue #6286: distutils upload command now uses urllib2
Tarek Ziadé
2009-06-15
1
-0/+3
*
Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
Hirokazu Yamamoto
2009-06-14
1
-0/+3
*
when no module is given in a 'from' relative import, make ImportFrom.module NULL
Benjamin Peterson
2009-06-13
1
-0/+3
*
prevent import statements from assigning to None
Benjamin Peterson
2009-06-13
1
-0/+2
*
keep the slice.step field as NULL if no step expression is given
Benjamin Peterson
2009-06-13
1
-0/+3
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-0/+4
*
Support AMD64 in msilib. Set Win64 on reglocator.
Martin v. Löwis
2009-06-12
1
-0/+2
*
Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFil...
Vinay Sajip
2009-06-11
1
-9/+12
*
#6263 fixed syntax error in distutils.cygwinccompiler
Tarek Ziadé
2009-06-11
1
-0/+2
*
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...
Tarek Ziadé
2009-06-11
1
-0/+4
*
This is a fix for Issue5809: you shouldn't specify both --enable-framework and
Ronald Oussoren
2009-06-08
1
-0/+3
*
Add Ezio.
Georg Brandl
2009-06-07
1
-0/+3
*
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do mu...
Georg Brandl
2009-06-04
1
-0/+2
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
1
-0/+3
*
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
Antoine Pitrou
2009-05-31
1
-0/+3
*
Update ACKS
Antoine Pitrou
2009-05-30
1
-0/+1
*
Issue #5330: C functions called with keyword arguments were not reported by
Antoine Pitrou
2009-05-30
1
-0/+3
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
1
-0/+3
*
Issue #4873: Fix resource leaks in error cases of pwd and grp.
Martin v. Löwis
2009-05-29
1
-0/+2
*
Fixed #6131: test_modulefinder leaked when run after test_distutils
Tarek Ziadé
2009-05-29
1
-0/+3
*
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger
2009-05-29
1
-0/+3
*
Deprecate contextlib.nested(). The with-statement now provides this function...
Raymond Hettinger
2009-05-29
1
-1/+2
*
Issue 5150: Add rstrip() option to IDLE's format menu.
Raymond Hettinger
2009-05-29
1
-0/+3
*
Fixed #6048: Distutils uses the tarfile module instead of the tar command now
Tarek Ziadé
2009-05-28
1
-0/+2
*
fix issue #6121 by stripping spaces from the argument in the 'help'
R. David Murray
2009-05-27
1
-0/+3
*
Allow multiple context managers in one with statement, as proposed
Georg Brandl
2009-05-25
1
-0/+2
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
1
-0/+3
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-0/+3
*
Issue #3585: Add pkg-config support.
Antoine Pitrou
2009-05-24
3
-0/+18
*
Issue #6050: Don't fail extracting a directory from a zipfile if
Martin v. Löwis
2009-05-24
1
-0/+3
*
Issue #6065: Do not try to build a version-independent
Martin v. Löwis
2009-05-24
1
-0/+3
*
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
Antoine Pitrou
2009-05-24
1
-0/+4
*
Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-05-24
1
-0/+3
*
reorder name
Benjamin Peterson
2009-05-23
1
-1/+1
*
support building with subversion 1.7 #6094
Benjamin Peterson
2009-05-23
2
-0/+3
*
Issue #1983: Fix functions taking or returning a process identifier to use
Antoine Pitrou
2009-05-23
1
-0/+4
*
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
R. David Murray
2009-05-23
2
-0/+5
*
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
[next]