Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1dce0003a662c8d1adf664b598b7941ad83bf23b
/
Lib
1dce000
Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3.
by Łukasz Langa
· 12 years ago
0dc5ab4
Merged `parser.clean()` fix (issue #16820) from 3.2.
by Łukasz Langa
· 12 years ago
3a8479a
Fixes `parser.clean()` reported in issue #16820.
by Łukasz Langa
· 12 years ago
641bb66
Merged fix for #15803 from 3.2 through 3.3
by Łukasz Langa
· 12 years ago
97eefc1
Merged fix for #15803 from 3.2
by Łukasz Langa
· 12 years ago
3057469
Fixes issue #15803: incorrect `ConfigParser.items()` docstring
by Łukasz Langa
· 12 years ago
2aa4e6c
Issue #16645: Fix hardlink extracting test for tarfile.
by Serhiy Storchaka
· 12 years ago
62c75f1
Issue #16645: Fix hardlink extracting test for tarfile.
by Serhiy Storchaka
· 12 years ago
88339c4
Issue #16645: Fix hardlink extracting test for tarfile.
by Serhiy Storchaka
· 12 years ago
d7e2666
Skip a test correctly for the C-version. The decorator doesn't really work
by Eli Bendersky
· 12 years ago
52280c4
Skip a test correctly for the C-version. The decorator doesn't really work
by Eli Bendersky
· 12 years ago
2c53a78
For issue #16076: merge 3.3
by Eli Bendersky
· 12 years ago
7ec45f7
For Issue #16076: make sure that pickling of Element objects is tested, and do
by Eli Bendersky
· 12 years ago
ac10693
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
by Serhiy Storchaka
· 12 years ago
c1b59d4
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
by Serhiy Storchaka
· 12 years ago
9edccb4
merge heads
by Andrew Svetlov
· 12 years ago
f0724e7
Fix docstring in curses (#16782)
by Andrew Svetlov
· 12 years ago
2d8298d
Fix docstring in curses (#16782)
by Andrew Svetlov
· 12 years ago
bac04e5
Fix docstring in curses (#16782)
by Andrew Svetlov
· 12 years ago
44c66c7
Issue #16486: Make aifc files work with 'with' as context managers.
by Serhiy Storchaka
· 12 years ago
ff2840a
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
by Serhiy Storchaka
· 12 years ago
f1b63c6
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
by Serhiy Storchaka
· 12 years ago
051722d
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
Next »