Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b42c53e442b211d0ded1d4c9abd18c74d29ed663
/
Lib
b42c53e
Issue #10883: Fix socket leaks in urllib.request.
by Nadeem Vawda
· 14 years ago
578617a
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm.
by Senthil Kumaran
· 14 years ago
7782024
verify the types of AST strings and identifiers (closes #12609 and #12610)
by Benjamin Peterson
· 14 years ago
56b2665
#12601: fix typo.
by Ezio Melotti
· 14 years ago
495ee8f
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
by Antoine Pitrou
· 14 years ago
9522595
#7484: no more <> around addresses in VRFY or EXPN
by R David Murray
· 14 years ago
9737648
Backport 2eb8789e30e7.
by Alex Gaynor
· 14 years ago
304f0f9
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
by Antoine Pitrou
· 14 years ago
c3349cd
port 8d05f697acd4 (#11627)
by Benjamin Peterson
· 14 years ago
2659140
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
by Charles-François Natali
· 14 years ago
b30ac94
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
by Victor Stinner
· 14 years ago
2e7ea50
carefully cleanup pointer cache after creating struct pointers
by Benjamin Peterson
· 14 years ago
0ab67ee
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
by Ned Deily
· 14 years ago
bf547fd
Close #4376: ctypes now supports nested structures in a endian different than
by Victor Stinner
· 14 years ago
83c14fe
this can be done without a custom dict (also fixes #12544)
by Benjamin Peterson
· 14 years ago
1616645
Issue #12149: Update the method cache after a type's dictionnary gets
by Antoine Pitrou
· 14 years ago
4a4a0fe
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
by Antoine Pitrou
· 14 years ago
2960308
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
by Antoine Pitrou
· 14 years ago
a4d58d2
Avoid failing in test_urllibnet.test_bad_address when some overzealous
by Antoine Pitrou
· 14 years ago
ba8b3a2
Close #12501: Adjust callable() warning: callable() is only not supported in
by Victor Stinner
· 14 years ago
885b164
Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of
by Ned Deily
· 14 years ago
09f6ab0
Issue #8716: Back out temporary changeset 18ce15f841cf
by Ned Deily
· 14 years ago
8c653e0
Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure.
by Ned Deily
· 14 years ago
b78fed9
Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
by Victor Stinner
· 14 years ago
e790131
Issue #12493: subprocess: communicate() handles EINTR
by Victor Stinner
· 14 years ago
4c41f84
test_io: make quiet the DeprecationWarning('classic int division')
by Victor Stinner
· 14 years ago
42dcc67
test_array: make quiet the DeprecationWarning
by Victor Stinner
· 14 years ago
49d495f
Issue #12429: Skip interrupted write tests on FreeBSD <= 7
by Victor Stinner
· 14 years ago
eee1048
Issue #8716: Fix errors in the non-OS X path of the 27 backport.
by Ned Deily
· 14 years ago
46268c4
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
by Ned Deily
· 14 years ago
9a7a4cc
Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.
by Ned Deily
· 14 years ago
65c1535
Issue #12467: warnings: fix a race condition if a warning is emitted at
by Victor Stinner
· 14 years ago
13502b1
Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg.
by Senthil Kumaran
· 14 years ago
7c20ad3
Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC
by Charles-François Natali
· 14 years ago
414d0fa
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
by Charles-François Natali
· 14 years ago
041d2e1
Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
by Victor Stinner
· 14 years ago
bf7a266
Fixup repr for dict_proxy objects.
by Raymond Hettinger
· 14 years ago
041645a
Issue #9516: Change distutils to no longer globally attempt to check and
by Ned Deily
· 14 years ago
053c6ad
Issue #9516: Correct and expand OS X deployment target tests in distutils
by Ned Deily
· 14 years ago
63144c6
Issue #12141: Install a copy of template C module file so that
by Ned Deily
· 14 years ago
43e1054
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 14 years ago
64e5995
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
by Ned Deily
· 14 years ago
c98198d
fix ws
by Benjamin Peterson
· 14 years ago
90ebedc
add more ast tests (closes #11302)
by Benjamin Peterson
· 14 years ago
cfb7731
strip trailing ws
by Benjamin Peterson
· 14 years ago
7e6b3aa
update profile license (closes #12417)
by Benjamin Peterson
· 14 years ago
e4ef726
Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed.
by Senthil Kumaran
· 14 years ago
2c316a3
Issue 11802: filecmp cache was growing without bound.
by Raymond Hettinger
· 14 years ago
67a3e83
Issue 10326: Fix regression to get test cases to pickle again.
by Raymond Hettinger
· 14 years ago
cba8731
Code simplification suggested by Sven Marnach.
by Raymond Hettinger
· 14 years ago
ecb863b
Revert d370d609d09b as requested by Terry Jan Reedy:
by Victor Stinner
· 14 years ago
f64a0cf
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
by Victor Stinner
· 14 years ago
c36c6cc
Close #3067: locale.setlocale() accepts a Unicode locale.
by Victor Stinner
· 14 years ago
f1138bb
#11700: proxy object close methods can now be called multiple times
by R David Murray
· 14 years ago
c74a6ba
Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
by Victor Stinner
· 14 years ago
0eb4ac4
allow "fake" filenames in findsource (closes #9284)
by Benjamin Peterson
· 14 years ago
a573e0d
merge 2.7.2 release branch
by Benjamin Peterson
· 14 years ago
377510d
update pydoc-topics
by Benjamin Peterson
· 14 years ago
9843ba5
bump to 2.7.2 final
by Benjamin Peterson
· 14 years ago
b30d5c7
merge heads
by Benjamin Peterson
· 14 years ago
8b8162d
merge 2.7.2 release branch with fix for #12009
by Benjamin Peterson
· 14 years ago
43ee1a5
fix regression in netrc comment handling (closes #12009)
by Benjamin Peterson
· 14 years ago
873c583
#10694: zipfile now ignores garbage at the end of a zipfile.
by R David Murray
· 14 years ago
5446f08
Correction to f1509fc75435 - Issue #11583
by Brian Curtin
· 14 years ago
caea7e8
Merge
by Brian Curtin
· 14 years ago
ce5493f
Branch merge
by Éric Araujo
· 14 years ago
865b573
Remove unnecessary executable bit on one distutils file
by Éric Araujo
· 14 years ago
a493ca3
Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time.
by Mark Dickinson
· 14 years ago
e3826c7
Issue #12016: Add test_errorhandle() to TestBase_Mapping of
by Victor Stinner
· 14 years ago
45b0829
Fix named tuples to work with vars().
by Raymond Hettinger
· 14 years ago
e9b185f
Issue #12085: Fix test_subprocess for my previous commit
by Victor Stinner
· 14 years ago
776e69b
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
by Victor Stinner
· 14 years ago
d9f5292
Issue #12057: Add tests for ISO 2022 codecs
by Victor Stinner
· 14 years ago
cd20705
bump to 2.7.2rc1
by Benjamin Peterson
· 14 years ago
8c0c9d2
Branch merge
by Éric Araujo
· 14 years ago
be77831
Fix test_distutils when sys.dont_write_bytecode is true (#9831).
by Éric Araujo
· 14 years ago
482f908
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 14 years ago
1e94021
merge heads
by Benjamin Peterson
· 14 years ago
4fa68ab
raise an ValueError in getvalue() on closed StringIO (closes #12161)
by Benjamin Peterson
· 14 years ago
8fcda68
Branch merge
by Éric Araujo
· 14 years ago
dbfba16
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
by Victor Stinner
· 14 years ago
a539245
IDLE: #6378: Further adjust idle.bat to start associated Python
by Kurt B. Kaiser
· 14 years ago
daf17e9
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
by Victor Stinner
· 14 years ago
5100a40
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
by Victor Stinner
· 14 years ago
31890bc
Fix display of html.parser.HTMLParser.feed docstrin
by Éric Araujo
· 14 years ago
ea088c5
Add missing name in pkgutil.__all__
by Éric Araujo
· 14 years ago
78d9133
Branch merge
by Éric Araujo
· 14 years ago
9e5cdcc
Issue #12057: Add tests for the HZ encoding
by Victor Stinner
· 14 years ago
b94e0cd
Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid
by Charles-François Natali
· 14 years ago
40b41e1
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
by Victor Stinner
· 14 years ago
8de87a6
correctly lookup __dir__
by Benjamin Peterson
· 14 years ago
6c603c4
test_codecs now removes the temporay file (created by the test)
by Victor Stinner
· 14 years ago
2e7f39e
Issue #12012: test_ssl uses test_support.import_module()
by Victor Stinner
· 14 years ago
f58f1c3
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
by Victor Stinner
· 14 years ago
22d8f7b
Minor code cleanup.
by Raymond Hettinger
· 14 years ago
2c5e28e
Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of
by Victor Stinner
· 14 years ago
b13cacf
(backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
by Ronald Oussoren
· 14 years ago
372954e
(backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8"
by Ronald Oussoren
· 14 years ago
4dd89ce
Fix closes issue #12088 - fixes the tarfile.extractall issue when the
by Senthil Kumaran
· 14 years ago
72bb99d
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
by Victor Stinner
· 14 years ago
Next »