| .. |
|
asyncio
|
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
|
8 years ago |
|
collections
|
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454)
|
8 years ago |
|
concurrent
|
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
|
8 years ago |
|
ctypes
|
time.clock() now emits a DeprecationWarning (GH-4020)
|
8 years ago |
|
curses
|
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
|
9 years ago |
|
dbm
|
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
|
9 years ago |
|
distutils
|
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
|
8 years ago |
|
email
|
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
|
8 years ago |
|
encodings
|
Revert #27959: ImportError within an encoding module should also skip the encoding
|
9 years ago |
|
ensurepip
|
bpo-31351: Set return code in ensurepip when pip fails (GH-3626)
|
8 years ago |
|
html
|
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)
|
9 years ago |
|
http
|
bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)
|
8 years ago |
|
idlelib
|
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
|
8 years ago |
|
importlib
|
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
|
8 years ago |
|
json
|
Fix trivial typo in json module docstring (GH-2274)
|
9 years ago |
|
lib2to3
|
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)
|
8 years ago |
|
logging
|
bpo-30904: Removed duplicated Host: header. (#4465)
|
8 years ago |
|
msilib
|
Remove all mention of Windows IA-64 support (GH-3389)
|
8 years ago |
|
multiprocessing
|
bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247)
|
8 years ago |
|
pydoc_data
|
Update NEWS and topics for 3.7.0a2
|
8 years ago |
|
site-packages
|
Issue #24633: site-packages/README -> README.txt.
|
11 years ago |
|
sqlite3
|
Remove unused var from CheckCancelOperation test (GH-4317)
|
8 years ago |
|
test
|
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
|
8 years ago |
|
tkinter
|
bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)
|
8 years ago |
|
turtledemo
|
time.clock() now emits a DeprecationWarning (GH-4020)
|
8 years ago |
|
unittest
|
Fix miscellaneous typos (#4275)
|
8 years ago |
|
urllib
|
remove a redundant lower in urllib.parse.urlsplit (#3008)
|
8 years ago |
|
venv
|
bpo-25351: avoid activate failure on strict shells (GH-3804)
|
8 years ago |
|
wsgiref
|
Remove tiny bit of deadcode from wsgiref.validate (#3996)
|
8 years ago |
|
xml
|
bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)
|
8 years ago |
|
xmlrpc
|
Replace KB unit with KiB (#4293)
|
8 years ago |
|
__future__.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
__phello__.foo.py
|
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
|
25 years ago |
|
_bootlocale.py
|
Issue #28596: The preferred encoding is UTF-8 on Android.
|
9 years ago |
|
_collections_abc.py
|
bpo-29762: More use "raise from None". (#569)
|
9 years ago |
|
_compat_pickle.py
|
Issue #15767: Add ModuleNotFoundError.
|
9 years ago |
|
_compression.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
_dummy_thread.py
|
bpo-6532: Make the thread id an unsigned integer. (#781)
|
9 years ago |
|
_markupbase.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_osx_support.py
|
Fix misplaced positional argument in OS X support library (#1134)
|
9 years ago |
|
_pydecimal.py
|
Trivial cleanups following bpo-31370 (#3649)
|
8 years ago |
|
_pyio.py
|
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
|
8 years ago |
|
_sitebuiltins.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
_strptime.py
|
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
|
8 years ago |
|
_threading_local.py
|
Issue #9707: Rewritten reference implementation of threading.local which
|
16 years ago |
|
_weakrefset.py
|
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
|
9 years ago |
|
abc.py
|
bpo-30463: Add an empty __slots__ to abc.ABC.
|
9 years ago |
|
aifc.py
|
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
|
8 years ago |
|
antigravity.py
|
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
|
9 years ago |
|
argparse.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
ast.py
|
bpo-29637: clean docstring only if not None (GH-267)
|
9 years ago |
|
asynchat.py
|
Issue #27034: Removed deprecated class asynchat.fifo.
|
10 years ago |
|
asyncore.py
|
bpo-29639: change test.support.HOST to "localhost"
|
8 years ago |
|
base64.py
|
Add Python version since deprecation in base64 methods. (#33)
|
9 years ago |
|
bdb.py
|
bpo-30211: bdb: add docstrings (#1350)
|
9 years ago |
|
binhex.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
bisect.py
|
Issue #28792: Remove aliases from _bisect
|
9 years ago |
|
bz2.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |
|
cProfile.py
|
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
|
8 years ago |
|
calendar.py
|
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
|
8 years ago |
|
cgi.py
|
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)
|
9 years ago |
|
cgitb.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
chunk.py
|
bpo-29762: More use "raise from None". (#569)
|
9 years ago |
|
cmd.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
code.py
|
bpo-30166: Import command-line parsing modules only when needed. (#1293)
|
9 years ago |
|
codecs.py
|
bpo-29783: Replace codecs.open() with io.open() (#599)
|
9 years ago |
|
codeop.py
|
correct porting error with raise #7161
|
16 years ago |
|
colorsys.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
compileall.py
|
Issue #28485: Merge single-threading fix from 3.6
|
9 years ago |
|
configparser.py
|
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
|
8 years ago |
|
contextlib.py
|
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
|
8 years ago |
|
copy.py
|
Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().
|
10 years ago |
|
copyreg.py
|
bpo-31107: Fix copyreg mangled slot names calculation. (#2989)
|
9 years ago |
|
crypt.py
|
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
|
8 years ago |
|
csv.py
|
Issue #29405: Make total calculation in _guess_delimiter more accurate.
|
9 years ago |
|
datetime.py
|
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (#4176)
|
8 years ago |
|
decimal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
difflib.py
|
bpo-29762: More use "raise from None". (#569)
|
9 years ago |
|
dis.py
|
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
|
9 years ago |
|
doctest.py
|
bpo-30166: Import command-line parsing modules only when needed. (#1293)
|
9 years ago |
|
dummy_threading.py
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
enum.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
filecmp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
fileinput.py
|
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
|
8 years ago |
|
fnmatch.py
|
Issue #22493: Inline flags now should be used only at the start of the
|
9 years ago |
|
formatter.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
fractions.py
|
Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.
|
10 years ago |
|
ftplib.py
|
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
|
8 years ago |
|
functools.py
|
bpo-31581: Reduce the number of imports for functools (GH-3757)
|
8 years ago |
|
genericpath.py
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
|
9 years ago |
|
getopt.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
getpass.py
|
getpass: update docstrings (#49)
|
9 years ago |
|
gettext.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
glob.py
|
Issue #25596: Optimized glob() and iglob() functions in the
|
9 years ago |
|
gzip.py
|
Replace KB unit with KiB (#4293)
|
8 years ago |
|
hashlib.py
|
Fix miscellaneous typos (#4275)
|
8 years ago |
|
heapq.py
|
Improve clarity (and small speed-up) by using tuple unpacking (#3289)
|
8 years ago |
|
hmac.py
|
Use sequence repetition instead of bytes constructor with integer argument.
|
9 years ago |
|
imaplib.py
|
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
|
9 years ago |
|
imghdr.py
|
Issue #28228: imghdr now supports pathlib
|
9 years ago |
|
imp.py
|
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
|
9 years ago |
|
inspect.py
|
bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)
|
8 years ago |
|
io.py
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
|
9 years ago |
|
ipaddress.py
|
bpo-20825: Containment test for ip_network in ip_network.
|
8 years ago |
|
keyword.py
|
bpo-30406: Make async and await proper keywords (#1669)
|
8 years ago |
|
linecache.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
locale.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
lzma.py
|
Issue #27181 remove geometric_mean and defer for 3.7.
|
9 years ago |
|
macpath.py
|
bpo-9850: Deprecate the macpath module (#1540)
|
9 years ago |
|
mailbox.py
|
bpo-29762: More use "raise from None". (#569)
|
9 years ago |
|
mailcap.py
|
#14977: Make mailcap respect the order of the lines in the mailcap file.
|
9 years ago |
|
mimetypes.py
|
bpo-31867: Remove duplicates in default mimetypes. (#4388)
|
8 years ago |
|
modulefinder.py
|
Remove unused imports.
|
9 years ago |
|
netrc.py
|
bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)
|
8 years ago |
|
nntplib.py
|
bpo-29762: More use "raise from None". (#569)
|
9 years ago |
|
ntpath.py
|
Issue #29197: Removed deprecated function ntpath.splitunc().
|
9 years ago |
|
nturl2path.py
|
bpo-29836: Remove nturl2path from test_sundry and amend the module docstring (GH-694)
|
9 years ago |
|
numbers.py
|
Fix miscellaneous typos (#4275)
|
8 years ago |
|
opcode.py
|
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
|
9 years ago |
|
operator.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
optparse.py
|
Merge doc and comment fixes from 3.5
|
10 years ago |
|
os.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
pathlib.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
pdb.py
|
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
|
8 years ago |
|
pickle.py
|
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
|
8 years ago |
|
pickletools.py
|
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
|
8 years ago |
|
pipes.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pkgutil.py
|
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
|
9 years ago |
|
platform.py
|
bpo-27593: Get SCM build info from git instead of hg. (#446)
|
9 years ago |
|
plistlib.py
|
bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (#4171)
|
8 years ago |
|
poplib.py
|
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
|
9 years ago |
|
posixpath.py
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
|
9 years ago |
|
pprint.py
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
10 years ago |
|
profile.py
|
time.clock() now emits a DeprecationWarning (GH-4020)
|
8 years ago |
|
pstats.py
|
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
|
9 years ago |
|
pty.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
py_compile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
pyclbr.py
|
bpo-6691: Pyclbr now reports nested classes and functions. (#2503)
|
9 years ago |
|
pydoc.py
|
bpo-30406: Make async and await proper keywords (#1669)
|
8 years ago |
|
queue.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |
|
quopri.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
random.py
|
bpo-31482: Missing bytes support for random.seed() version 1 (#3614)
|
8 years ago |
|
re.py
|
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
|
8 years ago |
|
reprlib.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |
|
rlcompleter.py
|
Merge 3.5
|
10 years ago |
|
runpy.py
|
Issue #27487: Merge runpy warning from 3.5
|
10 years ago |
|
sched.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |
|
secrets.py
|
Issue #29061: secrets.randbelow() would hang with a negative input
|
9 years ago |
|
selectors.py
|
bpo-30624 remaining bare except (#2108)
|
9 years ago |
|
shelve.py
|
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
|
9 years ago |
|
shlex.py
|
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
|
9 years ago |
|
shutil.py
|
bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)
|
8 years ago |
|
signal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
site.py
|
bpo-30804: fix macOS build with framework enabled. (#2516)
|
9 years ago |
|
smtpd.py
|
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
|
10 years ago |
|
smtplib.py
|
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700)
|
9 years ago |
|
sndhdr.py
|
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
|
8 years ago |
|
socket.py
|
bpo-31234, socket.create_connection(): Fix ref cycle (#3546)
|
8 years ago |
|
socketserver.py
|
bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)
|
8 years ago |
|
sre_compile.py
|
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885)
|
8 years ago |
|
sre_constants.py
|
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885)
|
8 years ago |
|
sre_parse.py
|
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
|
8 years ago |
|
ssl.py
|
bpo-31659: Use simple slicing to format PEM cert (GH-3849)
|
8 years ago |
|
stat.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
statistics.py
|
bpo-29919: Remove unused imports found by pyflakes (#137)
|
9 years ago |
|
string.py
|
bpo-31672 - Add one last minor clarification for idpattern (#4483)
|
8 years ago |
|
stringprep.py
|
Merged revisions 55007-55179 via svnmerge from
|
19 years ago |
|
struct.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
subprocess.py
|
bpo-32089: Fix warnings filters in dev mode (#4482)
|
8 years ago |
|
sunau.py
|
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
|
8 years ago |
|
symbol.py
|
bpo-30406: Make async and await proper keywords (#1669)
|
8 years ago |
|
symtable.py
|
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
|
9 years ago |
|
sysconfig.py
|
remove support for BSD/OS (closes bpo-31624) (#3812)
|
8 years ago |
|
tabnanny.py
|
bpo-30166: Import command-line parsing modules only when needed. (#1293)
|
9 years ago |
|
tarfile.py
|
Remove two legacy constants which hopefully have no consumers (#1087)
|
9 years ago |
|
telnetlib.py
|
bpo-30397: Add re.Pattern and re.Match. (#1646)
|
8 years ago |
|
tempfile.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |
|
textwrap.py
|
bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)
|
9 years ago |
|
this.py
|
Fix most trivially-findable print statements.
|
19 years ago |
|
threading.py
|
bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673)
|
8 years ago |
|
timeit.py
|
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331)
|
9 years ago |
|
token.py
|
bpo-25324: copy tok_name before changing it (#1608)
|
9 years ago |
|
tokenize.py
|
bpo-30406: Make async and await proper keywords (#1669)
|
8 years ago |
|
trace.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |
|
traceback.py
|
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
|
8 years ago |
|
tracemalloc.py
|
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
|
9 years ago |
|
tty.py
|
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
|
25 years ago |
|
turtle.py
|
Fix miscellaneous typos (#4275)
|
8 years ago |
|
types.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
typing.py
|
bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582)
|
8 years ago |
|
uu.py
|
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
|
9 years ago |
|
uuid.py
|
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
|
8 years ago |
|
warnings.py
|
bpo-27535: Optimize warnings.warn() (#4508)
|
8 years ago |
|
wave.py
|
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
|
8 years ago |
|
weakref.py
|
bpo-30152: Reduce the number of imports for argparse. (#1269)
|
8 years ago |
|
webbrowser.py
|
bpo-29645: Speed up importing the webbrowser module. (#484)
|
9 years ago |
|
xdrlib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
zipapp.py
|
bpo-31638: Add compression support to zipapp (GH-3819)
|
8 years ago |
|
zipfile.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
8 years ago |