| .. |
|
concurrent
|
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
|
14 years ago |
|
ctypes
|
Fix test_from_dll* in test_returnfuncptrs.py.
|
13 years ago |
|
curses
|
Fix docstring in curses (#16782)
|
13 years ago |
|
dbm
|
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
|
15 years ago |
|
distutils
|
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
|
13 years ago |
|
email
|
#16564: Fix regression in use of encoders.encode_noop with binary data.
|
13 years ago |
|
encodings
|
Closes #13258: Use callable() built-in in the standard library.
|
14 years ago |
|
html
|
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
|
14 years ago |
|
http
|
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
|
13 years ago |
|
idlelib
|
Issue #17114: IDLE now uses non-strict config parser.
|
13 years ago |
|
importlib
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 years ago |
|
json
|
#16476: Fix json.tool to avoid including trailing whitespace.
|
13 years ago |
|
lib2to3
|
enumerate only requires an iterable (closes #16573)
|
13 years ago |
|
logging
|
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
|
13 years ago |
|
msilib
|
Remove duplication.
|
14 years ago |
|
multiprocessing
|
Issue #10527: Remove dead code
|
13 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
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd5
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd6
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd7
|
set svn:executable on all regen scripts
|
16 years ago |
|
plat-freebsd8
|
set svn:executable on all regen scripts
|
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-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.
|
14 years ago |
|
site-packages
|
Add a README file so that cvs update -P doesn't obliterate this
|
26 years ago |
|
sqlite3
|
Issue #17073: Fix some integer overflows in sqlite3 module.
|
13 years ago |
|
test
|
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
|
13 years ago |
|
tkinter
|
Issue #15861: tkinter now correctly works with lists and tuples containing
|
13 years ago |
|
turtledemo
|
#12677: correct turtle orientation in doc
|
15 years ago |
|
unittest
|
Closes issue 15505. unittest.installHandler and non-callable signal handlers.
|
13 years ago |
|
urllib
|
Fix issue16713 - tel url parsing with params
|
13 years ago |
|
wsgiref
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 years ago |
|
xml
|
Issue #1470548: XMLGenerator now works with binary output streams.
|
13 years ago |
|
xmlrpc
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 years ago |
|
__future__.py
|
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
|
14 years ago |
|
__phello__.foo.py
|
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
|
25 years ago |
|
_abcoll.py
|
Issue #16373: Prevent infinite recursion for ABC Set class operations.
|
13 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
|
#13576: add tests about the handling of (possibly broken) condcoms.
|
14 years ago |
|
_osx_support.py
|
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
|
13 years ago |
|
_pyio.py
|
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
|
14 years ago |
|
_strptime.py
|
Followup to issue #14157: respect the relative ordering of values produced by time.strptime().
|
14 years ago |
|
_threading_local.py
|
Issue #9707: Rewritten reference implementation of threading.local which
|
16 years ago |
|
_weakrefset.py
|
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
|
14 years ago |
|
abc.py
|
add support for abstract class and static methods #5867
|
16 years ago |
|
aifc.py
|
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
|
13 years ago |
|
antigravity.py
|
Another hidden treasure.
|
17 years ago |
|
argparse.py
|
Update merge from 2.7: s/basetring/str
|
14 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
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 years ago |
|
base64.py
|
#1466065: add validate option to base64.b64decode
|
15 years ago |
|
bdb.py
|
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
|
14 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
|
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
|
13 years ago |
|
cgi.py
|
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
|
13 years ago |
|
cgitb.py
|
#12890: don't emit <p> tags in text mode when logdir specified.
|
13 years ago |
|
chunk.py
|
Raise statement normalization in Lib/.
|
19 years ago |
|
cmd.py
|
Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
|
14 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
|
16 years ago |
|
collections.py
|
Issue 13870: Fix out of date comment.
|
14 years ago |
|
colorsys.py
|
pep8tify conditionals
|
17 years ago |
|
compileall.py
|
#10454: a few edits to compileall help messages
|
15 years ago |
|
configparser.py
|
configparser: preserve section order when using `__setitem__` (issue #16820)
|
13 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
|
Closes #13258: Use callable() built-in in the standard library.
|
14 years ago |
|
csv.py
|
#11565: Merge with 3.1.
|
15 years ago |
|
datetime.py
|
Issue #15973: Fixed segmentation fault on timezone comparison to other types.
|
13 years ago |
|
decimal.py
|
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
|
14 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
|
#14649: clarify DocTestSuite error when there are no docstrings.
|
14 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
|
Closes #13258: Use callable() built-in in the standard library.
|
14 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 16646 (ftplib): deliberately use intermediate variable after catching exception
|
13 years ago |
|
functools.py
|
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache.
|
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
|
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
|
#16618: Make glob.glob match consistently across strings and bytes
|
13 years ago |
|
gzip.py
|
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
|
13 years ago |
|
hashlib.py
|
Consistently raise a TypeError when a non str is passed to hashlib.new
|
14 years ago |
|
heapq.py
|
Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case.
|
14 years ago |
|
hmac.py
|
Closes #13258: Use callable() built-in in the standard library.
|
14 years ago |
|
imaplib.py
|
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
|
14 years ago |
|
imghdr.py
|
Merged revisions 65713 via svnmerge from
|
18 years ago |
|
inspect.py
|
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static.
|
14 years ago |
|
io.py
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 years ago |
|
keyword.py
|
Fix instructions on how to rebuild some modules
|
14 years ago |
|
linecache.py
|
Issue #10335: Add tokenize.open(), detect the file encoding using
|
15 years ago |
|
locale.py
|
Fix last remaining references to ex-devguide
|
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
|
#15222: Insert blank line after each message in mbox mailboxes
|
13 years ago |
|
mailcap.py
|
Issue #8496: make mailcap.lookup() always return a list, rather than an iterator.
|
16 years ago |
|
mimetypes.py
|
#15199: Fix JavaScript's default MIME type to application/javascript
|
14 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
|
Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode.
|
14 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
|
Fix incorrect docstring I changed a while back.
|
14 years ago |
|
opcode.py
|
#4617: Previously it was illegal to delete a name from the local
|
16 years ago |
|
optparse.py
|
Closes #13258: Use callable() built-in in the standard library.
|
14 years ago |
|
os.py
|
Issue #15845: Fix comparison between bytes and string.
|
13 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
|
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 #13505: Make pickling of bytes object compatible with Python 2.
|
14 years ago |
|
pipes.py
|
Remove obsolete comment
|
15 years ago |
|
pkgutil.py
|
Issue #7367: Fix pkgutil.walk_paths to skip directories whose
|
14 years ago |
|
platform.py
|
Fix #16176. Properly identify Windows 8 via platform.platform()
|
13 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 #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
|
13 years ago |
|
pprint.py
|
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
|
14 years ago |
|
profile.py
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
pstats.py
|
Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
|
13 years ago |
|
pty.py
|
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
|
14 years ago |
|
py_compile.py
|
Issue #12618: py_compile cannot create files in current directory
|
14 years ago |
|
pyclbr.py
|
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
|
14 years ago |
|
pydoc.py
|
#14638: pydoc now treats non-str __name__ as None instead of raising
|
14 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
|
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
|
13 years ago |
|
re.py
|
#14236: fix docs for \S.
|
14 years ago |
|
reprlib.py
|
Fix typo.
|
15 years ago |
|
rlcompleter.py
|
Closes #14411: remove outdated comment in rlcompleter docstring.
|
14 years ago |
|
runpy.py
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
13 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
|
Re-encode shlex.py in UTF-8, and remove coding cookie.
|
16 years ago |
|
shutil.py
|
Fix wrong way of adding Error information in shutil.copytree.
|
14 years ago |
|
site.py
|
#5258/#10642: print fn, line, traceback and continue when .pth file is broken
|
15 years ago |
|
smtpd.py
|
Issue #9168: now smtpd is able to bind privileged port.
|
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
|
Issue #14574: Ignore socket errors raised when flushing a connection on close.
|
13 years ago |
|
sre_compile.py
|
Issue #8990: array.fromstring() and array.tostring() get renamed to
|
16 years ago |
|
sre_constants.py
|
Fix generating of sre_constants.h on Python 3.
|
13 years ago |
|
sre_parse.py
|
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett.
|
13 years ago |
|
ssl.py
|
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
|
13 years ago |
|
stat.py
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
string.py
|
#13579: teach string.Formatter about 'a'.
|
14 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 #16903: Popen.communicate() on Unix now accepts strings when
|
13 years ago |
|
sunau.py
|
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
|
15 years ago |
|
symbol.py
|
Fix instructions on how to rebuild some modules
|
14 years ago |
|
symtable.py
|
simplify this expression
|
17 years ago |
|
sysconfig.py
|
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
|
13 years ago |
|
tabnanny.py
|
#16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka.
|
13 years ago |
|
tarfile.py
|
Issue #16477: Close tarfile internal handlers in case of exception.
|
13 years ago |
|
telnetlib.py
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
|
14 years ago |
|
tempfile.py
|
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
|
13 years ago |
|
textwrap.py
|
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
|
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
|
14 years ago |
|
timeit.py
|
Closes #13258: Use callable() built-in in the standard library.
|
14 years ago |
|
token.py
|
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
|
14 years ago |
|
tokenize.py
|
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
|
13 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
|
Issue #13439: Fix many errors in turtle docstrings.
|
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
|
Closes #13258: Use callable() built-in in the standard library.
|
14 years ago |
|
wave.py
|
Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
|
13 years ago |
|
weakref.py
|
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying.
|
14 years ago |
|
webbrowser.py
|
#15509: If %action substitution produces a null string, drop it.
|
14 years ago |
|
wsgiref.egg-info
|
Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages.
|
20 years ago |
|
xdrlib.py
|
Change docstring for xdrlib.Error to use new style exceptions.
|
13 years ago |
|
zipfile.py
|
Fix the test for issue #6972.
|
13 years ago |