Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
114a1d638ecd9dc78cf6514c49e5b46213d3a5cd
114a1d6
Issue24898 - Improve str.find documentation.
by Senthil Kumaran
· 9 years ago
a880800
Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid
by Senthil Kumaran
· 9 years ago
d03d1d4
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
by Senthil Kumaran
· 9 years ago
c25784c
Update copyrights for 2016.
by Ned Deily
· 9 years ago
630329e
merge 3.3
by Benjamin Peterson
· 9 years ago
0e617e2
remove some copyright notices supserseded by the toplevel ones
by Benjamin Peterson
· 9 years ago
f1dcdd9
add 2015 and 2016
by Benjamin Peterson
· 9 years ago
86fb46d
merge 3.3
by Benjamin Peterson
· 9 years ago
16b347b
reflow
by Benjamin Peterson
· 9 years ago
e8c2a95
merge 3.3
by Benjamin Peterson
· 9 years ago
75e3630
2016 will be another year of writing copyrighted code
by Benjamin Peterson
· 9 years ago
52d6c2c
Merge.
by Larry Hastings
· 9 years ago
c4e70ff
Post-release touchups for Python 3.4.4 final.
by Larry Hastings
· 9 years ago
1014d1c
Added tag v3.4.4 for changeset 737efcadf5a6
by Larry Hastings
· 9 years ago
fa71932
Release bump for Python 3.4.4 final.
by Larry Hastings
· 9 years ago
5caf39d
Rebuild pydoc topics for Python 3.4.4 final.
by Larry Hastings
· 9 years ago
5aeadb3
Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK.
by Terry Jan Reedy
· 9 years ago
999d0f9
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
by Vinay Sajip
· 9 years ago
ce70132
Issue #25809: Skip testing platform-dependent French thousands separator
by Martin Panter
· 9 years ago
cba0053
docs/asyncio: Twek sections names per Nick Coghlan suggestion
by Yury Selivanov
· 9 years ago
ea4ce1c
asyncio/tests: Fix a ResourceWarning due to unclosed loop
by Yury Selivanov
· 9 years ago
3cd863c
asyncio/tests: Fix ResourceWarnings related to unclosed transports
by Yury Selivanov
· 9 years ago
5f68ca6
asyncio/tests: Fix some ResourceWarnings
by Yury Selivanov
· 9 years ago
aa78adc
asyncio/tests: Fix deprecation warning
by Yury Selivanov
· 9 years ago
ec45226
Normalize whitespace
by Yury Selivanov
· 9 years ago
d5c2a62
asyncio: Skip getaddrinfo if host is already resolved.
by Yury Selivanov
· 9 years ago
8c084eb
merge head
by Gregory P. Smith
· 9 years ago
0212c4d
Re-fix issue #19284: Don't generate the no-op -R command line
by Gregory P. Smith
· 9 years ago
220ba72
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
by Gregory P. Smith
· 9 years ago
4cb6d37
assert_python_ok docstring typo fix.
by Gregory P. Smith
· 9 years ago
2b4f47e
#25495: Clarify b2a_base64 documentation vis 57 bytes.
by R David Murray
· 9 years ago
abeb647
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
by Vinay Sajip
· 9 years ago
0ac3a0c
asyncio: Make Tasks check if Futures are attached to the same event loop
by Yury Selivanov
· 9 years ago
dddc781
asyncio: Sync with github
by Yury Selivanov
· 9 years ago
5e58600
Remove x permissions from Lib/test/test_script_helper.py
by doko@ubuntu.com
· 9 years ago
f9c88ec
Merge.
by Larry Hastings
· 9 years ago
13cf490
Post-release fixups for Python 3.4.4rc1.
by Larry Hastings
· 9 years ago
7efaf95
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 9 years ago
00a8635
Added tag v3.4.4rc1 for changeset 04f3f725896c
by Larry Hastings
· 9 years ago
e739601
Version bump for 3.4.4rc1.
by Larry Hastings
· 9 years ago
8986c44
Rebuilt pydoc topics for 3.4.4rc1.
by Larry Hastings
· 9 years ago
6364094
Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
by Ned Deily
· 9 years ago
f7fdbda
Issue #25764: Skip the test on OS X
by Martin Panter
· 9 years ago
e2825e9
merge 3.3
by Benjamin Peterson
· 9 years ago
14b2c82
fix reordering
by Benjamin Peterson
· 9 years ago
68524e1
merge 3.3
by Benjamin Peterson
· 9 years ago
2deaea3
merge 3.2
by Benjamin Peterson
· 9 years ago
5e62117
add CVE and issue number
by Benjamin Peterson
· 9 years ago
6d8a260
Issue #25800: Fix running test_capi directly
by Zachary Ware
· 9 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
afdd513
Issue #25764: Preserve subprocess fork exception when preexec_fn used
by Martin Panter
· 9 years ago
c7217d7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
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
f02de49
Merge heads.
by Steven D'Aprano
· 9 years ago
992bfe0
Issue #25767: Link to English Wikipedia instead of French.
by Zachary Ware
· 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
a8d83f5
Removed debugging output of exception raised by __reduce__ method.
by Serhiy Storchaka
· 9 years ago
ca28eba
Fixed reference leak when read truncated pickle.
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
7279bef
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
c472246
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
747d48c
Issues #22989, #21228: Document HTTP response object for urlopen()
by Martin Panter
· 9 years ago
92072ac
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
by Martin Panter
· 9 years ago
097a664
Issue #19687: Fixed possible integer overflows in ElementTree.
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
33e7ea5
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
1c855f4
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 9 years ago
1509580
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 9 years ago
a49de6b
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 9 years ago
4f44d53
Issue #25508: Clarify documentation on LogRecord args attribute.
by Vinay Sajip
· 9 years ago
cda85a0
Issue #25576: Remove application/x-www-form-urlencoded charset advice
by Martin Panter
· 9 years ago
ed92910
Issue #25663: Make rlcompleter avoid duplicate global names
by Martin Panter
· 9 years ago
bf7b9ed
Issue #25706: Fixed markup in the documentation.
by Serhiy Storchaka
· 9 years ago
e3d4ec4
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 9 years ago
e9b3074
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
b6aa537
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
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
04d759b
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
828123c
Issue #25689: Fix language in ftplib and nntplib docs
by Martin Panter
· 9 years ago
6e92c11
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
c75d37f
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 9 years ago
b42de2f
Issue #25686: test_shutil no longer uses the distutils package for searching
by Serhiy Storchaka
· 9 years ago
e1b02e0
Issue 15348: Stop debugger engine (normally in user process)
by Terry Jan Reedy
· 9 years ago
6a904c1
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
by Terry Jan Reedy
· 9 years ago
0f3c976
asyncio: Fix with github
by Yury Selivanov
· 9 years ago
a211a7a
asyncio.tests: Fix whitespace
by Yury Selivanov
· 9 years ago
d59bba8
asyncio: Drop "value" parameter from Task._step method.
by Yury Selivanov
· 9 years ago
b485bb4
asyncio: Sync with github
by Yury Selivanov
· 9 years ago
4379d15
Make it slightly clearer that IDLE close message is referring to user program,
by Terry Jan Reedy
· 9 years ago
51d3f8b
#25679: spelling fix
by R David Murray
· 9 years ago
a82642f
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
by Martin Panter
· 9 years ago
41f69f4
Issue #25593: Change semantics of EventLoop.stop().
by Guido van Rossum
· 9 years ago
01a65af
asyncio.docs: Fix versionadded
by Yury Selivanov
· 9 years ago
b3dd6d7
asyncio: Error if awaiting in parallel on the same coroutine
by Yury Selivanov
· 9 years ago
38fe4dc
Issue #23200: Document that max_length=0 is not supported
by Martin Panter
· 9 years ago
f8f66eb
Issue #20468: Remove incorrect information about maxrss and page size
by Martin Panter
· 9 years ago
5d7e3b6
asyncio: Cleanup Future API
by Yury Selivanov
· 9 years ago
0013cce
asyncio: Sync with github
by Yury Selivanov
· 9 years ago
9f3c094
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones
by Martin Panter
· 9 years ago
a4afc48
asyncio: Optimize Task._wakeup
by Yury Selivanov
· 9 years ago
Next »