Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.3rc1
/
Lib
e562a95
Regenerated pydoc topics for 3.5.3rc1.
by Larry Hastings
· 9 years ago
ff0e3b7
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context
by Berker Peksag
· 9 years ago
34cba33
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 9 years ago
b47913f
Issue #29123: Make CheckSqlTimestamp more robust
by Berker Peksag
· 9 years ago
b46ea90
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
by Raymond Hettinger
· 9 years ago
6b5e4a8
Issue #26267: Improve uuid.UUID documentation
by Berker Peksag
· 9 years ago
bdf9e0e
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
283de2b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
c9ad8b7
Issue #29073: bytearray formatting no longer truncates on first null byte.
by Serhiy Storchaka
· 9 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
b079c07
#25591: improve imap tests.
by R David Murray
· 9 years ago
e9ae5f9
Issue #28815: Skip TIPC tests if /proc/modules is not readable
by Martin Panter
· 9 years ago
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 9 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 9 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 9 years ago
c1ee488
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 9 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 9 years ago
b94eef2
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 9 years ago
2f9171d
Fix spelling and grammar in code comments and documentation
by Martin Panter
· 9 years ago
c69fd86
#28407 Improve test coverage of make_msgid.
by R David Murray
· 9 years ago
b1a1619
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 9 years ago
af56e0e
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
by Raymond Hettinger
· 9 years ago
ac13bee
Issue #28971: Temporarily skip test_over until a permanent solution is found
by Xavier de Gaye
· 9 years ago
16b7b7d
Merge heads
by Serhiy Storchaka
· 9 years ago
20cdffd
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 9 years ago
b1461aa
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
by Yury Selivanov
· 9 years ago
49010ee
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
by Serhiy Storchaka
· 9 years ago
4347881
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
by Steve Dower
· 9 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 9 years ago
41176ae
Issue #28916: Correct description of %o and %x alternative forms
by Martin Panter
· 9 years ago
cd2a201
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
by Antoine Pitrou
· 9 years ago
606ab86
Change order of io.UnsupportedOperation base classes.
by Serhiy Storchaka
· 9 years ago
5adfac2
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 9 years ago
028ace1
Issue #28847: dbm.dumb now supports reading read-only files and no longer
by Serhiy Storchaka
· 9 years ago
41fef63
rm unused import
by Benjamin Peterson
· 9 years ago
61f0a02
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
by Guido van Rossum
· 9 years ago
47a9a4b
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
by Łukasz Langa
· 9 years ago
dab0584
Issue #28652: Partially rollback previous changes
by Yury Selivanov
· 9 years ago
6c7fb55
Issue #28688: Remove warnings.filters check from regrtest
by Victor Stinner
· 9 years ago
b24569a
Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331)
by Guido van Rossum
· 9 years ago
6e723d2
Issue #25659: Change assert to TypeError in from_buffer/_copy()
by Martin Panter
· 9 years ago
bbfe6c3
Issue #28666: Fix removing readonly directories on Windows.
by Serhiy Storchaka
· 9 years ago
2ccb988
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
6770f8a
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
ca4b252
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)
by Guido van Rossum
· 9 years ago
5ebff7b
Merge - upgrade pip/setuptools
by Donald Stufft
· 9 years ago
dd5c73b
Upgrade pip to 9.0.1 and setuptools to 28.8.0
by Donald Stufft
· 9 years ago
d7c1518
Issue #28704: Fix create_unix_server to support Path-like objects
by Yury Selivanov
· 9 years ago
0ed20cd
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
by Yury Selivanov
· 9 years ago
2f84144
Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321)
by Guido van Rossum
· 9 years ago
49e8f2d
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
by Xavier de Gaye
· 9 years ago
5ae6c77
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
5ca92ab
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
60ac989
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
9544a36
Issue #28016: Skip /dev/tty seekable() test on AIX
by Martin Panter
· 9 years ago
547c1b9
Fix temporary file not deleted in test_socket
by Xavier de Gaye
· 9 years ago
022371f
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 9 years ago
5adc22b
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
by Serhiy Storchaka
· 9 years ago
62e32d6
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
daeddc4
Issue #23839: Various caches now are cleared before running every test file.
by Serhiy Storchaka
· 9 years ago
dad1790
Issue #28649: fix second issue with _ForwardRef (#328)
by Guido van Rossum
· 9 years ago
c7b9295
Issue #28649: fix first issue with _ForwardRef (#327)
by Guido van Rossum
· 9 years ago
46a02db
Issue #28653: Fix a refleak in functools.lru_cache.
by Yury Selivanov
· 9 years ago
28f42fd
Issue #28649: Clear the typing module caches when search for reference leaks.
by Serhiy Storchaka
· 9 years ago
9b10756
Issue #28649: typing-clear-caches.patch
by Guido van Rossum
· 9 years ago
f9099de
Issue #28649: fix-typing-test-v2.diff
by Guido van Rossum
· 9 years ago
991d14f
Issue #28556: More typing.py updates from upstream.
by Guido van Rossum
· 9 years ago
a1a8b7d
Issue #28652: Make loop methods reject socket kinds they do not support.
by Yury Selivanov
· 9 years ago
c0215df
Issue #28639: Fix inspect.isawaitable to always return bool
by Yury Selivanov
· 9 years ago
6cc495e
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
by Yury Selivanov
· 9 years ago
eb20fca
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
1c3fdd9
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
07bcf05
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
6ea2b8f
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
by Yury Selivanov
· 9 years ago
49d6b8c
Issue #28634: Fix asyncio.isfuture() to support mocks
by Yury Selivanov
· 9 years ago
24411f8
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
by Serhiy Storchaka
· 9 years ago
88281ce
Issue #28485: Check for negative workers even without ProcessPoolExecutor
by Martin Panter
· 9 years ago
600a349
Issue #28613: Fix get_event_loop() to return the current loop
by Yury Selivanov
· 9 years ago
c542049
asyncio: Sync with upstream
by Yury Selivanov
· 9 years ago
491a912
Issue #28600: Optimize loop.call_soon().
by Yury Selivanov
· 9 years ago
2af4144
Merge new pip/setuptools from 3.4
by Donald Stufft
· 9 years ago
20a587b
Upgrade pip to 9.0 and setuptools to 28.7.1
by Donald Stufft
· 9 years ago
04f17f1
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
by Serhiy Storchaka
· 9 years ago
a89d22a
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
by Serhiy Storchaka
· 9 years ago
d1af5ef
Issue #28385: An error message when non-empty format spec is passed to
by Serhiy Storchaka
· 9 years ago
c9b750d
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
by Serhiy Storchaka
· 9 years ago
32c0d3a
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by Serhiy Storchaka
· 9 years ago
0438683
Backed out changeset 9f7505019767 (issue #27275).
by Serhiy Storchaka
· 9 years ago
62fe1bb
Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]())
by Guido van Rossum
· 9 years ago
b7dedc8
Issue #28556: updates to typing.py (fix copy, deepcopy, pickle)
by Guido van Rossum
· 9 years ago
5fc25a8
Issue #28556: updates to typing.py
by Guido van Rossum
· 9 years ago
7865dff
Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable.
by Serhiy Storchaka
· 9 years ago
4afdca0
Issue #26240: Clean up the subprocess module doc string
by Martin Panter
· 9 years ago
36888dd
Issue #28353: Fixed tests of os.fwalk() with broken links.
by Serhiy Storchaka
· 9 years ago
4832580
Issue #27275: Fixed implementation of pop() and popitem() methods in
by Serhiy Storchaka
· 9 years ago
7ff51bd
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
by Serhiy Storchaka
· 9 years ago
f3ebc9f
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
by Serhiy Storchaka
· 9 years ago
42babab
Issue #28353: os.fwalk() no longer fails on broken links.
by Serhiy Storchaka
· 9 years ago
036fb15
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
by Serhiy Storchaka
· 9 years ago
Next »