Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.3
/
Include
tag
4dea2538537ba8ef14e4296217abcd7a45cb25ce
tagger
Ned Deily <nad@python.org>
Fri Oct 06 20:32:07 2017
object
bf9cccb2b54ad2c641ea78435a8618a6d251491e
Final head of the former 3.3 branch
bf9cccb
post 3.3.7, should there be any
by Ned Deily
· 8 years ago
3.3
17bf6b4
Bump to 3.3.7
by Ned Deily
· 8 years ago
v3.3.7
3b86b44
Bump version for post 3.3.7rc1
by Ned Deily
· 8 years ago
8cee0cc
Bump to 3.3.7rc1
by Ned Deily
· 8 years ago
v3.3.7rc1
5caddea
Bump PY_VERSION to 3.3.6+
by Ned Deily
· 8 years ago
18e8972
Bump to 3.3.6
by Georg Brandl
· 11 years ago
v3.3.6
76e73f8
Bump to 3.3.6rc1
by Georg Brandl
· 11 years ago
92d2d34
Post-release update.
by Georg Brandl
· 11 years ago
fbd7518
Bump to 3.3.5 final.
by Georg Brandl
· 11 years ago
v3.3.5
c186b23
Bump to 3.3.5rc2.
by Georg Brandl
· 11 years ago
v3.3.5rc2
2fc8f77
Issue #20404: reject non-text encodings early in TextIOWrapper.
by Georg Brandl
· 11 years ago
2658bad
merge 3.3.5rc1 release commits with 3.3 branch
by Georg Brandl
· 11 years ago
270ce73
Fix typo (issue #19619).
by Serhiy Storchaka
· 11 years ago
94ee389
Issue #19619: Blacklist non-text codecs in method API
by Serhiy Storchaka
· 11 years ago
e12675a
Bump to 3.3.5rc1.
by Georg Brandl
· 11 years ago
a37fcb2
Post-release updates.
by Georg Brandl
· 12 years ago
c814025
Bump to 3.3.4 final
by Georg Brandl
· 12 years ago
87203d3
Post release update.
by Georg Brandl
· 12 years ago
18f2ce9
Bump to 3.3.4rc1.
by Georg Brandl
· 12 years ago
31a6554
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
by Serhiy Storchaka
· 12 years ago
d860d5c
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
by Victor Stinner
· 12 years ago
65846c6
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
by Alexandre Vassalotti
· 12 years ago
19b6fa6
Issue #6477: Added support for pickling the types of built-in singletons.
by Alexandre Vassalotti
· 12 years ago
1d2436a
Post-release bump.
by Georg Brandl
· 12 years ago
9e2043a
Bump to 3.3.3 final.
by Georg Brandl
· 12 years ago
v3.3.3
4cf9b20
Bump to 3.3.3rc2.
by Georg Brandl
· 12 years ago
v3.3.3rc2
2d34f41
Bump to 3.3.3rc1.
by Georg Brandl
· 12 years ago
3328871
merge heads
by Georg Brandl
· 12 years ago
b296d09
Closes #13867: remove untrue comment about PyWeakref_Check().
by Georg Brandl
· 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
2ff2190
Issue #18594: Fix the fast path for collections.Counter().
by Raymond Hettinger
· 12 years ago
9594942
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 12 years ago
85a8629
#18466: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
f6d0aee
Issue #16741: Fix an error reporting in int().
by Serhiy Storchaka
· 12 years ago
ce72e1c
According to the PEP 7, C code must "use 4-space indents"
by Victor Stinner
· 12 years ago
e0a2d12
Fix test for GCC 3.1+ but not strict ANSI C
by Christian Heimes
· 12 years ago
6dc32b3
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 12 years ago
66d53fa
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 12 years ago
c032f16
post-release update.
by Georg Brandl
· 12 years ago
88f4dd6
bump to 3.3.2
by Georg Brandl
· 12 years ago
957a23b
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
by Antoine Pitrou
· 12 years ago
bf56102
Post-release update for 3.3.1
by Georg Brandl
· 12 years ago
9aa23c5
Bump to 3.3.1.
by Georg Brandl
· 12 years ago
v3.3.1
d08d0b1
Bump to 3.3.1rc1.
by Georg Brandl
· 12 years ago
89fa86b
Issue #1783: Remove declarations of nonexistent private variables.
by Serhiy Storchaka
· 13 years ago
04d86c7
Issue #1783: Remove declarations of nonexistent private variables.
by Serhiy Storchaka
· 13 years ago
441d30f
Issue #15989: Fix several occurrences of integer overflow
by Serhiy Storchaka
· 13 years ago
9101e23
Issue #15989: Fix several occurrences of integer overflow
by Serhiy Storchaka
· 13 years ago
61dbb00
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
by Christian Heimes
· 13 years ago
c2176e4
Fix the internals of our hash functions to used unsigned values during hash
by Gregory P. Smith
· 13 years ago
27cbcd6
Fix the internals of our hash functions to used unsigned values during hash
by Gregory P. Smith
· 13 years ago
f93ed3f
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
by Antoine Pitrou
· 13 years ago
62a0d6e
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
by Antoine Pitrou
· 13 years ago
c37cfd6
Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now.
by Andrew Svetlov
· 13 years ago
6e61d18
Issue 10052: merge fix from 3.2.
by Mark Dickinson
· 13 years ago
ce31f66
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
by Mark Dickinson
· 13 years ago
36f0216
Backport 9dd4638de73b.
by Stefan Krah
· 13 years ago
6df5cae
Issue #15835: Define PATH_MAX on HP-UX.
by Stefan Krah
· 13 years ago
aab9c2b
Issue #5765: Apply a hard recursion limit in the compiler
by Nick Coghlan
· 13 years ago
e7f9037
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
14fb44e
merge mostly from default
by Benjamin Peterson
· 13 years ago
ac76833
Post-release update.
by Georg Brandl
· 13 years ago
99a247f
Merge with main repo default branch.
by Georg Brandl
· 13 years ago
c7dcd50
Bump version to 3.3.0 final.
by Georg Brandl
· 13 years ago
b5f91d7
Merge with 3.3.0 release clone.
by Georg Brandl
· 13 years ago
f248717
Post-release updates.
by Georg Brandl
· 13 years ago
8506d35
Bump to 3.3.0rc3.
by Georg Brandl
· 13 years ago
v3.3.0rc3
fd0ddab
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
by Christian Heimes
· 13 years ago
ab816b5
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
by Christian Heimes
· 13 years ago
ca8aa4a
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
by Antoine Pitrou
· 13 years ago
5497295
Merge in changes from 3.3.0rc2 release clone.
by Georg Brandl
· 13 years ago
05823f7
Post-release updates for 3.3.0rc2.
by Georg Brandl
· 13 years ago
5b4faae
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
by Antoine Pitrou
· 13 years ago
56cd62c
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
by Antoine Pitrou
· 13 years ago
02f66cb
Bump to 3.3.0rc2.
by Georg Brandl
· 13 years ago
2b0218a
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
by Antoine Pitrou
· 13 years ago
81378c8
Merge whitespace fix from 3.2.
by Trent Nelson
· 13 years ago
2a0fb14
Remove trailing whitespace in order to silence warnings on HP-UX.
by Trent Nelson
· 13 years ago
3694401
Post-release updates.
by Georg Brandl
· 13 years ago
4ab4ec2
Bump to 3.3.0rc1.
by Georg Brandl
· 13 years ago
v3.3.0rc1
a026db9
Post-release updates.
by Georg Brandl
· 13 years ago
1b94ab7
Bump to 3.3b2.
by Georg Brandl
· 13 years ago
v3.3.0b2
522267e
Issue #15610: The PyImport_ImportModuleEx macro now calls
by Brett Cannon
· 13 years ago
1a1367b
use char instead of int to please T_BOOL (closes #15597)
by Benjamin Peterson
· 13 years ago
88ca04e
MERGE: Closes #15512: Correct __sizeof__ support for parser
by Jesus Cea
· 13 years ago
e9c5318
Closes #15512: Correct __sizeof__ support for parser
by Jesus Cea
· 13 years ago
7d12d9d
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
by Stefan Krah
· 13 years ago
d08cec6
Bump version to 3.3.0b1.
by Georg Brandl
· 13 years ago
v3.3.0b1
75aeaa9
Issue #11626: Add _SizeT functions to stable ABI.
by Martin v. Löwis
· 13 years ago
9c56409
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
by Martin v. Löwis
· 13 years ago
49526f4
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
by David Malcolm
· 13 years ago
7800f75
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
by Martin v. Löwis
· 13 years ago
e67f48c
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
by Antoine Pitrou
· 13 years ago
c40bc09
Issue #13783: the PEP 380 implementation no longer expands the public C API
by Nick Coghlan
· 13 years ago
27f6a3b
Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
by Antoine Pitrou
· 13 years ago
2b89fdf
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
by Victor Stinner
· 13 years ago
d7b7c74
Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield
by Victor Stinner
· 13 years ago
c58c392
Trunk merge.
by Barry Warsaw
· 13 years ago
ca75b00
__GNUC__ does not imply gcc version is present, so just check for version (closes #14994)
by Benjamin Peterson
· 13 years ago
409da15
Eric Snow's implementation of PEP 421.
by Barry Warsaw
· 13 years ago
Next »