Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3e11d6583a8ac171ddf25b0b764ab57c8df7f108
/
Lib
2c05a2e
do safety checks on __qualname__ assignment
by Benjamin Peterson
· 12 years ago
8afa7fa
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271)
by Benjamin Peterson
· 12 years ago
cc4bacf
#12890: fix test on windows
by R David Murray
· 12 years ago
6294305
Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
by Nadeem Vawda
· 12 years ago
a1952d4
Add test for BZ2Decompressor.decompress("") after end of stream.
by Nadeem Vawda
· 12 years ago
bdd13fd
Closes #16340: Handle exception while copying script to venv.
by Vinay Sajip
· 12 years ago
21b1024
merge heads
by Andrew Svetlov
· 12 years ago
6d50a54
Merge issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 12 years ago
2ec53be
Issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 12 years ago
2a83f16
Issue #14700: merge tests from 3.2.
by Mark Dickinson
· 12 years ago
fb90c09
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
by Mark Dickinson
· 12 years ago
5b9561d
merge with 3.2
by Georg Brandl
· 12 years ago
579d5cd
changeset: 80007:49e4541f2aef
by Georg Brandl
· 12 years ago
74076cb
#12890: skip tests which fail on windows until fixed or rewritten.
by R David Murray
· 12 years ago
4d9f318
merge #15889: make regrtest --start succeed in more cases.
by R David Murray
· 12 years ago
c3bf78a
#15889: make regrtest --start succeed in more cases.
by R David Murray
· 12 years ago
c4b8e05
merge #12890: don't emit <p> tags in text mode when logdir specified.
by R David Murray
· 12 years ago
252cd0e
#12890: don't emit <p> tags in text mode when logdir specified.
by R David Murray
· 12 years ago
f358eaf
merge #15043: Improve test_gdb support of gdb >= 7.4.
by R David Murray
· 12 years ago
f933302
#15043: Improve test_gdb support of gdb >= 7.4.
by R David Murray
· 12 years ago
254af26
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
by Hynek Schlawack
· 12 years ago
cc2f042
Issue #16250: Fix URLError invocation with proper args
by Senthil Kumaran
· 12 years ago
cad7b31
Issue #16250: Fix URLError invocation with proper args.
by Senthil Kumaran
· 12 years ago
5f9459f
merge with 3.2
by Philip Jenvey
· 12 years ago
45c4149
bounds check for bad data (thanks amaury)
by Philip Jenvey
· 12 years ago
e87acc1
Issue #16116: Now uses corrected include and library paths when building C extensions in a venv.
by Vinay Sajip
· 12 years ago
e6e96ee
#16245: Fix the value of a few entities in html.entities.html5.
by Ezio Melotti
· 12 years ago
518dbfd
Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia.
by Ezio Melotti
· 12 years ago
b6d24d9
Issue #15853: merge 3.2 -> 3.3
by Ned Deily
· 12 years ago
fdf0f27
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
by Ned Deily
· 12 years ago
5f8f0d6
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
by Nadeem Vawda
· 12 years ago
5508412
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 12 years ago
66510fe
Fix whacky spacking in test_wsgiref
by Antoine Pitrou
· 12 years ago
ae247a5
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 12 years ago
d2cc1bb
Issue #10405: merge from 3.2
by Ned Deily
· 12 years ago
2778d0d
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 12 years ago
62b4136
Fix broken test and replace redundant generator with a tuple
by Nick Coghlan
· 12 years ago
c71b4c7
Issue #6074: Actually delete the source file in the test as intended
by Nick Coghlan
· 12 years ago
11d752e
Remove unused import
by Nick Coghlan
· 12 years ago
eb8d627
Issue #6074: Apply an appropriate fix for importlib based imports
by Nick Coghlan
· 12 years ago
34937ce
Issue #6074: Forward port Windows read-only source file fix from 2.7
by Nick Coghlan
· 12 years ago
2d51f68
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 12 years ago
b0cc912
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 12 years ago
bfbf3f1
Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy)
by Ned Deily
· 12 years ago
ecbe2a9
Issue #15298: refactor previous fix from 66959d419369.
by Trent Nelson
· 12 years ago
016884c
Issue #16257: make test_create_connection() handle ENETUNREACH.
by Trent Nelson
· 12 years ago
45bb613
Issue #16257: make test_create_connection() handle ENETUNREACH.
by Trent Nelson
· 12 years ago
ee528cc
Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
by Trent Nelson
· 12 years ago
547298c
Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing.
by Eric Snow
· 12 years ago
0c7081a
Merge for issue #15744: add tests for the writelines() method of file objects.
by Antoine Pitrou
· 12 years ago
3ed2cb5
Also add tests for TextIOWrapper.writelines() (issue #15744).
by Antoine Pitrou
· 12 years ago
131a489
Add tests for the writelines() method of file objects.
by Antoine Pitrou
· 12 years ago
c101bf3
Issue #15298: ensure _sysconfigdata is generated in build directory,
by Trent Nelson
· 12 years ago
d783c8e
Issue #15833: don't raise an exception if importlib can't write byte-compiled
by Trent Nelson
· 12 years ago
e7e7af4
Issue #16244: Merged change from 3.2.
by Vinay Sajip
· 12 years ago
ee892b9
Issue #16244: Remove file mode overrides.
by Vinay Sajip
· 12 years ago
143d034
merge 3.2
by Benjamin Peterson
· 12 years ago
7a9953e
skip if __doc__ is gone
by Benjamin Peterson
· 12 years ago
951a9e3
fix to work if __doc__ is removed
by Benjamin Peterson
· 12 years ago
0b960f5
Fix #16176. Properly identify Windows 8 via platform.platform()
by Brian Curtin
· 12 years ago
a6ce4fd
Closes issue #15111: Calling __import__ with a module specified in
by Brett Cannon
· 12 years ago
a10ddb8
Fixes Issue #16114: The subprocess module no longer provides a
by Gregory P. Smith
· 12 years ago
5591b02
Fixes Issue #16114: The subprocess module no longer provides a
by Gregory P. Smith
· 12 years ago
86b0fb2
Issue #16170: Remove Linux skip from test_subprocess's test_executable test.
by Chris Jerdonek
· 12 years ago
455fa0a
merge heads
by Benjamin Peterson
· 12 years ago
b29614e
compare singletons by identity not equality (closes #16712)
by Benjamin Peterson
· 12 years ago
a511935
compare with equality not identity (issue #16172)
by Benjamin Peterson
· 12 years ago
ea69bd3
Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
by Richard Oudkerk
· 12 years ago
7903df4
Issue #16168: Merged SysLogHandler update from 3.2.
by Vinay Sajip
· 12 years ago
b5ca932
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
by Vinay Sajip
· 12 years ago
2d051b8
Issue #16115: Skip a newly added subprocess.Popen() test on Linux.
by Chris Jerdonek
· 12 years ago
776cb19
Issue #16115: Improve testing of the executable argument to subprocess.Popen().
by Chris Jerdonek
· 12 years ago
3e5dae0
Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
by Andrew Svetlov
· 12 years ago
c3e5b10
Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
by Andrew Svetlov
· 12 years ago
a514ea3
Merge issue #14900: Distuguish call count and primitive call count in pstat output.
by Andrew Svetlov
· 12 years ago
2ef4584
Issue #14900: Distuguish call count and primitive call count in pstat output.
by Andrew Svetlov
· 12 years ago
948af23
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
by Eli Bendersky
· 12 years ago
a202873
revert accidental inclusion of subprocess tests
by Andrew Svetlov
· 12 years ago
b2209cc
revert accidental inclusion of subprocess tests
by Andrew Svetlov
· 12 years ago
5061a34
Issue #16025: Minor corrections to the zipfile documentation.
by Andrew Svetlov
· 12 years ago
afbf90c
Issue #16025: Minor corrections to the zipfile documentation.
by Andrew Svetlov
· 12 years ago
1a53c0c
Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das
by Andrew Svetlov
· 12 years ago
cb95996
MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
by Jesus Cea
· 12 years ago
685fffa
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
by Jesus Cea
· 12 years ago
adc8211
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
by Jesus Cea
· 12 years ago
eb0314f
Merge: Issue #14997: disable <F5> in idle shell window.
by Andrew Svetlov
· 12 years ago
4ca222d
Issue #14997: disable <F5> in idle shell window.
by Andrew Svetlov
· 12 years ago
ee32931
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).
by Antoine Pitrou
· 12 years ago
6e1d2b6
Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
by Jesus Cea
· 12 years ago
e8801e2
MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
by Jesus Cea
· 12 years ago
fc990e9
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
by Jesus Cea
· 12 years ago
258fabe
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
by R David Murray
· 12 years ago
219c7b9
Issue #15599: Increase the switch interval. Several systems cannot handle
by Stefan Krah
· 12 years ago
eb70be2
Issue #16304: Further optimize BZ2File.readlines?().
by Nadeem Vawda
· 12 years ago
138ad50
Fix error handling in new fast path of BZ2File.readline().
by Nadeem Vawda
· 12 years ago
452add0
Issue #16304: Another performance optimization for BZ2File.
by Nadeem Vawda
· 12 years ago
621302c
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
by Tim Golden
· 12 years ago
b7a0bfe
Issue #16304: Further performance improvements for BZ2File.
by Nadeem Vawda
· 12 years ago
9a6ada8
Issue #15533: Merge update from 3.2.
by Chris Jerdonek
· 12 years ago
c2cd626
Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue.
by Chris Jerdonek
· 12 years ago
Next »