Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0b00b6b98729beaf3ae03c714fdec8ef797f9ae0
/
Lib
0b00b6b
Merged revisions 82739,82741 via svnmerge from
by Benjamin Peterson
· 15 years ago
306d88f
Merged revisions 82735 via svnmerge from
by Benjamin Peterson
· 15 years ago
abd4553
Merged revisions 82730 via svnmerge from
by R. David Murray
· 15 years ago
9b9e125
Merged revisions 82654 via svnmerge from
by Mark Dickinson
· 15 years ago
e85aa73
Merged revisions 82646,82649-82650 via svnmerge from
by Mark Dickinson
· 15 years ago
22db735
Merged revisions 82647 via svnmerge from
by Antoine Pitrou
· 15 years ago
86ac22e
Merged revisions 82637 via svnmerge from
by Benjamin Peterson
· 15 years ago
489113f
Merged revisions 82628,82630 via svnmerge from
by Benjamin Peterson
· 15 years ago
ba303c8
these tests are the result of cpython's incorrect implementation
by Benjamin Peterson
· 15 years ago
bace676
be more generous to implementations that have implemented correctly
by Benjamin Peterson
· 15 years ago
3caf7b9
#9161: Fix regression in acceptance of unicode strings in add_option calls.
by R. David Murray
· 15 years ago
9d7003e
Merged revisions 82542 via svnmerge from
by Benjamin Peterson
· 15 years ago
75b44b3
Issue #9130: Fix validation of relative imports in parser module.
by Mark Dickinson
· 15 years ago
a7ee59b
Issue #9128: Validate class decorator syntax correctly in parser module.
by Mark Dickinson
· 15 years ago
96c4df4
Issue #9145: Fix a regression due to r79539
by Florent Xicluna
· 15 years ago
e3c1045
prepare for 2.7.1
by Benjamin Peterson
· 15 years ago
c60082d
update to 2.7 final
by Benjamin Peterson
· 15 years ago
6728d14
update pydoc-topics
by Benjamin Peterson
· 15 years ago
743242a
add release date
by Benjamin Peterson
· 15 years ago
15e5b1b
Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
by Victor Stinner
· 15 years ago
2f8c8f4
Submit patch for bug 9144; broken imports due to r81380
by Jesse Noller
· 15 years ago
0df5a85
don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally
by Benjamin Peterson
· 15 years ago
c262a69
an AttributeError is perfectly acceptable here
by Benjamin Peterson
· 15 years ago
e00e2f0
fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception
by Giampaolo Rodolà
· 15 years ago
10947a6
mark test depending on ref counting
by Benjamin Peterson
· 15 years ago
070f0ab
Issue #9125: Update parser module for "except ... as ..." syntax.
by Mark Dickinson
· 15 years ago
8586249
Spelling.
by Mark Dickinson
· 15 years ago
d6a8e6d
fix skipping condition
by Benjamin Peterson
· 15 years ago
8eeb1dc
testcapi tests are definitely cpython only
by Benjamin Peterson
· 15 years ago
5871a8d
Fix Issue8653 - Docstring for urlunsplit function.
by Senthil Kumaran
· 15 years ago
a70e91c
mark tracking tests as implementation details
by Benjamin Peterson
· 15 years ago
b96fbb8
Fix for Issue8883: without this patch test_urllib will fail
by Ronald Oussoren
· 15 years ago
76002c8
The uuid library on OSX 10.5 seems to contain the same bug as the one
by Ronald Oussoren
· 15 years ago
cd17213
Two small fixes for the support for SDKs on MacOSX:
by Ronald Oussoren
· 15 years ago
ad72bcc
Untabify.
by Georg Brandl
· 15 years ago
62a14db
#9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.
by R. David Murray
· 15 years ago
04a3439
Fix indentation in recently added test.
by R. David Murray
· 15 years ago
32e0681
#4640: add a test to optparse that proves issue is invalid.
by R. David Murray
· 15 years ago
cf3e20c
mark implementation detail as such
by Benjamin Peterson
· 15 years ago
0badae4
this must be a typo
by Benjamin Peterson
· 15 years ago
4b26acb
mark implementation detail as such
by Benjamin Peterson
· 15 years ago
947ce58
prevent assignment to set literals
by Benjamin Peterson
· 15 years ago
f6d31cb
cpython only gc tests
by Benjamin Peterson
· 15 years ago
7f8ede4
mark ref counting as impl detail
by Benjamin Peterson
· 15 years ago
694781b
must force gc here
by Benjamin Peterson
· 15 years ago
bde67df
keep UserDict an old-style class
by Benjamin Peterson
· 15 years ago
934f4e1
Fix for issue8446:
by Ronald Oussoren
· 15 years ago
bfcedf4
bump verson to 2.7rc2
by Benjamin Peterson
· 15 years ago
bb93709
update pydoc-topics
by Benjamin Peterson
· 15 years ago
afa1b30
fix finding visual studio 2008 on 64 bit #8854
by Benjamin Peterson
· 15 years ago
a45e6d5
Add tests for problems reported in issue 8959.
by Thomas Heller
· 15 years ago
f180099
Fix #8959 by reverting revision 80761.
by Thomas Heller
· 15 years ago
8019236
Merge test_strtod and test_float string-to-float conversion tests.
by Mark Dickinson
· 15 years ago
b33f0c1
Revert r60115
by Jean-Paul Calderone
· 15 years ago
a37b7af
Add few words about test.test_genericpath.CommonTest
by Florent Xicluna
· 15 years ago
df1cf30
#8720: fix inspect regression by teaching getsourcefile about linecache.
by R. David Murray
· 15 years ago
e979ec8
Issue #8986: erfc was raising OverflowError on Linux for arguments in
by Mark Dickinson
· 15 years ago
936efc7
Issue #8924: logging: Improved error handling for Unicode in exception text.
by Vinay Sajip
· 15 years ago
cca3a3f
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
by Antoine Pitrou
· 15 years ago
4022891
Fix possible undefined behaviour from signed overflow in struct module.
by Mark Dickinson
· 15 years ago
33958b8
Fix issue with nested test suites debug method and module setups. (unittest)
by Michael Foord
· 15 years ago
ae1bb9a
Typo correction.
by Michael Foord
· 15 years ago
0fedb28
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().
by Michael Foord
· 15 years ago
eabdeba
use unicode literals
by Benjamin Peterson
· 15 years ago
13e934a
correctly overflow when indexes are too large
by Benjamin Peterson
· 15 years ago
0b41707
Silence deprecation warning in test___all__ caused by an import bsddb.
by Ezio Melotti
· 15 years ago
0229e84
update pydoc-topics
by Benjamin Peterson
· 15 years ago
77d534e
bump version to 2.7 rc1
by Benjamin Peterson
· 15 years ago
c532c57
Code formatting change.
by Michael Foord
· 15 years ago
62c3c79
Replace deprecated fail* methods with the equivalent assert* ones.
by Ezio Melotti
· 15 years ago
db919f0
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors.
by Michael Foord
· 15 years ago
c1d7c5b
Tests for unittest.TestCase.maxDiff.
by Michael Foord
· 15 years ago
20e287c
Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error.
by Michael Foord
· 15 years ago
ab2eb0e
Add a NEWS entry for r81758 and clarify a comment.
by Ezio Melotti
· 15 years ago
e57e50c
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
by Ezio Melotti
· 15 years ago
f2c25c5
Fix unittest tests after previous commit.
by Michael Foord
· 15 years ago
5fe21ff
unittest.TestCase assertion methods inform you when they have omitted an over long diff on failure. Issue 8351.
by Michael Foord
· 15 years ago
ec27d91
Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning.
by Mark Dickinson
· 15 years ago
674648e
unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs.
by Michael Foord
· 15 years ago
e37d75f
Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351.
by Michael Foord
· 15 years ago
23f0d6b
Issue #8627: remove out-of-date warning about overriding __cmp__
by Mark Dickinson
· 15 years ago
a441287
Extract error message truncating into a method (unittest.TestCase._truncateMessage).
by Michael Foord
· 15 years ago
0100702
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
by Michael Foord
· 15 years ago
9ef5d33
unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation.
by Michael Foord
· 15 years ago
2aa6c38
properly lookup the __format__ special method
by Benjamin Peterson
· 15 years ago
e7e505b
#4487: have Charset check with codecs for possible aliases.
by R. David Murray
· 15 years ago
eba67c0
Issue #6470: Drop UNC prefix in FixTk.py
by Martin v. Löwis
· 15 years ago
fb69501
test verifying the resp object is closed for HEAD response.
by Senthil Kumaran
· 15 years ago
dfaced5
Fix issue6312 - close the resp object for HEAD response.
by Senthil Kumaran
· 15 years ago
3b95934
use a set for membership testing
by Benjamin Peterson
· 15 years ago
4653fb5
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
by R. David Murray
· 15 years ago
61746d5
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
by R. David Murray
· 15 years ago
449aa86
Issue #7384: If the system readline library is linked against ncurses,
by Stefan Krah
· 15 years ago
4da7d41
Issue #8741: Fixed the TarFile.makelink() method that is responsible
by Lars Gustäbel
· 15 years ago
2ee9c6f
Issue #8833: tarfile created hard link entries with a size
by Lars Gustäbel
· 15 years ago
593e4ca
Fix for issue #7724: ensure that distutils and python's own setup.py
by Ronald Oussoren
· 15 years ago
52dcd45
#1368247: make set_charset/MIMEText automatically encode unicode _payload.
by R. David Murray
· 15 years ago
3b4849a
Logging: improved error reporting for BaseConfigurator.resolve().
by Vinay Sajip
· 15 years ago
824912e
Fix #8618. Ask the Windows mixer API if there are any playback devices
by Brian Curtin
· 15 years ago
4f0108b
Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries.
by Senthil Kumaran
· 15 years ago
Next »