Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
899b72cee21c56c0bc1eb4659cb6f64686dbfaa6
/
Lib
« Previous
5e58600
Remove x permissions from Lib/test/test_script_helper.py
by doko@ubuntu.com
· 9 years ago
d785da8
Merge.
by Larry Hastings
· 9 years ago
9ec5e25
Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
by Serhiy Storchaka
· 9 years ago
59fb634
Issue #25761: Improved detecting errors in broken pickle data.
by Serhiy Storchaka
· 9 years ago
8986c44
Rebuilt pydoc topics for 3.4.4rc1.
by Larry Hastings
· 9 years ago
3e7a56a
Updated pydoc topics for 3.5.1 final.
by Larry Hastings
· 9 years ago
c4b8979
Issue #25764: Merge OS X test skipping from 3.4 into 3.5
by Martin Panter
· 9 years ago
0d559cf
Issue #25764: Remove test debugging
by Martin Panter
· 9 years ago
1a173de
Issue #25764: Merge OS X test skipping from 3.5
by Martin Panter
· 9 years ago
f7fdbda
Issue #25764: Skip the test on OS X
by Martin Panter
· 9 years ago
6dece97
Closes #25800: Merge with 3.5
by Zachary Ware
· 9 years ago
2356069
Issue #25800: Merge with 3.4
by Zachary Ware
· 9 years ago
6d8a260
Issue #25800: Fix running test_capi directly
by Zachary Ware
· 9 years ago
aa07808
Issue #25764: OS X now failing on the second setrlimit() call
by Martin Panter
· 9 years ago
2d2af91
Closes #25795: Merge with 3.5
by Zachary Ware
· 9 years ago
ac28b79
Issue #25795: Fix several tests to run independently.
by Zachary Ware
· 9 years ago
da0f2a1
Issue #25764: Attempt to debug and skip OS X setrlimit() failure
by Martin Panter
· 9 years ago
154228f
Merge: #24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
939614c
Merge: #24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
07efcd5
Issue #25764: Merge subprocess fix from 3.5
by Martin Panter
· 9 years ago
6a77c2d
Issue #25764: Merge subprocess fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
65ca88e
Issue #25771: Tweak ValueError message when package isn't specified
by Brett Cannon
· 9 years ago
ce2650f
Add Awaitable, AsyncIterable, AsyncIterator to typing.py. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
f17c200
Add Awaitable, AsyncIterable, AsyncIterator to typing.py.
by Guido van Rossum
· 9 years ago
3ab6c98
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
b1f64e7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
c7217d7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
8513470
Issue #14285: Merge runpy exception fix from 3.5
by Martin Panter
· 9 years ago
657257e
Issue #14285: Do not catch __init__.py exceptions in runpy
by Martin Panter
· 9 years ago
7c088a9
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
6648bf5
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
e800941
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
7aa6908
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
31618c9
(Merge 3.5) Fix test_doctest in verbose mode
by Victor Stinner
· 9 years ago
09a08de
Fix test_doctest in verbose mode
by Victor Stinner
· 9 years ago
b28c327
Issue #25177: Fixed problem with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
40a841b
Fixed issue #25177, problems with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
c0c00c3
Fix for issue #25177 with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
723e296
Removed debugging output of exception raised by __reduce__ method.
by Serhiy Storchaka
· 9 years ago
1f23e23
Removed debugging output of exception raised by __reduce__ method.
by Serhiy Storchaka
· 9 years ago
a8d83f5
Removed debugging output of exception raised by __reduce__ method.
by Serhiy Storchaka
· 9 years ago
78122c9
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
b63015b
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
cbbec1c
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
b4ce1fc
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
by Martin Panter
· 9 years ago
afdd513
Issue #25764: Preserve subprocess fork exception when preexec_fn used
by Martin Panter
· 9 years ago
92d5fba
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
3c49710
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
7279bef
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
40062a1
Issue #25754: Allow test_rlcompleter to be run multiple times
by Martin Panter
· 9 years ago
4f09806
#25485: Add context manager support to Telnet class.
by R David Murray
· 9 years ago
37f5421
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
15f070f
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
c472246
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
077e36a
Issue #25622: Use repr(bytes) to avoid BytesWarning
by Martin Panter
· 9 years ago
7b2eb81
Issue #25622: Merge ctypes test from 3.4 into 3.5
by Martin Panter
· 9 years ago
92072ac
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
by Martin Panter
· 9 years ago
aa78555
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
by Martin Panter
· 9 years ago
6a50e79
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
670d78a
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
d28bb62
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
b64c943
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
2cefc1e
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
33e7ea5
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
bb6e4a0
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 9 years ago
f9afda5
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 9 years ago
1509580
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 9 years ago
dde0815
Issue #7990: dir() on ElementTree.Element now lists properties: "tag",
by Serhiy Storchaka
· 9 years ago
f65dd1d
Issue #25576: Apply fix to new urlopen() doc string
by Martin Panter
· 9 years ago
33623b1
Issue #25695: Defer creation of TESTDIRN until the test case is run
by Martin Panter
· 9 years ago
2831b38
merge
by Raymond Hettinger
· 9 years ago
c3f7d17
Fix non-ascii character
by Raymond Hettinger
· 9 years ago
a89013d
merge
by Raymond Hettinger
· 9 years ago
c9c3dd8
Add a missing docstring
by Raymond Hettinger
· 9 years ago
745f6b3
Issue #25663: Update rlcompleter test for new 3.6 behaviour
by Martin Panter
· 9 years ago
450c988
Issue #25663: Merge rlcompleter fix from 3.5
by Martin Panter
· 9 years ago
11bb1ad
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
ed92910
Issue #25663: Make rlcompleter avoid duplicate global names
by Martin Panter
· 9 years ago
698068b
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 9 years ago
6f988b5
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 9 years ago
e3d4ec4
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 9 years ago
b1ce302
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
4409c6c
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
e9b3074
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
3715cab
Merge 3.5.1rc1 release changes back into main 3.5 branch.
by Larry Hastings
· 9 years ago
0cd3eff
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
3987fef
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
b6aa537
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
da43ee4
Issue #25694: Fix test_regrtest for installed Python
by Victor Stinner
· 9 years ago
bf57bff
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 9 years ago
6e3d2ba
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 9 years ago
8bc792a
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 9 years ago
ac8abe2
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
36e4f76
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
04d759b
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
1fb5b73
Updated pydoc topics for 3.5.1rc1.
by Larry Hastings
· 9 years ago
d40d90a
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
4a93cf7
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
6e92c11
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
Next »