Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.0a4
/
Misc
bd61c3a
Version bump for 3.4.0a4.
by Larry Hastings
· 12 years ago
v3.4.0a4
e55013f
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
by Antoine Pitrou
· 12 years ago
0abb218
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
by Antoine Pitrou
· 12 years ago
3d9e481
give explicitly global functions and classes a global __qualname__ (closes #19301)
by Benjamin Peterson
· 12 years ago
f5e987b
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Larry Hastings
· 12 years ago
eaea5e9
Issue #12866: The audioop module now supports 24-bit samples.
by Serhiy Storchaka
· 12 years ago
c679227
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
by Serhiy Storchaka
· 12 years ago
55e092f
Issue #19279: UTF-7 decoder no more produces illegal strings.
by Serhiy Storchaka
· 12 years ago
35804e4
Issue #19279: UTF-7 decoder no more produces illegal strings.
by Serhiy Storchaka
· 12 years ago
8608d26
contextlib doc updates and refactoring
by Nick Coghlan
· 12 years ago
fcd8de2
lower case pbkdf2_hmac
by Christian Heimes
· 12 years ago
3626a50
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
by Christian Heimes
· 12 years ago
3182680
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
by Larry Hastings
· 12 years ago
29eec66
Issue #19019: Change the OS X installer build script to use CFLAGS instead
by Ned Deily
· 12 years ago
87adb6e
Issue #14499: Fix several problems with OS X universal build support:
by Ned Deily
· 12 years ago
ea41d5f
Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15.
by Ned Deily
· 12 years ago
ee1be99
Issue #19222: Add support for the 'x' mode to the gzip module.
by Nadeem Vawda
· 12 years ago
8a9e99c
Issue #19223: Add support for the 'x' mode to the bz2 module.
by Nadeem Vawda
· 12 years ago
42ca982
Issue #19201: Add support for the 'x' mode to the lzma module.
by Nadeem Vawda
· 12 years ago
baced56
Fix a refleak in _sre
by Brett Cannon
· 12 years ago
1830601
Add NEWS entry for issue #18810
by Brett Cannon
· 12 years ago
27e27f7
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
by Brett Cannon
· 12 years ago
87efae2
Remove redundant empty lines.
by Serhiy Storchaka
· 12 years ago
90b41f0
Remove redundant empty lines.
by Serhiy Storchaka
· 12 years ago
b39d247
Remove a duplicate.
by Serhiy Storchaka
· 12 years ago
63c141c
Close #19030: inspect.getmembers and inspect.classify_class_attrs
by Ethan Furman
· 12 years ago
0e0cd46
Catching up on NEWS entries.
by Ethan Furman
· 12 years ago
27b7c7e
Initial checkin of asyncio package (== Tulip, == PEP 3156).
by Guido van Rossum
· 12 years ago
5b37f97
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 12 years ago
d3b7505
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 12 years ago
240f86d
Close #19266: contextlib.ignore -> contextlib.suppress
by Nick Coghlan
· 12 years ago
7d270ee
Issue #16129: Add `Py_SetStandardStreamEncoding`
by Nick Coghlan
· 12 years ago
86823a5
Issue #19275: Fix test_site on AMD64 Snow Leopard
by Christian Heimes
· 12 years ago
3da240f
#18891: Complete new provisional email API.
by R David Murray
· 12 years ago
2532497
Issue #18468: The re.split, re.findall, and re.sub functions and the group()
by Serhiy Storchaka
· 12 years ago
355dda8
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
by Antoine Pitrou
· 12 years ago
9816a1e
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
by Antoine Pitrou
· 12 years ago
acc9f3f
Issue #18725: The textwrap module now supports truncating multiline text.
by Serhiy Storchaka
· 12 years ago
b6ca62a
Issue #17221: Merge 3.4.0 Alpha 1 entries before and after 3.3.1 release candidate 1.
by Serhiy Storchaka
· 12 years ago
6c64f23
Merge heads
by Serhiy Storchaka
· 12 years ago
881bfba
Remove unexpected headings from Misc/NEWS
by Antoine Pitrou
· 12 years ago
98b28fd
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
bfdcd43
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
6039db8
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
by Antoine Pitrou
· 12 years ago
24201d4
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
by Antoine Pitrou
· 12 years ago
a8fc7f6
#18714: add attribution.
by Georg Brandl
· 12 years ago
6e22055
pdb: modernize find_function() and add tests for it.
by Georg Brandl
· 12 years ago
5fa41f1
Merge heads
by Serhiy Storchaka
· 12 years ago
8362006
Merge heads
by Serhiy Storchaka
· 12 years ago
eb7414f
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
by Serhiy Storchaka
· 12 years ago
e206b6e
Issue #17827: document codecs.encode and codecs.decode
by Nick Coghlan
· 12 years ago
1b80e63
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
by Serhiy Storchaka
· 12 years ago
6cb2b5b
Issue #17827: Document codecs.encode and codecs.decode
by Nick Coghlan
· 12 years ago
f1dc3ee
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start
by Christian Heimes
· 12 years ago
e92ef13
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
by Christian Heimes
· 12 years ago
5d4121a
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
by Ned Deily
· 12 years ago
d01d396e
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
by Antoine Pitrou
· 12 years ago
3974d6a
Forgot NEWS entry for previous commit.
by Antoine Pitrou
· 12 years ago
e23b2d0
Issue #18919: If the close() method of a writer in the sunau or wave module
by Serhiy Storchaka
· 12 years ago
4ae423d
Issue #19131: The aifc module now correctly reads and writes sampwidth of
by Serhiy Storchaka
· 12 years ago
4b53259
Issue #19131: The aifc module now correctly reads and writes sampwidth of
by Serhiy Storchaka
· 12 years ago
2582762
Issue #19209: Remove import of copyreg from the os module to speed up
by Christian Heimes
· 12 years ago
8c9cd5a
Issue #19205: Don't import the 're' module in site and sysconfig module to
by Christian Heimes
· 12 years ago
fd4722c
Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module.
by Antoine Pitrou
· 12 years ago
1254b40
Rename contextlib.ignored() to contextlib.ignore().
by Raymond Hettinger
· 12 years ago
94d08d9
upgrade unicode db to 6.3.0 (closes #19221)
by Benjamin Peterson
· 12 years ago
78d692f
18764: remove the problematic 'print' alias for the PDB 'p' command.
by R David Murray
· 12 years ago
2fe9bac
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
by Victor Stinner
· 12 years ago
088cbf2
Issue #15805: Add contextlib.redirect_stdout()
by Raymond Hettinger
· 12 years ago
a61a1cb
Repair format of NEWS entry.
by Tim Peters
· 12 years ago
3415fa3
Repair format of NEWS entry.
by Tim Peters
· 12 years ago
5aaddd9
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 12 years ago
cbd4d08
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 12 years ago
8d19767
Close #19199: Remove ``PyThreadState.tick_counter`` field
by Victor Stinner
· 12 years ago
1cfa0ba
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
by Antoine Pitrou
· 12 years ago
59c900d
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
by Antoine Pitrou
· 12 years ago
7c67951
merge with 3.3
by Georg Brandl
· 12 years ago
c377fe2
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler.
by Georg Brandl
· 12 years ago
992cf1d
Issue #18972: Modernize email examples and use the argparse module in them.
by Serhiy Storchaka
· 12 years ago
5df8a8a
Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion).
by Antoine Pitrou
· 12 years ago
93d7dda
#19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
by Ezio Melotti
· 12 years ago
1448ecf
Issue #18716: Deprecate the formatter module
by Brett Cannon
· 12 years ago
5c4b4c5
[issue19152] Revert 832579dbafd6.
by Eric Snow
· 12 years ago
b6b3492
Fix typo.
by Eric Snow
· 12 years ago
48b42ec
Fix typo.
by Eric Snow
· 12 years ago
bf14dcc
[issue19151] Fix issue number in Misc/NEWS entry.
by Eric Snow
· 12 years ago
af8566c
[issue19152] Add ExtensionFileLoader.get_filename().
by Eric Snow
· 12 years ago
5179445
[issue19152] Add ExtensionFileLoader.get_filename().
by Eric Snow
· 12 years ago
efbc475
[issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
by Eric Snow
· 12 years ago
e8bbfeb
[issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
by Eric Snow
· 12 years ago
0e61ed8
Issue #19014: memoryview.cast() is now allowed on zero-length views.
by Antoine Pitrou
· 12 years ago
60b1834
Issue #19014: memoryview.cast() is now allowed on zero-length views.
by Antoine Pitrou
· 12 years ago
026af2a
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
by Serhiy Storchaka
· 12 years ago
def0a4c
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
by Serhiy Storchaka
· 12 years ago
fdf239a
Close #17839: support bytes-like objects in base64 module
by Nick Coghlan
· 12 years ago
45163cc
Close #18690: register memoryview with Sequence ABC
by Nick Coghlan
· 12 years ago
a0f169c
Close #19078: memoryview now supports reversed
by Nick Coghlan
· 12 years ago
7c411a4
Issue #19132: The pprint module now supports compact mode.
by Serhiy Storchaka
· 12 years ago
092bd38
Issue #19137: The pprint module now correctly formats instances of set and
by Serhiy Storchaka
· 12 years ago
5184438
Issue #19137: The pprint module now correctly formats instances of set and
by Serhiy Storchaka
· 12 years ago
Next »