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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made logging classes new-style and added name property to handlers.
Vinay Sajip
2009-11-24
1
-16/+33
*
Issue #7117: Update float formatting testcases to match those in py3k.
Mark Dickinson
2009-11-24
1
-21/+21
*
comment out test added in r76438, which caused refleaks
Jesse Noller
2009-11-24
1
-18/+18
*
round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this.
Mark Dickinson
2009-11-24
1
-0/+5
*
Issue #7117, continued: Remove substitution of %g-style formatting for
Mark Dickinson
2009-11-23
1
-4/+19
*
Remove restriction on precision when formatting floats. This is the
Mark Dickinson
2009-11-23
1
-8/+1
*
Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
Senthil Kumaran
2009-11-23
2
-4/+13
*
Issue #7379: Fix incorrect doctest for Fraction.limit_denominator.
Mark Dickinson
2009-11-23
1
-2/+2
*
Add a testcase that checks if the TarFile constructor successfully
Lars Gustäbel
2009-11-23
1
-0/+18
*
Issue #6123: Fix opening empty archives and files.
Lars Gustäbel
2009-11-22
2
-32/+140
*
issue6615: Additional test for logging support in multiprocessing
Jesse Noller
2009-11-21
1
-0/+20
*
revert unintended change to multiprocessing/queues.py
Jesse Noller
2009-11-21
1
-18/+2
*
issue5738: The distribution example was confusing, and out of date. It's too ...
Jesse Noller
2009-11-21
1
-2/+18
*
Issue #7272: Add configure test to detect whether sem_open works
Mark Dickinson
2009-11-20
1
-1/+1
*
avoid doing an uneeded import in a function
Benjamin Peterson
2009-11-20
1
-4/+4
*
improve several corner cases related with argument names in parenthesis
Benjamin Peterson
2009-11-19
2
-1/+17
*
dragfullwindows can have value 2
Tarek Ziadé
2009-11-19
1
-1/+1
*
#5037 proxy __unicode__ correctly
Benjamin Peterson
2009-11-19
1
-0/+11
*
Issue #7341: Close the internal file object in the TarFile
Lars Gustäbel
2009-11-18
1
-21/+27
*
Issue #7117, continued: Change round implementation to use the correctly-rou...
Mark Dickinson
2009-11-18
1
-1/+139
*
Correctly escape arbitrary error message text in the runpy unit tests
Nick Coghlan
2009-11-18
1
-2/+2
*
#7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...
Tarek Ziadé
2009-11-18
1
-5/+5
*
#1757126: fix typo with the cyrillic_asian alias
Philip Jenvey
2009-11-17
1
-1/+1
*
Allow for backslashes in file paths passed to the regex engine
Nick Coghlan
2009-11-16
1
-0/+2
*
Account for another cache when hunting ref leaks
Nick Coghlan
2009-11-16
1
-3/+16
*
Issue #7328: don't corrupt sys.path when running pydoc with the -m switch
Nick Coghlan
2009-11-15
1
-5/+7
*
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
Antoine Pitrou
2009-11-15
2
-5/+389
*
Issue #4969: The mimetypes module now reads the MIME database from
Antoine Pitrou
2009-11-15
2
-2/+80
*
Avoid signed overflow in some xrange calculations, and extend
Mark Dickinson
2009-11-15
1
-0/+68
*
Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.
Senthil Kumaran
2009-11-15
1
-1/+7
*
Issue #6816: expose the zipfile and directory execution mechanism to Python c...
Nick Coghlan
2009-11-15
6
-198/+461
*
Addition of some details in the code comments.
Senthil Kumaran
2009-11-15
1
-2/+4
*
Remove 'g' from regrtest getopt argument string, since there's no
R. David Murray
2009-11-15
1
-1/+1
*
Issue 7324: add a sanity check to regrtest argument parsing to
R. David Murray
2009-11-15
1
-0/+4
*
Turn the bsddb replication startup timeout test into a
R. David Murray
2009-11-14
1
-2/+7
*
Issue #7312 (new feature): Add a -F flag to run the selected tests in
R. David Murray
2009-11-14
1
-27/+50
*
Issue #7318: multiprocessing now uses a timeout when it fails to establish
Antoine Pitrou
2009-11-13
1
-2/+13
*
this main is much more useful
Benjamin Peterson
2009-11-12
1
-3/+2
*
fix several compile() issues by translating newlines in the tokenizer
Benjamin Peterson
2009-11-12
3
-7/+16
*
Issue #7295: Do not use a hardcoded file name in test_tarfile.
Antoine Pitrou
2009-11-11
1
-7/+3
*
I got the relative magnitudes of the timeout increases reversed, so
R. David Murray
2009-11-11
1
-1/+1
*
Fixing the NameError on Windows - issue1235
Senthil Kumaran
2009-11-11
1
-5/+5
*
CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix
Senthil Kumaran
2009-11-11
1
-54/+23
*
Backport micro-fix from the py3k svnmerge
Antoine Pitrou
2009-11-10
1
-1/+1
*
Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
Antoine Pitrou
2009-11-10
2
-1/+17
*
Add extra information to a test_signal failure message to aid diagnosis of bu...
Mark Dickinson
2009-11-09
1
-1/+3
*
Issue #7251: Break out round tests for large values into a separate
Mark Dickinson
2009-11-09
1
-3/+22
*
Issue #7282: Fix a memory leak when an RLock was used in a thread other
Antoine Pitrou
2009-11-09
3
-12/+25
*
Issue 7294: Fixed URL in a comment.
Eric Smith
2009-11-09
1
-1/+3
*
Kill a small potential leak in test_threading.
Antoine Pitrou
2009-11-08
1
-0/+2
[next]