Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.0b1
/
Doc
40040df
Update SOURCE_URI to reflect that we're branching 3.5 now.
by Larry Hastings
· 10 years ago
0482af4
Updated topics (and susp-ignored) for Python 3.5.0b1.
by Larry Hastings
· 10 years ago
7ca1353
Fix bad indent in whatsnew/3.5.rst.
by Guido van Rossum
· 10 years ago
44825cf
Add pointer to IDLE what's new file.
by Terry Jan Reedy
· 10 years ago
e9cd1d3
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
a6f6a68
whitespace
by Terry Jan Reedy
· 10 years ago
ca1ad94
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
571164f
Add pointer to IDLE what's new file.
by Terry Jan Reedy
· 10 years ago
1a90b17
Fix Sphinx warnings.
by Berker Peksag
· 10 years ago
c779216
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
43cba21
Make expression legal python by adding '1'.
by Terry Jan Reedy
· 10 years ago
19cfb57
Issue #24204: Elaborate of the str.strip() documentation.
by Raymond Hettinger
· 10 years ago
855482e
Issue #24269: Minor doc fixups.
by Raymond Hettinger
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
ec219ba
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
by Raymond Hettinger
· 10 years ago
ab89f9c
merge
by Raymond Hettinger
· 10 years ago
9ecf9e2
Issue #24219: Remove duplicate literal in docs.
by Raymond Hettinger
· 10 years ago
ad577b9
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
by Gregory P. Smith
· 10 years ago
4a7fe7e
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
by Steve Dower
· 10 years ago
945fff4
Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.
by Yury Selivanov
· 10 years ago
46dbb7d
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
by Guido van Rossum
· 10 years ago
569db2c
Fix extraneous BOM in whatsnew.
by Zachary Ware
· 10 years ago
7dc9dea
Issue #20035: Reimplement tkinter._fix module as a C function.
by Zachary Ware
· 10 years ago
3cfec2e
Issue 20438: Deprecate inspect.getargspec() and friends.
by Yury Selivanov
· 10 years ago
8d006e7
docs: Mention PEP 479 in whatsnew.
by Yury Selivanov
· 10 years ago
a18cad5
Issue 24180: Fixes by Berker Peksag.
by Yury Selivanov
· 10 years ago
f3e40fa
Issue 24180: Documentation for PEP 492 changes.
by Yury Selivanov
· 10 years ago
b1cc37c
improve wording
by Benjamin Peterson
· 10 years ago
57c74fc
Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin
by Yury Selivanov
· 10 years ago
bcd4fc1
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
by Yury Selivanov
· 10 years ago
e09b42c
#19662: fix typo
by R David Murray
· 10 years ago
fee05da
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 10 years ago
315e104
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 10 years ago
5f120fc
Issue #24233: Add a proper link to socket.getfqdn() documentation.
by Berker Peksag
· 10 years ago
2a8baed
Issue #24233: Add a proper link to socket.getfqdn() documentation.
by Berker Peksag
· 10 years ago
c17686f
Issue #13866: add *quote_via* argument to urlencode.
by R David Murray
· 10 years ago
1dbee94
#24211: Add missing docs for SMTPUTF8 policy instance.
by R David Murray
· 10 years ago
8308444
#24218: Add SMTPUTF8 support to send_message.
by R David Murray
· 10 years ago
6883faf
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
d986563
Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
by Terry Jan Reedy
· 10 years ago
fdb23c2
#20098: add mangle_from_ policy option.
by R David Murray
· 10 years ago
224ef3e
#24211: Add RFC6532 support to the email library.
by R David Murray
· 10 years ago
c1ecef7
Merge: #24216: fix typo
by R David Murray
· 10 years ago
0e8168c
#24216: fix typo
by R David Murray
· 10 years ago
5b3df5b
Add versionadded directive for BoundArguments.apply_defaults().
by Berker Peksag
· 10 years ago
b744f3a
#21083: add get_content_disposition method to email.message.
by R David Murray
· 10 years ago
b9cec6a
Issue #16314: Added support for the LZMA compression in distutils.
by Serhiy Storchaka
· 10 years ago
b8cd3e4
#21804: Add RFC 6856 (UTF8) support to poplib.
by R David Murray
· 10 years ago
3113765
#19662: Make requirement to support arbitrary keywords explicit.
by R David Murray
· 10 years ago
cee7cf6
#22027: Add RFC6531 support to smtplib.
by R David Murray
· 10 years ago
b907a51
Issue 24190: Add inspect.BoundArguments.apply_defaults() method.
by Yury Selivanov
· 10 years ago
c7027b7
Issue #20182: converted the signal module to use Argument Clinic
by Tal Einat
· 10 years ago
97fceee
Argument Clinic: added missing bit of info in howto
by Tal Einat
· 10 years ago
29655df
Issue #24064: Docuement that oroperty docstrings are now writeable.
by Raymond Hettinger
· 10 years ago
51b5832
Closes #24013: Improve os.scandir() and DirEntry documentation
by Victor Stinner
· 10 years ago
56f6526
os module doc: remove availability when useless
by Victor Stinner
· 10 years ago
dee32bd
Issue 24191: Document BoundArguments.signature
by Yury Selivanov
· 10 years ago
8279619
Issue 24191: Document BoundArguments.signature
by Yury Selivanov
· 10 years ago
7d0d6ee
Merge: Make sentence correct English.
by R David Murray
· 10 years ago
2249d9f
Make sentence correct English.
by R David Murray
· 10 years ago
812bc1b
Merge: #23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
0a560a1
#23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
b01a1fd
merge
by Raymond Hettinger
· 10 years ago
3afdb28
Fix mangled wording
by Raymond Hettinger
· 10 years ago
14ef1a1
remove extra space
by Benjamin Peterson
· 10 years ago
5562c903
remove % from title, since it makes latex barf
by Benjamin Peterson
· 10 years ago
46cf02d
merge
by Raymond Hettinger
· 10 years ago
a378025
Issue #19934: Document *None* as an acceptable input to Counter.most_common([n])
by Raymond Hettinger
· 10 years ago
0907a45
Issue #23695: Explain the zip() example for clustering a data series into n-length groups.
by Raymond Hettinger
· 10 years ago
2f3742b
Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated.
by Berker Peksag
· 10 years ago
de7cafa
Issue #24064: Add __doc__ to the example in collections.rst.
by Berker Peksag
· 10 years ago
eac503a
Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.)
by Raymond Hettinger
· 10 years ago
276e9c8
merge 3.4
by Benjamin Peterson
· 10 years ago
19a3f17
use imperative
by Benjamin Peterson
· 10 years ago
e960d18
versionadded
by Benjamin Peterson
· 10 years ago
48e47aa
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
by Serhiy Storchaka
· 10 years ago
f0eeedf
Issue #22681: Added support for the koi8_t encoding.
by Serhiy Storchaka
· 10 years ago
ad8a1c3
Issue #22682: Added support for the kz1048 encoding.
by Serhiy Storchaka
· 10 years ago
0d4df75
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
by Serhiy Storchaka
· 10 years ago
688cd4e
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
c2dd680
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
5096088
doc: Briefly mention C API changes in whatsnew.
by Yury Selivanov
· 10 years ago
b5d6a9d
Mention PEP 492 in whatsnew.
by Yury Selivanov
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
21ee10b
Merge 3.4 (asyncio docs)
by Yury Selivanov
· 10 years ago
d7e19bb
docs/asyncio: Document new ensure_future() and deprecated async()
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
a33df31
#21795: advertise 8BITMIME if decode_data is False.
by R David Murray
· 10 years ago
a6429db
#21800: Add RFC 6855 support to imaplib.
by R David Murray
· 10 years ago
8170e8c
PEP 479: Change StopIteration handling inside generators.
by Yury Selivanov
· 10 years ago
bd60e8d
Issue #24018: Add a collections.Generator abstract base class.
by Raymond Hettinger
· 10 years ago
0048835
Merge 3.4
by Andrew Svetlov
· 10 years ago
b79e012
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine
by Andrew Svetlov
· 10 years ago
38337d1
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
by Larry Hastings
· 10 years ago
ec9b772
merge 3.4
by Benjamin Peterson
· 10 years ago
ad643b5
remove word we don't need
by Benjamin Peterson
· 10 years ago
828946e
Fix copy/paste errors.
by Zachary Ware
· 10 years ago
19dac07
Issue 24088: Clarify semantics of yield expression (merge from 3.4).
by Guido van Rossum
· 10 years ago
d0150ad
Issue 24088: Clarify semantics of yield expression.
by Guido van Rossum
· 10 years ago
1d4880d
Enables shortcuts to be deselected when installing on Windows.
by Steve Dower
· 10 years ago
Next »