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
*
Add a reverse() method to collections.deque().
Raymond Hettinger
2009-12-10
1
-0/+2
*
Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)
Raymond Hettinger
2009-12-10
1
-0/+2
*
Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
R. David Murray
2009-12-09
1
-0/+4
*
Fix the transient refleaks in test_zipimport_support.
Antoine Pitrou
2009-12-08
1
-0/+1
*
Issue #6986: Fix crash in the JSON C accelerator when called with the
Antoine Pitrou
2009-12-08
1
-0/+3
*
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...
Tarek Ziadé
2009-12-08
1
-0/+2
*
logging: Added optional 'secure' parameter to SMTPHandler.
Vinay Sajip
2009-12-06
1
-0/+3
*
Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...
Tarek Ziadé
2009-12-06
1
-0/+3
*
fix date
Benjamin Peterson
2009-12-05
1
-1/+1
*
post release version bump
Benjamin Peterson
2009-12-05
1
-0/+12
*
bump version to 2.7a1
v2.7a1
Benjamin Peterson
2009-12-05
2
-3/+3
*
move RPM spec for 2.7
Benjamin Peterson
2009-12-05
1
-0/+0
*
Add missing issue number in Misc/NEWS entry.
Mark Dickinson
2009-12-04
1
-1/+1
*
Issue 7431: use TESTFN in test_linecache instead of trying to create a
R. David Murray
2009-12-03
1
-0/+4
*
Add Christoph Gohlke, for the issue 4120 work.
Martin v. Löwis
2009-12-03
1
-0/+1
*
Issue #4120: Drop reference to CRT from manifest when building
Martin v. Löwis
2009-12-03
1
-0/+3
*
disable pymalloc tricks with the --with-valgrind option #2422
Benjamin Peterson
2009-12-03
1
-0/+5
*
Issue #7333: The `posix` module gains an `initgroups()` function providing
Antoine Pitrou
2009-12-02
1
-0/+4
*
#7419: Fix a crash on Windows in locale.setlocale() when the category
Amaury Forgeot d'Arc
2009-12-01
1
-1/+4
*
Fixed #7408: dropped group ownership checking because it relies on os-specifi...
Tarek Ziadé
2009-11-29
1
-0/+4
*
Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...
Eric Smith
2009-11-29
1
-0/+4
*
Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert...
Antoine Pitrou
2009-11-28
2
-0/+4
*
Issue #7403: Fixed possible race condition in lock creation.
Vinay Sajip
2009-11-27
1
-0/+2
*
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
Martin v. Löwis
2009-11-27
1
-0/+2
*
Add ACKS entry for Pablo Mouzo
Antoine Pitrou
2009-11-27
1
-0/+1
*
Issue #6845: Add restart support for binary upload in ftplib. The
Antoine Pitrou
2009-11-27
1
-0/+4
*
Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...
Antoine Pitrou
2009-11-25
1
-0/+4
*
Issue #6615: logging: Used weak references in internal handler list. Thanks t...
Vinay Sajip
2009-11-25
1
-2/+4
*
Issue #7117, continued: Remove substitution of %g-style formatting for
Mark Dickinson
2009-11-23
1
-0/+3
*
Remove restriction on precision when formatting floats. This is the
Mark Dickinson
2009-11-23
1
-0/+4
*
Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
Senthil Kumaran
2009-11-23
1
-0/+2
*
Issue #6123: Fix opening empty archives and files.
Lars Gustäbel
2009-11-22
1
-0/+3
*
spelling
Benjamin Peterson
2009-11-19
1
-1/+1
*
add news notes for r76416
Benjamin Peterson
2009-11-19
1
-0/+4
*
Misc/NEWS entries for issue 7117.
Mark Dickinson
2009-11-19
1
-4/+33
*
Fix for issue #7085
Ronald Oussoren
2009-11-19
1
-0/+3
*
dragfullwindows can have value 2
Tarek Ziadé
2009-11-19
1
-0/+3
*
#5037 proxy __unicode__ correctly
Benjamin Peterson
2009-11-19
1
-0/+3
*
Issue #7341: Close the internal file object in the TarFile
Lars Gustäbel
2009-11-18
1
-0/+3
*
Issue #7117, continued: Change round implementation to use the correctly-rou...
Mark Dickinson
2009-11-18
1
-0/+9
*
#7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...
Tarek Ziadé
2009-11-18
1
-0/+3
*
#1757126: fix typo with the cyrillic_asian alias
Philip Jenvey
2009-11-17
1
-0/+2
*
Issue #7328: don't corrupt sys.path when running pydoc with the -m switch
Nick Coghlan
2009-11-15
1
-0/+2
*
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
Antoine Pitrou
2009-11-15
1
-0/+3
*
Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
Mark Dickinson
2009-11-15
1
-0/+3
*
Issue #4969: The mimetypes module now reads the MIME database from
Antoine Pitrou
2009-11-15
1
-0/+3
*
Issue #6816: expose the zipfile and directory execution mechanism to Python c...
Nick Coghlan
2009-11-15
1
-0/+6
*
Issue 7324: add a sanity check to regrtest argument parsing to
R. David Murray
2009-11-15
1
-0/+3
*
Issue #7312 (new feature): Add a -F flag to run the selected tests in
R. David Murray
2009-11-14
1
-0/+3
*
Issue #7318: multiprocessing now uses a timeout when it fails to establish
Antoine Pitrou
2009-11-13
1
-0/+5
[next]