You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Senthil Kumaran e6911a44f6 Remove an unrequired TODO in test_urllib2. (#897) 9 years ago
..
asyncio Fix small exception typos in Lib (#818) 9 years ago
collections Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict 9 years ago
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
ctypes bpo-29845: Mark tests that use _testcapi as CPython-only (#711) 9 years ago
curses Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. 9 years ago
dbm Issue #28847: A deprecation warning is now emitted if the index file is missed 9 years ago
distutils Issue #29218: Remove unused install_misc command 9 years ago
email Fixed a type error introduced in issue #28992. 9 years ago
encodings Revert #27959: ImportError within an encoding module should also skip the encoding 9 years ago
ensurepip Merge - upgrade pip/setuptools 9 years ago
html #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
http Issue #29192: Removed deprecated features in the http.cookies module. 9 years ago
idlelib bpo-29919: Remove unused imports found by pyflakes (#137) 9 years ago
importlib bpo-29862: Fix grammar in importlib.reload() exception (GH-809) 9 years ago
json Fixed the documentation of parse_constant argument in json.load(). 9 years ago
lib2to3 bpo-29919: Remove unused imports found by pyflakes (#137) 9 years ago
logging bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663) 9 years ago
msilib #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
multiprocessing bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) 9 years ago
pydoc_data Update pydoc topics for 3.6.0b1 9 years ago
site-packages Issue #24633: site-packages/README -> README.txt. 11 years ago
sqlite3 bpo-28518: Start a transaction implicitly before a DML statement (#245) 9 years ago
test Remove an unrequired TODO in test_urllib2. (#897) 9 years ago
tkinter bpo-29776: Use decorator syntax for properties. (#585) 9 years ago
turtledemo Issue #27117: Make colorizer htest and turtledemo work with dark theme. 10 years ago
unittest Fix ref cycles in TestCase.assertRaises() (#193) 9 years ago
urllib bpo-16285: Update urllib quoting to RFC 3986 (#173) 9 years ago
venv Fixes #29213: merged fix from 3.5. 9 years ago
wsgiref Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 10 years ago
xml Issue #26182: Raise DeprecationWarning for improper use of async/await keywords 9 years ago
xmlrpc bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) 9 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-26915: Test identity first in membership operation in index() and count() methods of collections.abc.Sequence (GH-503) 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 #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
_pydecimal.py bpo-29776: Use decorator syntax for properties. (#585) 9 years ago
_pyio.py Fix small exception typos in Lib (#818) 9 years ago
_sitebuiltins.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_strptime.py Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by 10 years ago
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
_weakrefset.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abc.py bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527) 9 years ago
aifc.py bpo-29110: add test for Aifc_write. (GH-293) 9 years ago
antigravity.py Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. 9 years ago
argparse.py Issue #29290: Merge 3.5. 9 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 Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
base64.py Add Python version since deprecation in base64 methods. (#33) 9 years ago
bdb.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 Issue #28225: bz2 module now supports pathlib 9 years ago
cProfile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
calendar.py Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after 9 years ago
cgi.py Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch 10 years ago
cgitb.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
chunk.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
cmd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.py Issue #27573 make the exit message configurable. 10 years ago
codecs.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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-29623: Make PathLike objects work with ConfigParser.read() (#242) 9 years ago
contextlib.py Clarify exception handler scope in contextlib 9 years ago
copy.py Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). 10 years ago
copyreg.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
crypt.py Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 10 years ago
csv.py Issue #29405: Make total calculation in _guess_delimiter more accurate. 9 years ago
datetime.py Issue #24773: fix datetime.time constructor docstring 9 years ago
decimal.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
difflib.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
dis.py Issue #28317: The disassembler now decodes FORMAT_VALUE argument. 9 years ago
doctest.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
enum.py closes issue29167: fix race condition in (Int)Flag 9 years ago
filecmp.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fileinput.py Issue #25788: fileinput.hook_encoded() now supports an "errors" argument 10 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 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
functools.py merge 9 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-29919: Remove unused imports found by pyflakes (#137) 9 years ago
glob.py Issue #25596: Optimized glob() and iglob() functions in the 9 years ago
gzip.py Issue #28227: gzip now supports pathlib 9 years ago
hashlib.py Issue #16113: Add SHA-3 and SHAKE support to hashlib module. 9 years ago
heapq.py Issue #25314: Remove confused statement about const argument 10 years ago
hmac.py Use sequence repetition instead of bytes constructor with integer argument. 9 years ago
imaplib.py Merge: #25591: improve imap tests. 9 years ago
imghdr.py Issue #28228: imghdr now supports pathlib 9 years ago
imp.py Merge for #26844 10 years ago
inspect.py Issue #15812: Merge from 3.5 9 years ago
io.py Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 9 years ago
ipaddress.py Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ 10 years ago
keyword.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
linecache.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
locale.py bpo-10379: add 'monetary' to format_string, deprecate format 9 years ago
lzma.py Issue #27181 remove geometric_mean and defer for 3.7. 9 years ago
macpath.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
mailbox.py Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. 9 years ago
mailcap.py #14977: Make mailcap respect the order of the lines in the mailcap file. 9 years ago
mimetypes.py Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej 10 years ago
modulefinder.py Remove unused imports. 9 years ago
netrc.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
nntplib.py Issue #25314: Remove confused statement about const argument 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 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-19930: The mode argument of os.makedirs() no longer affects the file (#799) 9 years ago
pathlib.py bpo-29919: Remove unused imports found by pyflakes (#137) 9 years ago
pdb.py Issue #20766: Merge with 3.5. 9 years ago
pickle.py Issue #29368: The extend() method is now called instead of the append() 9 years ago
pickletools.py Use sequence repetition instead of bytes constructor with integer argument. 9 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py Issue #17211: Yield a namedtuple in pkgutil. 9 years ago
platform.py bpo-27593: Get SCM build info from git instead of hg. (#446) 9 years ago
plistlib.py Issue #27181 remove geometric_mean and defer for 3.7. 9 years ago
poplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
posixpath.py Issue #26027, #27524: Add PEP 519/__fspath__() support to os and 10 years ago
pprint.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
profile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pstats.py bpo-29554: Improve docs for pstat module and profile. (#88) 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 Removed unused imports. 10 years ago
pydoc.py bpo-29776: Use decorator syntax for properties. (#585) 9 years ago
queue.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
quopri.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
random.py Issue #29055: Suppress upstream exception for random.choice() 9 years ago
re.py Issue #28193: Use lru_cache in the re module. 9 years ago
reprlib.py Issue #26634: recursive_repr() now sets __qualname__ of wrapper. 10 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 Issue #5830: Remove old comment. Add empty slots. 9 years ago
secrets.py Issue #29061: secrets.randbelow() would hang with a negative input 9 years ago
selectors.py Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 9 years ago
shelve.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
shlex.py Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. 9 years ago
shutil.py Issue #14061: Misc fixes and cleanups in archiving code in shutil. 9 years ago
signal.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
site.py bpo-29592: site: skip abs_paths() when it's redundant (GH-167) 9 years ago
smtpd.py Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej 10 years ago
smtplib.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
sndhdr.py Issue #24878: Add docstrings to selected namedtuples 11 years ago
socket.py Issue #26384: Merge from 3.5 9 years ago
socketserver.py Remove unused imports. 9 years ago
sre_compile.py Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup 9 years ago
sre_constants.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_parse.py Issue #25953: re.sub() now raises an error for invalid numerical group 9 years ago
ssl.py Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext 9 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 Issue #29193: A format string argument for string.Formatter.format() 9 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 fix subprocess on Windows (#391) 9 years ago
sunau.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
symbol.py Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
symtable.py Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
sysconfig.py Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME 9 years ago
tabnanny.py fix function name in tabnanny documentation (GH-759) 9 years ago
tarfile.py bpo-29776: Use decorator syntax for properties. (#585) 9 years ago
telnetlib.py #25485: Add context manager support to Telnet class. 10 years ago
tempfile.py Add a source parameter to warnings.warn() 10 years ago
textwrap.py Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. 9 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py bpo-6532: Make the thread id an unsigned integer. (#781) 9 years ago
timeit.py bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) 9 years ago
token.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenize.py Add ELLIPSIS and RARROW. Add tests (#666) 9 years ago
trace.py More typo fixes for 3.6 10 years ago
traceback.py Issue #27348: Merge exception formatting fix from 3.5 into 3.6 9 years ago
tracemalloc.py tracemalloc now supports domains 10 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py Correct spelling in documentation and code comment 9 years ago
types.py Issue #29377: Add three new wrappers to types.py (Manuel Krebber). 9 years ago
typing.py bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) 9 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 15 years ago
uuid.py bpo-22807: Expose platform UUID generation safety information. (#138) 9 years ago
warnings.py Issue #28770: Update python-gdb.py for fastcalls 9 years ago
wave.py Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej 10 years ago
weakref.py Fix #29519: weakref spewing exceptions during interp finalization 9 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-29901: Improve support of path-like objects in zipapp. (#815) 9 years ago
zipfile.py bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583) 9 years ago