| .. |
|
asyncio
|
bpo-32622: Native sendfile on windows (#5565)
|
8 years ago |
|
collections
|
Code beautification using f-strings (#5618)
|
8 years ago |
|
concurrent
|
bpo-32596: Make lazy-load portable (GH-5316)
|
8 years ago |
|
ctypes
|
bpo-32746: Fix multiple typos (GH-5144)
|
8 years ago |
|
curses
|
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
|
9 years ago |
|
dbm
|
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)
|
8 years ago |
|
distutils
|
Improve error message for "setup.py upload" without dist files (#21060)
|
8 years ago |
|
email
|
bpo-32746: Fix multiple typos (GH-5144)
|
8 years ago |
|
encodings
|
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
|
8 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-31399: Let OpenSSL verify hostname and IP address (#3462)
|
8 years ago |
|
idlelib
|
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
|
8 years ago |
|
importlib
|
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
|
8 years ago |
|
json
|
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
|
8 years ago |
|
lib2to3
|
compare with difflib not diff(1) (GH-5450)
|
8 years ago |
|
logging
|
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
|
8 years ago |
|
msilib
|
Remove all mention of Windows IA-64 support (GH-3389)
|
8 years ago |
|
multiprocessing
|
bpo-32576: use queue.SimpleQueue in critical places (#5216)
|
8 years ago |
|
pydoc_data
|
Update NEWS, docs, and patchlevel for 3.7.0b1
|
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-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
|
8 years ago |
|
tkinter
|
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
|
8 years ago |
|
turtledemo
|
bpo-32297: Few misspellings found in Python source code comments. (#4803)
|
8 years ago |
|
unittest
|
bpo-32746: Fix multiple typos (GH-5144)
|
8 years ago |
|
urllib
|
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
|
8 years ago |
|
venv
|
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
|
8 years ago |
|
wsgiref
|
Remove tiny bit of deadcode from wsgiref.validate (#3996)
|
8 years ago |
|
xml
|
bpo-32297: Few misspellings found in Python source code comments. (#4803)
|
8 years ago |
|
xmlrpc
|
bpo-32297: Few misspellings found in Python source code comments. (#4803)
|
8 years ago |
|
__future__.py
|
String annotations [PEP 563] (#4390)
|
8 years ago |
|
__phello__.foo.py
|
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
|
25 years ago |
|
_bootlocale.py
|
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
|
8 years ago |
|
_collections_abc.py
|
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
|
8 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 |
|
_py_abc.py
|
bpo-31333: Re-implement ABCMeta in C (#5273)
|
8 years ago |
|
_pydecimal.py
|
bpo-32630: Use contextvars in decimal (GH-5278)
|
8 years ago |
|
_pyio.py
|
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343)
|
8 years ago |
|
_sitebuiltins.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
_strptime.py
|
Fix when parsing tz offsets microseconds shorter than 6 (#4781)
|
8 years ago |
|
_threading_local.py
|
Delete a broken threading.local example (#5870)
|
8 years ago |
|
_weakrefset.py
|
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
|
9 years ago |
|
abc.py
|
bpo-31333: Re-implement ABCMeta in C (#5273)
|
8 years ago |
|
aifc.py
|
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240)
|
8 years ago |
|
antigravity.py
|
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
|
9 years ago |
|
argparse.py
|
OrderedDict import is no longer needed (#4890)
|
8 years ago |
|
ast.py
|
bpo-31778: Make ast.literal_eval() more strict. (#4035)
|
8 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-32650 Add support for async generators and more test for coroutines in pdb (#5403)
|
8 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-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)
|
8 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
|
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
|
8 years ago |
|
configparser.py
|
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
|
8 years ago |
|
contextlib.py
|
bpo-30306: release arguments of contextmanager (GH-1500)
|
8 years ago |
|
contextvars.py
|
bpo-32436: Implement PEP 567 (#5027)
|
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
|
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
|
8 years ago |
|
dataclasses.py
|
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949)
|
8 years ago |
|
datetime.py
|
bpo-15873: Implement [date][time].fromisoformat (#4699)
|
8 years ago |
|
decimal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
difflib.py
|
bpo-32981: Fix catastrophic backtracking vulns (#5955)
|
8 years ago |
|
dis.py
|
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
|
9 years ago |
|
doctest.py
|
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)
|
8 years ago |
|
dummy_threading.py
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
enum.py
|
bpo-31801: Enum: add _ignore_ as class option (#5237)
|
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
|
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
|
8 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-32227: functools.singledispatch supports registering via type annotations (#4733)
|
8 years ago |
|
genericpath.py
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
|
10 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
|
bpo-32433: Optimized HMAC digest (#5023)
|
8 years ago |
|
imaplib.py
|
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)
|
8 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-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004)
|
8 years ago |
|
io.py
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
|
10 years ago |
|
ipaddress.py
|
ipaddress: Use str.isascii() instead of frozenset (GH-5811)
|
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-29240: PEP 540: Add a new UTF-8 Mode (#855)
|
8 years ago |
|
lzma.py
|
Issue #27181 remove geometric_mean and defer for 3.7.
|
9 years ago |
|
macpath.py
|
bpo-31802: Fix importing native path module before importing os. (#4017)
|
8 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-22589 Changed MIME type of .bmp to "image/bmp" (#4756)
|
8 years ago |
|
modulefinder.py
|
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
|
8 years ago |
|
netrc.py
|
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
|
8 years ago |
|
nntplib.py
|
bpo-29762: More use "raise from None". (#569)
|
9 years ago |
|
ntpath.py
|
bpo-31802: Fix importing native path module before importing os. (#4017)
|
8 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
|
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
|
8 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-32297: Few misspellings found in Python source code comments. (#4803)
|
8 years ago |
|
pathlib.py
|
bpo-31972: Improve docstrings for pathlib classes (#5310)
|
8 years ago |
|
pdb.py
|
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
|
8 years ago |
|
pickle.py
|
bpo-32503: Avoid creating too small frames in pickles. (#5127)
|
8 years ago |
|
pickletools.py
|
bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
|
8 years ago |
|
pipes.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pkgutil.py
|
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
|
8 years ago |
|
platform.py
|
bpo-32159: Remove tools for CVS and Subversion (#4615)
|
8 years ago |
|
plistlib.py
|
bpo-32072: Fix issues with binary plists. (#4455)
|
8 years ago |
|
poplib.py
|
bpo-32981: Fix catastrophic backtracking vulns (#5955)
|
8 years ago |
|
posixpath.py
|
bpo-31802: Fix importing native path module before importing os. (#4017)
|
8 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
|
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
|
8 years ago |
|
pty.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
py_compile.py
|
bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
|
8 years ago |
|
pyclbr.py
|
bpo-6691: Pyclbr now reports nested classes and functions. (#2503)
|
9 years ago |
|
pydoc.py
|
bpo-32440: Update the docs URL to https in help() (GH-5030)
|
8 years ago |
|
queue.py
|
bpo-14976: Reentrant simple queue (#3346)
|
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-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
|
8 years ago |
|
smtpd.py
|
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
|
10 years ago |
|
smtplib.py
|
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)
|
8 years ago |
|
sndhdr.py
|
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
|
8 years ago |
|
socket.py
|
bpo-28134: Auto-detect socket values from file descriptor (#1349)
|
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-30688: Import unicodedata only when needed. (GH-5606)
|
8 years ago |
|
ssl.py
|
bpo-31453: Add setter for min/max protocol version (#5259)
|
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: Restore the former behavior when override flags in Template. (#5099)
|
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-32102 Add "capture_output=True" to subprocess.run (GH-5149)
|
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
|
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
|
8 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-32852: Fix trace changing sys.argv to tuple. (GH-5692)
|
8 years ago |
|
traceback.py
|
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
|
8 years ago |
|
tracemalloc.py
|
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534)
|
8 years ago |
|
tty.py
|
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
|
25 years ago |
|
turtle.py
|
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
|
8 years ago |
|
types.py
|
bpo-32265: Classify class and static methods of builtin types. (#4776)
|
8 years ago |
|
typing.py
|
bpo-32226: PEP 560: improve typing module (#4906)
|
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-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608)
|
8 years ago |
|
warnings.py
|
bpo-32591: Add native coroutine origin tracking (#5250)
|
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-30693: zip+tarfile: sort directory listing (#2263)
|
8 years ago |