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.
 
 
 
 
 
 
Antoine Pitrou 928405303d Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. 13 years ago
..
collections Improve OrderedDict equality test. 13 years ago
concurrent Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. 14 years ago
ctypes Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror 14 years ago
curses Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dbm #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) 14 years ago
distutils Merge fixes for #13614, #13512 and #7719 from 3.3 13 years ago
email utilize yield from 14 years ago
encodings Issue #13590: Improve support for OS X Xcode 4: 14 years ago
html #16245: Fix the value of a few entities in html.entities.html5. 14 years ago
http Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. 13 years ago
idlelib Replace os.error with OSError in tkinter and IDLE 13 years ago
importlib Issue #15627: This is simply an update to the name of a new method recently added 13 years ago
json #16549: merge with 3.3. 13 years ago
lib2to3 add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag 13 years ago
logging Allow configuration of handler properties. 14 years ago
msilib Issue #13590: Improve support for OS X Xcode 4: 14 years ago
multiprocessing Issue #16481: Merge 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 Issue #13590: Improve support for OS X Xcode 4: 14 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-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 and suspicious markup file. 14 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
test Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation. 13 years ago
tkinter Replace os.error with OSError in tkinter and IDLE 13 years ago
turtledemo Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unittest #16433: merge with 3.3. 14 years ago
urllib Get rig of EnvironmentError (#16705) 13 years ago
venv Closes #16378: Merged docstring changes from 3.3. 14 years ago
wsgiref Issue #16220: wsgiref now always calls close() on an iterable response. 14 years ago
xml Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). 14 years ago
xmlrpc Issue #13590: Improve support for OS X Xcode 4: 14 years ago
__future__.py Issue #13590: Improve support for OS X Xcode 4: 14 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 Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_markupbase.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_osx_support.py #16135: Removal of OS/2 support (Python code partial cleanup) 14 years ago
_pyio.py Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
_strptime.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
_weakrefset.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
abc.py Issue #16049: add abc.ABC helper class. 13 years ago
aifc.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py #11175: argparse.FileType now accepts encoding and errors arguments. 13 years ago
ast.py create NameConstant AST class for None, True, and False literals (closes #16619) 13 years ago
asynchat.py asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing 14 years ago
asyncore.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
base64.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bdb.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
binhex.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 years ago
bz2.py bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. 14 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 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. 14 years ago
cgi.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cgitb.py merge #12890: don't emit <p> tags in text mode when logdir specified. 14 years ago
chunk.py Raise statement normalization in Lib/. 19 years ago
cmd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.py Issue #12643: Respect sys.excepthook in code.InteractiveConsole 14 years ago
codecs.py Issue16097 Fix small typo in comment (patch by Wael Al Jishi) 14 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 Get rig of EnvironmentError (#16705) 13 years ago
configparser.py Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs 14 years ago
contextlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
copy.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
copyreg.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
crypt.py white space cleanup 14 years ago
csv.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
datetime.py Closes #15973: fix a segmentation fault when comparing timezone objects. 14 years ago
decimal.py Merge 3.3. 13 years ago
difflib.py utilize yield from 14 years ago
dis.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
doctest.py #16522: Add FAIL_FAST flag to doctest. 14 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
filecmp.py Cleanup filecmp: starting from 3.3 os.error is alias for OSError 13 years ago
fileinput.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fnmatch.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
formatter.py Fix formatter usage of filter(). Bug #3800. 18 years ago
fractions.py Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError and OverflowError (resp.), not TypeError. 14 years ago
ftplib.py Issue 16646 (ftplib): deliberately use intermediate variable after catching exception 13 years ago
functools.py Issue #12428: Add a pure Python implementation of functools.partial(). 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 #13590: Improve support for OS X Xcode 4: 14 years ago
getpass.py Get rig of EnvironmentError (#16705) 13 years ago
gettext.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
glob.py Issue #16696: fix comparison between bytes and string. Also, improve glob tests. 13 years ago
gzip.py Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 14 years ago
hashlib.py Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes 14 years ago
heapq.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
hmac.py Issue #15225: improve error message when hmac is passed a wrong key type. 14 years ago
imaplib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
imghdr.py Merged revisions 65713 via svnmerge from 18 years ago
imp.py Issue #15828: Restore support for C extension modules in imp.load_module() 14 years ago
inspect.py Issue #15401: Fix typo in inspect.getclosurevars docstring. 14 years ago
io.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ipaddress.py Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek 14 years ago
keyword.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
linecache.py Issue #10335: Add tokenize.open(), detect the file encoding using 16 years ago
locale.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
lzma.py Issue #16034 follow-up: Apply optimizations to the lzma module. 14 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 #16135: Removal of OS/2 support (Python code partial cleanup) 14 years ago
mailcap.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
mimetypes.py Get rig of EnvironmentError (#16705) 13 years ago
modulefinder.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
netrc.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
nntplib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ntpath.py #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) 14 years ago
nturl2path.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
numbers.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
opcode.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
optparse.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
os.py merge 3.3 14 years ago
pdb.py Merge issue #13120: Allow to call pdb.set_trace() from thread. 13 years ago
pickle.py Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. 13 years ago
pickletools.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py Issue #16120: Use |yield from| in stdlib. 14 years ago
platform.py Merge 3.2 14 years ago
plistlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
poplib.py Fix missing import (followup to #4473). 13 years ago
posixpath.py Merge #15342: Add clarifying sentence to posixpath.join docstring. 14 years ago
pprint.py Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. 14 years ago
profile.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pstats.py Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. 14 years ago
pty.py pty.spawn() now returns the child process status as returned by os.waitpid(). 14 years ago
py_compile.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyclbr.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydoc.py merge 3.3 14 years ago
queue.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
quopri.py convert shebang lines: python -> python3 16 years ago
random.py Issue #15837: add some tests for random.shuffle(). 14 years ago
re.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
reprlib.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
rlcompleter.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
runpy.py Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap 14 years ago
sched.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shelve.py Add spaces to follow PEP8. 14 years ago
shlex.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
shutil.py Get rig of EnvironmentError (#16705) 13 years ago
site.py Closes #16519: Merged fix from 3.3. 13 years ago
smtpd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
smtplib.py Issue #16647: save socket error details in LMTP.connect() 13 years ago
sndhdr.py Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. 16 years ago
socket.py Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. 14 years ago
socketserver.py #11109: clean up docs, add whatsnew entry, and fix Justin's last name. 14 years ago
sre_compile.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
sre_constants.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
sre_parse.py #12759: merge with 3.2. 14 years ago
ssl.py Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). 14 years ago
stat.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
string.py Merge #13579: teach string.Formatter about 'a'. 14 years ago
stringprep.py Merged revisions 55007-55179 via svnmerge from 19 years ago
struct.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
subprocess.py Get rig of EnvironmentError (#16705) 13 years ago
sunau.py Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil. 16 years ago
symbol.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
symtable.py simplify this expression 17 years ago
sysconfig.py Remove sys.platform == 'riscos' checks from some Python and test files. #16501 14 years ago
tabnanny.py #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. 14 years ago
tarfile.py Get rig of EnvironmentError (#16705) 13 years ago
telnetlib.py Issue #16704: Get rid of select.error in stdlib. Use OSError instead. 13 years ago
tempfile.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
textwrap.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timeit.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
token.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tokenize.py #16152: merge with 3.2. 14 years ago
trace.py trace: remove unused imports. 14 years ago
traceback.py utilize yield from 14 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
types.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 16 years ago
uuid.py Issue #15118: Change return value of os.uname() and os.times() from 14 years ago
warnings.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
wave.py Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. 14 years ago
weakref.py Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. 14 years ago
webbrowser.py #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) 14 years ago
xdrlib.py Merge: change docstring for xdrlib.Error to use new style exceptions. 14 years ago
zipfile.py Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. 14 years ago