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.
 
 
 
 
 
 
Éric Araujo 41bade96a4 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) 15 years ago
..
concurrent Close the call queue in concurrent.futures.ProcessPoolExecutor when 15 years ago
ctypes carefully cleanup pointer cache after creating struct pointers 15 years ago
curses Issue #5622: Fix curses.wrapper to raise correct exception if curses 15 years ago
dbm Merge 3.1 15 years ago
distutils Bump version to 3.2.1. 15 years ago
email Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
encodings Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from 15 years ago
html Merge 3.1 15 years ago
http merge 3.1 15 years ago
idlelib Bump version to 3.2.1. 15 years ago
importlib Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
json #5723: merge with 3.1. 15 years ago
lib2to3 #11565: Merge with 3.1. 15 years ago
logging Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." 15 years ago
msilib merge #11696 15 years ago
multiprocessing Issue #12573: Add resource checks for dangling Thread and Process objects. 15 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-linux2 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
plat-linux3 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, 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 Update pydoc topics. 15 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
test Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) 15 years ago
tkinter Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of 15 years ago
turtledemo #11565: Merge with 3.1. 15 years ago
unittest this can be done without a custom dict (also fixes #12544) 15 years ago
urllib Issue #10883: Fix socket leaks in urllib.request. 15 years ago
wsgiref Issue #3839: wsgiref should not override a Content-Length header set by 15 years ago
xml Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead 15 years ago
xmlrpc #11565: Merge with 3.1. 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
_abcoll.py Remove function annotations that slipped into _abcoll. 15 years ago
_compat_pickle.py Issue #6137: The pickle module now translates module names when loading 17 years ago
_dummy_thread.py Fix bootstrap issues when building without threads 15 years ago
_markupbase.py Take advantage of the frozenset constant optimization. 16 years ago
_pyio.py Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without 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 add support for abstract class and static methods #5867 16 years ago
aifc.py Merged revisions 72425-72426 via svnmerge from 17 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py Issue #9347: Fix formatting for tuples in argparse type= error messages. 15 years ago
ast.py Add missing types to docstring of ast.literal_eval. 15 years ago
asynchat.py Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 18 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 Close #11577: Improve binhex test coverage and fix ResourceWarning 15 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 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 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. 16 years ago
cgi.py cgi: use isinstance(x, list) instead of type(x) == type([]) 15 years ago
cgitb.py Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 17 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 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. 15 years ago
codeop.py correct porting error with raise #7161 17 years ago
collections.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
colorsys.py Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from 17 years ago
compileall.py Issue #11169: compileall module uses repr() to format filenames and paths to 15 years ago
configparser.py Removed debugging leftovers. 15 years ago
contextlib.py Remove trailing whitespace 15 years ago
copy.py Fix running the copy module from the command-line (however use{ful,less} it may be). 16 years ago
copyreg.py Rename copy_reg module to copyreg. 18 years ago
csv.py #11565: Merge with 3.1. 15 years ago
datetime.py Issue #11576: Fixed timedelta subtraction glitch on big timedelta values 15 years ago
decimal.py Issue #11830: Remove unnecessary introspection code in the decimal module. 15 years ago
difflib.py Issue 11747: Fix output format for context diffs. 15 years ago
dis.py As per python-dev discussion with Eli, properly document and publish dis.show_code 16 years ago
doctest.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
filecmp.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
fileinput.py #1286: allow using fileinput.FileInput as context manager. 16 years ago
fnmatch.py Issue 7846: fnmatch cache can grow without bound 16 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 Issue #10883: Fix socket leaks in urllib.request. 15 years ago
functools.py Sync-up minor code edits with the default branch. 15 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 remove pointless coding cookies 16 years ago
getpass.py Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z 15 years ago
gettext.py #11515: Merge with 3.1. 15 years ago
glob.py Fix closes issue12432 - remove the unused sys from glob.py 15 years ago
gzip.py #10465: fix broken delegation in __getattr__ of _PaddedFile. 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 #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson 15 years ago
imghdr.py Merged revisions 65713 via svnmerge from 18 years ago
inspect.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 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 Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
mailcap.py Issue #8496: make mailcap.lookup() always return a list, rather than an iterator. 16 years ago
mimetypes.py Fix syntax typo 15 years ago
modulefinder.py merge 11164 15 years ago
netrc.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
nntplib.py #11515: Merge with 3.1. 15 years ago
ntpath.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 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 #4617: Previously it was illegal to delete a name from the local 16 years ago
optparse.py #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 Issue #9410: Various optimizations to the pickle module, leading to 16 years ago
pickletools.py #11565: Merge with 3.1. 15 years ago
pipes.py Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from 16 years ago
pkgutil.py Merge 3.1 15 years ago
platform.py Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 15 years ago
plistlib.py Issue #985064: Make plistlib more resilient to faulty input plists. 15 years ago
poplib.py fix issue #8807: adds a context parameter to POP3_SSL class. 16 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 Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
pstats.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 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 Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python 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 Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
re.py #2650: Merge with 3.1. 15 years ago
reprlib.py Fix typo. 15 years ago
rlcompleter.py Merged revisions 65168 via svnmerge from 18 years ago
runpy.py Issue #12451: runpy: run_path() now opens the Python script in binary mode, 15 years ago
sched.py Merged revisions 72932 via svnmerge from 17 years ago
shelve.py #7905: Actually respect the keyencoding parameter to shelve.Shelf. 15 years ago
shlex.py Re-encode shlex.py in UTF-8, and remove coding cookie. 16 years ago
shutil.py merge from 3.1 15 years ago
site.py #5258/#10642: print fn, line, traceback and continue when .pth file is broken 15 years ago
smtpd.py #1745035: add limits for command and data size to smtpd; patch by Savio Sena. 15 years ago
smtplib.py #7484: no more <> around addresses in VRFY or EXPN 15 years ago
sndhdr.py Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 16 years ago
socket.py Merged revisions 88622 via svnmerge from 15 years ago
socketserver.py merge 3.1 15 years ago
sre_compile.py Issue #8990: array.fromstring() and array.tostring() get renamed to 16 years ago
sre_constants.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
sre_parse.py #6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou. 16 years ago
ssl.py Issue #12440: When testing whether some bits in SSLContext.options can be 15 years ago
stat.py Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
string.py #9418: first step of moving private string methods to _string module. 16 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 #12591: Improve support of "universal newlines" in the subprocess 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.py Issue #12070: Fix the Makefile parser of the sysconfig module to handle 15 years ago
tabnanny.py #1513299: cleanup some map() uses where a comprehension works better. 15 years ago
tarfile.py Merged revisions 88528 via svnmerge from 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 #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager 15 years ago
textwrap.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 17 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py Issue #12573: Add resource checks for dangling Thread and Process objects. 15 years ago
timeit.py #11578: add unit tests for timeit module. 15 years ago
token.py Issue #10386: Added __all__ to token module; this simplifies importing 15 years ago
tokenize.py Merged revisions 88498 via svnmerge from 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 #11565: Merge with 3.1. 15 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
wsgiref.egg-info Merged revisions 46753-51188 via svnmerge from 20 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 Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago