Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
29b964d0ddebad90c252139911f6702632b55b8a
/
Lib
50af011
Bump to 3.3.0a2.
by Georg Brandl
· 13 years ago
3f4a1b3
Update pydoc topics.
by Georg Brandl
· 13 years ago
8315f96
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
by Antoine Pitrou
· 13 years ago
70deb3d
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
by Antoine Pitrou
· 13 years ago
8b34b53
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
by Antoine Pitrou
· 13 years ago
f70401e
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
by Antoine Pitrou
· 13 years ago
8613b0d
Merge #14434: make tutorial link in 'help' banner version-specific
by R David Murray
· 13 years ago
de0f629
#14434: make tutorial link in 'help' banner version-specific
by R David Murray
· 13 years ago
69c2ffa
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
by Andrew Svetlov
· 13 years ago
78a0f20
Merge from 3.2
by Andrew Svetlov
· 13 years ago
f3c2976
update NEWS as Terry Reedy proposed
by Andrew Svetlov
· 13 years ago
a5e8220
Fix the tests of GC collection in ET.Element according to Benjamin's recommendations
by Eli Bendersky
· 13 years ago
c689785
Fix-up a comment
by Raymond Hettinger
· 13 years ago
7f7a5a7
Fix-up comments and add a sentinel variable for clarity.
by Raymond Hettinger
· 13 years ago
41eb79a
No need to create and destroy links when updating a fixed-sized circular queue.
by Raymond Hettinger
· 13 years ago
1ff50df
Minor cleanup: add whitespace, add comments, bring function attribute updates together.
by Raymond Hettinger
· 13 years ago
0192ba3
Issue #14065: Added cyclic GC support to ET.Element
by Eli Bendersky
· 13 years ago
b4f6da8
Closes #14436: merged fix from 3.2.
by Vinay Sajip
· 13 years ago
6f5e54e
Closes #14436: Convert msg + args to string before pickling.
by Vinay Sajip
· 13 years ago
d3cebd7
Merge with 3.2
by Andrew Svetlov
· 13 years ago
8640743
Issue #14442: Add missing errno import in test_smtplib.
by Ross Lagerwall
· 13 years ago
67ac079
Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>.
by Andrew Svetlov
· 13 years ago
aa8ec7e
Fix unittest.mock.patch docstring
by Michael Foord
· 13 years ago
54b3db8
Minor unittest.mock.patch doc / docstring improvement
by Michael Foord
· 13 years ago
dc5a4e1
merge with 3.2
by Georg Brandl
· 13 years ago
d864407
Closes #14411: remove outdated comment in rlcompleter docstring.
by Georg Brandl
· 13 years ago
1641bb7
Fix typo
by Éric Araujo
· 13 years ago
a5cf6c4
Update missed idlelib/NEWS.txt
by Andrew Svetlov
· 13 years ago
d543f2b
IDLE can be launched as python -m ildelib
by Andrew Svetlov
· 13 years ago
753445a
Issue #989712: update the code to process tkinter messages in IDLE
by Andrew Svetlov
· 13 years ago
0340ea7
unittest.mock: removed another bit of Python 2 only code
by Michael Foord
· 13 years ago
944e02d
Adding unittest.mock documentation
by Michael Foord
· 13 years ago
e58a562
unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec
by Michael Foord
· 13 years ago
fb5d0a7
unittest.mock: remove another piece of Python 2 specific code
by Michael Foord
· 13 years ago
1ab27c6
Remove more Python 2 code from unittest.mock (obsolete function attributes)
by Michael Foord
· 13 years ago
0dccf65
Minor changes to the unittest.mock.mock_open helper
by Michael Foord
· 13 years ago
9925473
Addition of docstrings to unittest.mock helpers
by Michael Foord
· 13 years ago
a74561a
unittest.mock: set file_spec on first use
by Michael Foord
· 13 years ago
50a8c0e
Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments
by Michael Foord
· 13 years ago
a3eabb6
Merge
by Michael Foord
· 13 years ago
313f85f
unittest.mock.MagicMock objects are now unorderable by default
by Michael Foord
· 13 years ago
fe17b2b
Raise MemoryError instead of InvalidOperation/MallocError for compatibility
by Stefan Krah
· 13 years ago
cd49d53
Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess.
by Andrew Svetlov
· 13 years ago
9384c7d
Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
by Charles-François Natali
· 13 years ago
8e6fe64
Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
by Charles-François Natali
· 13 years ago
55bce63
Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.
by Charles-François Natali
· 13 years ago
ee64b28
Closes #14314: backported fix.
by Vinay Sajip
· 13 years ago
c7ea19f
attempt to fix asyncore buildbot failure
by Giampaolo Rodola'
· 13 years ago
a3481e7
attempt to fix asyncore buildbot failure
by Giampaolo Rodola'
· 13 years ago
b6405ef
Use the same exception hierarchy as decimal.py. FloatOperation now also
by Stefan Krah
· 13 years ago
4164ac1
merge
by Giampaolo Rodola'
· 13 years ago
466a54f
fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586
by Giampaolo Rodola'
· 13 years ago
396e8fc
Issue #13782: streamline argument type-checking in ET.Element
by Eli Bendersky
· 13 years ago
42243c4
#14380: Make actual default match docs, fix __init__ order.
by R David Murray
· 13 years ago
8680bcc
#14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode
by R David Murray
· 13 years ago
3539ef3
merge 79422b3684f1 in 3.3 branch (issue 10340)
by Giampaolo Rodola'
· 13 years ago
350c94b
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
by Giampaolo Rodola'
· 13 years ago
98ba753
merge 3.2 (#14378)
by Benjamin Peterson
· 13 years ago
a4e4e35
check by equality for __future__ not identity (closes #14378)
by Benjamin Peterson
· 13 years ago
d5d17eb
Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library.
by Antoine Pitrou
· 13 years ago
a966c6f
Issue #3035: Unused functions from tkinter are marked as pending peprecated.
by Andrew Svetlov
· 13 years ago
1da08e7
Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
by R David Murray
· 13 years ago
e112153
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
by R David Murray
· 13 years ago
65e32d1
merge heads
by Benjamin Peterson
· 13 years ago
1919b7e
Issue #7652: Integrate the decimal floating point libmpdec library to speed
by Stefan Krah
· 13 years ago
206d2a4
Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.
by Andrew Svetlov
· 13 years ago
0f71f44
#3573: idle now doesn't hungs if launched as: idle -e <directory>
by Andrew Svetlov
· 13 years ago
1b1a8e7
correctly lookup __trunc__ in int() constructor
by Benjamin Peterson
· 13 years ago
6b6e437
#3573: idle now doesn't hungs if launched as: idle -e <directory>
by Andrew Svetlov
· 13 years ago
669b755
#14269: smtpd now conforms to the RFC and requires HELO before MAIL.
by R David Murray
· 13 years ago
83a9f48
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
by Larry Hastings
· 13 years ago
7941736
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
by Giampaolo Rodola'
· 13 years ago
2a88641
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
by Giampaolo Rodola'
· 13 years ago
4ca5661
all OSErrors should indicate there are no extended attributes (closes #14358)
by Benjamin Peterson
· 13 years ago
3187749
Merge 3.2.3rc2 from release clone.
by Georg Brandl
· 13 years ago
226af70
Bump to 3.2.3rc2.
by Georg Brandl
· 13 years ago
7dabfed
Fix whitespace
by Raymond Hettinger
· 13 years ago
7e0c581
Low overhead path for maxsize==0
by Raymond Hettinger
· 13 years ago
0863d71
Merge #14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
c6bfce9
#14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
bd53809
#14344: fixed the repr of email.policy objects.
by R David Murray
· 13 years ago
bc8e81d
Section-off the source for better readability.
by Raymond Hettinger
· 13 years ago
dce583e
Minor beautification.
by Raymond Hettinger
· 13 years ago
96384b9
make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368)
by Benjamin Peterson
· 13 years ago
80e22b5
Merge #11686: add missing entries to email __all__ lists.
by R David Murray
· 13 years ago
1b6c724
#11686: add missing entries to email __all__ lists.
by R David Murray
· 13 years ago
7104c72
#12788: fix error in test_policy when run under refleak detection
by R David Murray
· 13 years ago
4f5139b
Root variable is not changed.
by Raymond Hettinger
· 13 years ago
202d1ad
Fix whitespace
by Raymond Hettinger
· 13 years ago
d37fb55
Unique sentinel value for cache.get()
by Raymond Hettinger
· 13 years ago
6e8c817
Refactor calculation of the cache key. Minor code cleanups.
by Raymond Hettinger
· 13 years ago
020bf28
Merge
by Antoine Pitrou
· 13 years ago
846fd30
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation.
by Antoine Pitrou
· 13 years ago
29a837d
merge heads
by Benjamin Peterson
· 13 years ago
954cf57
clear the root with the cache
by Benjamin Peterson
· 13 years ago
d656958
Minor code cleanup.
by Raymond Hettinger
· 13 years ago
57b2959
Eliminate duplicate link lookup. Minor cleanup.
by Raymond Hettinger
· 13 years ago
de39454
merge 3.2 (#14334)
by Benjamin Peterson
· 13 years ago
16d84ac
check to make sure the attribute is a string (#14334)
by Benjamin Peterson
· 13 years ago
6e33525
fix trailing whitespace
by Eli Bendersky
· 13 years ago
Next »