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 #1811: Improve accuracy and consistency of true division for integers.
Mark Dickinson
2009-12-27
1
-0/+5
*
#6108: unicode(exception) and str(exception) should return the same message
Ezio Melotti
2009-12-24
1
-0/+3
*
Unittests and news items for the patch in r77026.
Ronald Oussoren
2009-12-24
1
-0/+3
*
Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
Ronald Oussoren
2009-12-24
1
-0/+3
*
Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...
Ronald Oussoren
2009-12-24
1
-0/+7
*
added a note about #7556 in Misc/NEWS
Tarek Ziadé
2009-12-21
1
-0/+3
*
Add NEWS for OpenSSL changes.
Martin v. Löwis
2009-12-21
1
-0/+4
*
Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.
Mark Dickinson
2009-12-21
1
-0/+2
*
Fixed #7552: fixed distutils.command.upload failure on very long passwords
Tarek Ziadé
2009-12-20
1
-4/+8
*
Issue #7376: When called with no arguments doctest was running a
R. David Murray
2009-12-20
1
-0/+3
*
Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
Senthil Kumaran
2009-12-20
1
-0/+3
*
Issue #3366: Add error function and complementary error function to
Mark Dickinson
2009-12-19
1
-1/+2
*
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
Mark Dickinson
2009-12-16
1
-1/+1
*
Issue #7396: fix -s, which was broken by the -j enhancement.
R. David Murray
2009-12-16
1
-0/+2
*
Issue #7498: make test_multiprocessing use test_support.find_unused_port
R. David Murray
2009-12-14
1
-0/+9
*
Issue #1680159: unicode coercion during an 'in' operation was masking
R. David Murray
2009-12-14
1
-0/+3
*
accept None as the same as having passed no argument in file types #7349
Benjamin Peterson
2009-12-13
1
-0/+4
*
add NEWS note
Benjamin Peterson
2009-12-13
1
-0/+3
*
fix the ignoring of __cmp__ method on metaclasses #7491
Benjamin Peterson
2009-12-13
1
-0/+2
*
Add NEWS entry as per RDM's suggestion (the bug was actually present
Antoine Pitrou
2009-12-13
1
-0/+3
*
Issue #7357: No longer suppress fatal extraction errors by
Lars Gustäbel
2009-12-13
1
-0/+3
*
Issue #3366: Add lgamma function to math module.
Mark Dickinson
2009-12-11
1
-1/+1
*
Issue #7470: logging: fix bug in Unicode encoding fallback.
Vinay Sajip
2009-12-11
1
-0/+2
*
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
[next]