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.
 
 
 
 
 
 
Ezio Melotti 931b8aac80 #12753: Add support for Unicode name aliases and named sequences. 14 years ago
..
collections Issue #13121: Support in-place math operators for collections.Counter(). 14 years ago
concurrent Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. 15 years ago
ctypes #13054: fix usage of sys.maxunicode after PEP-393. 15 years ago
curses merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. 15 years ago
dbm Close #13007: whichdb should recognize gdbm 1.9 magic numbers 15 years ago
distutils normalize whitespace in Lib/distutils/msvc9compiler.py 14 years ago
email #665194: support roundtripping RFC2822 date stamps in the email.utils module 15 years ago
encodings Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from 15 years ago
html Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. 15 years ago
http Merge with 3.2. 14 years ago
idlelib Fix a few ResourceWarnings in idle 15 years ago
importlib Silence the FileExistsError which can be raised because of the O_EXCL flag 14 years ago
json Implement PEP 393. 15 years ago
lib2to3 - Re-enable lib2to3's test_parser.py tests, though with an expected failure 15 years ago
logging Closes #13235: Added deprecation for warn() methods and function in logging. 14 years ago
msilib Remove duplication. 14 years ago
multiprocessing Merge with 3.2. 14 years ago
packaging Add tests for packaging.tests.support (#12659). 14 years ago
plat-aix4 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
plat-darwin These are present in the trunk but no longer in 3.x, which causes problems 17 years ago
plat-freebsd4 Merged revisions 78644 via svnmerge from 16 years ago
plat-freebsd5 Merged revisions 78644 via svnmerge from 16 years ago
plat-freebsd6 Merged revisions 78644 via svnmerge from 16 years ago
plat-freebsd7 Merged revisions 78644 via svnmerge from 16 years ago
plat-freebsd8 Merged revisions 78644 via svnmerge from 16 years ago
plat-generic Remove obsolete entries from regen scripts. 25 years ago
plat-linux Close #12326: sys.platform is now always 'linux' on Linux 15 years ago
plat-netbsd1 Whitespace normalization, via reindent.py. 22 years ago
plat-next3 Do no regenerate modules that should no longer be here. 25 years ago
plat-os2emx Merged revisions 78644 via svnmerge from 16 years ago
plat-sunos5 Merged revisions 78678,78680,78682 via svnmerge from 16 years ago
plat-unixware7 Merged revisions 55817-55961 via svnmerge from 19 years ago
pydoc_data #11926: merge with 3.2. 15 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 Issue #10811: Use TestCase.assertRaises() in the new test 15 years ago
test #12753: Add support for Unicode name aliases and named sequences. 14 years ago
tkinter Merge with 3.2. 14 years ago
turtledemo #12677: correct turtle orientation in doc 15 years ago
unittest #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 15 years ago
urllib urllib.request - syntax changes enhancing readability. By Éric Araujo 14 years ago
wsgiref Issue #3839: wsgiref should not override a Content-Length header set by 15 years ago
xml merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. 15 years ago
xmlrpc #11565: Merge with 3.2. 15 years ago
__future__.py barry has already been causing test breakage 17 years ago
__phello__.foo.py Fix the frozen bytecode for __hello__ (betcha didn't know that existed 25 years ago
_compat_pickle.py Issue #6137: The pickle module now translates module names when loading 17 years ago
_dummy_thread.py Followup to issue #11140 and r88682: also patch _dummy_thread. 15 years ago
_markupbase.py Take advantage of the frozenset constant optimization. 16 years ago
_pyio.py PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 15 years ago
_strptime.py PEP 8 conformance: class_ -> cls 16 years ago
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
_weakrefset.py #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. 15 years ago
abc.py Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). 15 years ago
aifc.py Merged revisions 72425-72426 via svnmerge from 17 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 15 years ago
ast.py remove ast.__version__ (closes #12273) 15 years ago
asynchat.py Normalize the encoding names for Latin-1 and UTF-8 to 15 years ago
asyncore.py Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. 15 years ago
base64.py #1466065: add validate option to base64.b64decode 15 years ago
bdb.py Issue #10492: bdb.Bdb.run() only traces the execution of the code 15 years ago
binhex.py remove unused imports (closes #12432) 15 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 years ago
bz2.py BZ2File now uses the compresslevel argument given by the caller, 15 years ago
cProfile.py #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. 16 years ago
calendar.py Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. 15 years ago
cgi.py default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and 14 years ago
cgitb.py remove unused imports (closes #12432) 15 years ago
chunk.py Raise statement normalization in Lib/. 19 years ago
cmd.py Add docstring to cmd.Cmd.do_help() 16 years ago
code.py Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 16 years ago
codecs.py #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 15 years ago
codeop.py correct porting error with raise #7161 17 years ago
colorsys.py Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from 17 years ago
compileall.py #10454: a few edits to compileall help messages 15 years ago
configparser.py Merge with 3.2. 14 years ago
contextlib.py remove unused imports (closes #12432) 15 years ago
copy.py #11572: improvements to copy module tests along with removal of old test suite 15 years ago
copyreg.py Rename copy_reg module to copyreg. 18 years ago
crypt.py A crypt algorithm may not be available by returning None. 15 years ago
csv.py #11565: Merge with 3.2. 15 years ago
datetime.py Merge with 3.2. 14 years ago
decimal.py Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time. 15 years ago
difflib.py #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 15 years ago
dis.py As per python-dev discussion with Eli, properly document and publish dis.show_code 16 years ago
doctest.py #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 15 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
filecmp.py disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
fileinput.py #1286: allow using fileinput.FileInput as context manager. 16 years ago
fnmatch.py Bytes are already distinct from text, so typed=True isn't necessary. 14 years ago
formatter.py Fix formatter usage of filter(). Bug #3800. 18 years ago
fractions.py Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). 15 years ago
ftplib.py Merge: #10883: Fix socket leaks in urllib.request. 15 years ago
functools.py Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). 14 years ago
genericpath.py Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from 16 years ago
getopt.py Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9) 15 years ago
getpass.py issue11236 getpass.getpass to respond ctrl-c or ctrl-z 15 years ago
gettext.py #11515: Merge with 3.2. 15 years ago
glob.py Remove unused import. 15 years ago
gzip.py Remove dead code in gzip. 15 years ago
hashlib.py fix whitespace 15 years ago
heapq.py Merge 3.1 15 years ago
hmac.py speed hack can be implemented more cleanly by directly calling __new__ 16 years ago
imaplib.py Issue #1441530: In imaplib, read the data in one chunk to speed up large 15 years ago
imghdr.py Merged revisions 65713 via svnmerge from 18 years ago
inspect.py remove unused imports (closes #12432) 15 years ago
io.py add myself 17 years ago
keyword.py Use a context manager for some file objects. 16 years ago
linecache.py Issue #10335: Add tokenize.open(), detect the file encoding using 15 years ago
locale.py (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" 15 years ago
macpath.py Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X 16 years ago
macurl2path.py Fixing Issue6711 - macurl2path has typos that raise AttributeError 17 years ago
mailbox.py Close #12454: The mailbox module is now using ASCII, instead of the locale 14 years ago
mailcap.py Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. 15 years ago
mimetypes.py (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 15 years ago
modulefinder.py Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) 15 years ago
netrc.py disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
nntplib.py #11515: Merge with 3.2. 15 years ago
ntpath.py disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
nturl2path.py Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows 15 years ago
numbers.py Remove the funky function annotation from numbers.py. 15 years ago
opcode.py excise the remains of STOP_CODE, which hasn't done anything useful for years 15 years ago
optparse.py Merge #8158: add missing 'description' description to optparse docstring. 15 years ago
os.py Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 15 years ago
os2emxpath.py #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. 16 years ago
pdb.py Add display/undisplay pdb commands. 15 years ago
pickle.py #13054: fix usage of sys.maxunicode after PEP-393. 15 years ago
pickletools.py #11565: Merge with 3.2. 15 years ago
pipes.py Merge doc changes from 3.2 (#10454, #12298) 15 years ago
pkgutil.py merge from 3.2 15 years ago
platform.py Make platform.libc_ver() less slow 15 years ago
plistlib.py Closes #12391: temporary files are now cleaned up. 15 years ago
poplib.py Issue 11291: poplib suppresses errors on QUIT. 15 years ago
posixpath.py Issue #5117: Case normalization was needed on ntpath.relpath(). And 16 years ago
pprint.py Have pprint() respect the order in an OrderedDict. 16 years ago
profile.py disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
pstats.py Merge profile docs followup (#12417) from 3.1 15 years ago
pty.py Issue #3782: os.write() must not accept unicode strings 18 years ago
py_compile.py Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 15 years ago
pyclbr.py Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 15 years ago
pydoc.py Merge 3.2 15 years ago
queue.py Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced. 15 years ago
quopri.py convert shebang lines: python -> python3 16 years ago
random.py Code simplification suggested by Sven Marnach. 15 years ago
re.py Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). 14 years ago
reprlib.py Fix typo. 15 years ago
rlcompleter.py Merged revisions 65168 via svnmerge from 18 years ago
runpy.py Closes #12391: temporary files are now cleaned up. 15 years ago
sched.py Remove duplication. 14 years ago
shelve.py #7905: Actually respect the keyencoding parameter to shelve.Shelf. 15 years ago
shlex.py #9723: refactor regex. 15 years ago
shutil.py A few style changes originally done in the distutils2 repo 15 years ago
site.py Replace open(filename, 'rU') by open(filename, 'r') 15 years ago
smtpd.py Issue #9168: now smtpd is able to bind privileged port. 14 years ago
smtplib.py #12448: merge with 3.2. 14 years ago
sndhdr.py Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 16 years ago
socket.py Issue #11127: Raise a TypeError when trying to pickle a socket object. 15 years ago
socketserver.py Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. 15 years ago
sre_compile.py #13054: fix usage of sys.maxunicode after PEP-393. 15 years ago
sre_constants.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
sre_parse.py Normalize the encoding names for Latin-1 and UTF-8 to 15 years ago
ssl.py Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) 15 years ago
stat.py disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
string.py #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). 15 years ago
stringprep.py Merged revisions 55007-55179 via svnmerge from 19 years ago
struct.py Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. 15 years ago
subprocess.py Issue #12494: Close pipes and kill process on error in subprocess functions 15 years ago
sunau.py Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil. 15 years ago
symbol.py convert shebang lines: python -> python3 16 years ago
symtable.py simplify this expression 17 years ago
sysconfig.cfg Remove inline comment, no longer supported by configparser. 15 years ago
sysconfig.py Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file 14 years ago
tabnanny.py Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. 15 years ago
tarfile.py Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. 15 years ago
telnetlib.py #10695: use %s not %d so that a string 'port' does not cause a debug traceback 15 years ago
tempfile.py Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: 15 years ago
textwrap.py merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. 15 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py Merge with 3.2. 14 years ago
timeit.py Issue 12514: Use try/finally to assure that timeit restores GC when done. 15 years ago
token.py Issue #10386: Added __all__ to token module; this simplifies importing 15 years ago
tokenize.py Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore. 15 years ago
trace.py Prevent deprecation warning 15 years ago
traceback.py Issue #4486: When an exception has an explicit cause, do not print its implicit context too. 16 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py Merge with 3.2. 14 years ago
types.py Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from 18 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 15 years ago
uuid.py Shift the pipe-using code into an else block, then close the pipe 15 years ago
warnings.py Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 15 years ago
wave.py Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 15 years ago
weakref.py Use booleans. 15 years ago
webbrowser.py #12601: fix typo. 15 years ago
xdrlib.py Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 15 years ago
zipfile.py 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated 14 years ago