Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e7fef52f9865b29785be04d1dc7d9b0b52f3c085
/
Lib
« Previous
4ed797e
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
by Serhiy Storchaka
· 12 years ago
d07db96
Issue #16640: Run less code under a lock in sched module.
by Serhiy Storchaka
· 12 years ago
1147f82
Issue #16165: Fix sched.scheduler.run() method was block a scheduler for
by Serhiy Storchaka
· 12 years ago
f2b9cf4
Issue #16165: Fix sched.scheduler.run() method was block a scheduler for
by Serhiy Storchaka
· 12 years ago
3c80ce4
Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable.
by Serhiy Storchaka
· 12 years ago
c04957b
Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable.
by Serhiy Storchaka
· 12 years ago
d1ced9e
Issue #16642: Document kwargs field in sched.Event named tuple.
by Serhiy Storchaka
· 12 years ago
e912496
Issue #16642: Document kwargs field in sched.Event named tuple.
by Serhiy Storchaka
· 12 years ago
49f7e58
Forward port new test for SSLSocket.connect_ex()
by Antoine Pitrou
· 12 years ago
6464b84
Forward port new test for SSLSocket.connect_ex()
by Antoine Pitrou
· 12 years ago
ddb87ab
Forward port new test for SSLSocket.connect_ex()
by Antoine Pitrou
· 12 years ago
40f12ab
Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex().
by Antoine Pitrou
· 12 years ago
c819b07
Issue #16761: Raise TypeError when int() called with base argument only.
by Serhiy Storchaka
· 12 years ago
00e2843
Issue #16761: Raise TypeError when int() called with base argument only.
by Serhiy Storchaka
· 12 years ago
0b386d5
Issue #16761: Raise TypeError when int() called with base argument only.
by Serhiy Storchaka
· 12 years ago
cf095f8
Issue #16761: Raise TypeError when int() or long() called with base argument only.
by Serhiy Storchaka
· 12 years ago
d6c18dc
Issue #15302: Switch regrtest from using getopt to using argparse.
by Chris Jerdonek
· 12 years ago
f7cd05d
Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize.
by Chris Jerdonek
· 12 years ago
28441e3
Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize.
by Chris Jerdonek
· 12 years ago
1e4bd53
Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize.
by Chris Jerdonek
· 12 years ago
3684c79
Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.
by Chris Jerdonek
· 12 years ago
c90be30
Issue #16792: Use assertIs() to test identity.
by Serhiy Storchaka
· 12 years ago
f823da1
Issue #16793. Replace deprecated unittest asserts with modern counterparts.
by Serhiy Storchaka
· 12 years ago
a29159b
Issue #16793. Replace deprecated unittest asserts with modern counterparts.
by Serhiy Storchaka
· 12 years ago
8876145
Issue #16793. Replace deprecated unittest asserts with modern counterparts.
by Serhiy Storchaka
· 12 years ago
3cd0e30
Issue #16792: Mark small ints test as CPython-only.
by Serhiy Storchaka
· 12 years ago
1ef73d2
Issue #16792: Mark small ints test as CPython-only.
by Serhiy Storchaka
· 12 years ago
3b31704
Issue #16792: Mark small ints test as CPython-only.
by Serhiy Storchaka
· 12 years ago
270767b
Issue #16792: Mark small ints test as CPython-only.
by Serhiy Storchaka
· 12 years ago
6f70fe8
Issue #16790: add some of the recent issue #16045 int tests to test_long.
by Chris Jerdonek
· 12 years ago
33e05e7
Fix #16759. Convert DWORD registry values using unsigned long.
by Brian Curtin
· 12 years ago
9640ead
another merge
by Brian Curtin
· 12 years ago
9eac6b3
Merge
by Brian Curtin
· 12 years ago
4620c13
merge
by Brian Curtin
· 12 years ago
f8704fb
Merge 3.3
by Brian Curtin
· 12 years ago
e6bfa29
Merge 3.2
by Brian Curtin
· 12 years ago
172e422
Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.
by Brian Curtin
· 12 years ago
a0b7e9c
Null merge.
by Serhiy Storchaka
· 12 years ago
ffa1795
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
by Serhiy Storchaka
· 12 years ago
64df4a1
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
by Serhiy Storchaka
· 12 years ago
07e0e06
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
by Serhiy Storchaka
· 12 years ago
61006a2
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
by Serhiy Storchaka
· 12 years ago
0e091b0
Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg.
by Brian Curtin
· 12 years ago
4482b01
Merge 3.3
by Brian Curtin
· 12 years ago
62cf69e
Merge 3.2
by Brian Curtin
· 12 years ago
12706f2
Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
by Brian Curtin
· 12 years ago
4a5a4c2
#16618: Add more glob regression tests
by Hynek Schlawack
· 12 years ago
6e5c8f9
#16618: Make glob.glob match consistently across strings and bytes
by Hynek Schlawack
· 12 years ago
6f52027
#16618: Make glob.glob match consistently across strings and bytes
by Hynek Schlawack
· 12 years ago
e26568f
#16618: Make glob.glob match consistently across strings and bytes
by Hynek Schlawack
· 12 years ago
0c8ee7f
fix test for subprocess (#16644)
by Andrew Svetlov
· 12 years ago
b172697
fix test for subprocess (#16644)
by Andrew Svetlov
· 12 years ago
57a1233
fix test for subprocess (#16644)
by Andrew Svetlov
· 12 years ago
cacb400
Merge with 3.3
by Kristján Valur Jónsson
· 12 years ago
c8e7e2b
Merge with 3.2 :
by Kristján Valur Jónsson
· 12 years ago
ae57cec
Fix #16788. Add samestat to Lib/ntpath.py
by Brian Curtin
· 12 years ago
e701ec5
Add tests for Issue #10646.
by Brian Curtin
· 12 years ago
490b32a
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
by Brian Curtin
· 12 years ago
2bf61ab
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
by Senthil Kumaran
· 12 years ago
00679a7
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
by Senthil Kumaran
· 12 years ago
303eb47
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
by Senthil Kumaran
· 12 years ago
2f01e23
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
by Senthil Kumaran
· 12 years ago
a689e52
Test for issue16772 and redoes the previous fix to accept __index__-aware
by Gregory P. Smith
· 12 years ago
36852b7
Issue #14574: Ignore socket errors raised when flushing a connection on close.
by Kristján Valur Jónsson
· 12 years ago
b0d1c37
Issue #14574: Ignore socket errors raised when flushing a connection on close.
by Kristján Valur Jónsson
· 12 years ago
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 12 years ago
2380fee
issue #879399 Fix line buffering of socket._fileobject
by Kristján Valur Jónsson
· 12 years ago
94704fc
#16765: remove unused import.
by Ezio Melotti
· 12 years ago
914ab84
Add test coverage for os.removedirs (#16775)
by Andrew Svetlov
· 12 years ago
34dcdee
Add test coverage for os.removedirs (#16775)
by Andrew Svetlov
· 12 years ago
405faed
Add test coverage for os.removedirs (#16775)
by Andrew Svetlov
· 12 years ago
750909e
Fix issue16713 - tel url parsing with params
by Senthil Kumaran
· 12 years ago
bd6667a
Fix issue16713 - tel url parsing with params
by Senthil Kumaran
· 12 years ago
ed30199
Fix issue16713 - tel url parsing with params
by Senthil Kumaran
· 12 years ago
1974baa
Fix issue16713 - tel url parsing with params
by Senthil Kumaran
· 12 years ago
2552bc0
fix typo (#16720)
by Andrew Svetlov
· 12 years ago
332562f
Keep ref to ECHILD in local scope (#16650)
by Andrew Svetlov
· 12 years ago
1d960fe
Keep ref to ECHILD in local scope (#16650)
by Andrew Svetlov
· 12 years ago
5b187ce
Keep ref to ECHILD in local scope (#16650)
by Andrew Svetlov
· 12 years ago
08bab07
Keep ref to ECHILD in local scope (#16650)
by Andrew Svetlov
· 12 years ago
8b33dd8
Use OESeeror instead of os.error (#16720)
by Andrew Svetlov
· 12 years ago
9fade76
Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat)
by Mark Dickinson
· 12 years ago
d8590ff
Issue #16511: Use default IDLE width and height if config param is not valid.
by Andrew Svetlov
· 12 years ago
6a7a49c
Issue #16511: Use default IDLE width and height if config param is not valid.
by Andrew Svetlov
· 12 years ago
7174f08
Issue #16511: Use default IDLE width and height if config param is not valid.
by Andrew Svetlov
· 12 years ago
8a495a4
Issue #16511: Use default IDLE width and height if config param is not valid.
by Andrew Svetlov
· 12 years ago
445ad99
Fix #14470. Remove w9xpopen per PEP 11.
by Brian Curtin
· 12 years ago
0a6b9ec
merge from 3.2
by Senthil Kumaran
· 12 years ago
41e66a2
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
by Senthil Kumaran
· 12 years ago
f8a6b00
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
by Senthil Kumaran
· 12 years ago
2cd8ce4
Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__
by Andrew Svetlov
· 12 years ago
f347cf9
merge heads
by Andrew Svetlov
· 12 years ago
4b61d0f
Issue #16045: add more unit tests for built-in int()
by Andrew Svetlov
· 12 years ago
8e42e8a
Issue #16045: add more unit tests for built-in int()
by Andrew Svetlov
· 12 years ago
cddcafa
Issue #16045: add more unit tests for built-in int()
by Andrew Svetlov
· 12 years ago
2909d6b
merge with 3.3
by Brett Cannon
· 12 years ago
73b969e
Issue #16752: Add a missing import to modulefinder.
by Brett Cannon
· 12 years ago
ab7dd18
#8853: Allow port to be of type long for socket.getaddrinfo()
by Petri Lehtinen
· 12 years ago
a2d6d71
call close on the underlying stream even if flush raises (#16597)
by Benjamin Peterson
· 12 years ago
4c05969
merge 3.3 (#16597)
by Benjamin Peterson
· 12 years ago
Next »