Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.0rc2
9e31d36
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
by Stefan Krah
· 13 years ago
v3.3.0rc2
0b164c0
Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions
by Nick Coghlan
· 13 years ago
9c8ad07
Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.
by Stefan Krah
· 13 years ago
02f66cb
Bump to 3.3.0rc2.
by Georg Brandl
· 13 years ago
070175d
Fix NEWS entry location.
by Georg Brandl
· 13 years ago
24ec054
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
by Ned Deily
· 13 years ago
2b0218a
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
by Antoine Pitrou
· 13 years ago
ef06595
Changelog entry for 8c2e87aeb707.
by Georg Brandl
· 13 years ago
55c206a
Fix bug with argparse.Parser.parse_args(*args)
by Zbigniew Jędrzejewski-Szmek
· 13 years ago
af3f3a7
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
by Stefan Krah
· 13 years ago
9ecae7a
Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.
by Stefan Krah
· 13 years ago
2a70535
Issue #15724: Add versionchanged tags to the memoryview documentation.
by Stefan Krah
· 13 years ago
a3f4a16
Add missing unit.
by Stefan Krah
· 13 years ago
ceaaced
Compile _decimal without asserts and update benchmark results.
by Stefan Krah
· 13 years ago
eaaf9e9
Close #14223: Fix window.addch(curses.ACS_HLINE)
by Victor Stinner
· 13 years ago
848cdfd
Issue #15828: Don't try to close a file if imp.find_module() doesn't return one.
by Brett Cannon
· 13 years ago
91b9f13
Issue #15828: Restore support for C extension modules in imp.load_module()
by Nick Coghlan
· 13 years ago
380c55c
Issue #15340: Fix importing the random module when /dev/urandom cannot be opened.
by Antoine Pitrou
· 13 years ago
0398985
Issue #15781: Fix two small race conditions in import's module locking.
by Antoine Pitrou
· 13 years ago
3014771
Issue #15784: Modify OSError.__str__() to better distinguish between
by Richard Oudkerk
· 13 years ago
ca2b646
Issue #15785: Modify window.get_wch() API of the curses module: return a
by Victor Stinner
· 13 years ago
3694401
Post-release updates.
by Georg Brandl
· 13 years ago
44ac850
Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba
by Georg Brandl
· 13 years ago
4ab4ec2
Bump to 3.3.0rc1.
by Georg Brandl
· 13 years ago
v3.3.0rc1
d183f0b
Update pydoc topics and suspicious markup file.
by Georg Brandl
· 13 years ago
cb460b9
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
by Ronald Oussoren
· 13 years ago
2543756
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
by Ronald Oussoren
· 13 years ago
cc0274b
merge with 3.2
by Georg Brandl
· 13 years ago
c8076df
Fix wrong way of adding Error information in shutil.copytree.
by Georg Brandl
· 13 years ago
06e1ab0
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
by Nick Coghlan
· 13 years ago
5c0b1ca
Update various OS X README files for 3.3.0.
by Ned Deily
· 13 years ago
12c6bda
Issue #15316: Let exceptions raised during imports triggered by the
by Brett Cannon
· 13 years ago
7a54d16
Null merge from 3.2
by Mark Dickinson
· 13 years ago
6f64796
Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
by Mark Dickinson
· 13 years ago
a6894ba
Reverted change to venv initialisation.
by Vinay Sajip
· 13 years ago
3bb6318
Null merge
by Mark Dickinson
· 13 years ago
448f577
Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.
by Mark Dickinson
· 13 years ago
4510977
Null merge from 3.2.
by Mark Dickinson
· 13 years ago
e4204bc
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
by Mark Dickinson
· 13 years ago
029780b
Issue #13072: The array module's 'u' format code is now deprecated and
by Stefan Krah
· 13 years ago
8d649ef
Merge
by Antoine Pitrou
· 13 years ago
fc33d4c
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
by Mark Dickinson
· 13 years ago
0ac0b11
Add glossary references
by Antoine Pitrou
· 13 years ago
15251a9
Add glossary references
by Antoine Pitrou
· 13 years ago
cb0ec7d
Merge
by Antoine Pitrou
· 13 years ago
ba0a3ed
Issue #2051: Tweak last commit for this issue to pass in mode instead
by Brett Cannon
· 13 years ago
cbf9d5f
Issue #14674: Add a discussion of the json module's standard compliance.
by Antoine Pitrou
· 13 years ago
331624b
Issue #14674: Add a discussion of the json module's standard compliance.
by Antoine Pitrou
· 13 years ago
07c6e71
Issue #15778: Coerce ImportError.args to a string when it isn't already one.
by Brett Cannon
· 13 years ago
491b1dc
Closes #9374: merge with 3.2
by Georg Brandl
· 13 years ago
a61b09f
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
by Georg Brandl
· 13 years ago
82649f3
Issue #15776: Allow pyvenv to work in existing directory with --clean.
by Andrew Svetlov
· 13 years ago
ad2a7d5
Merge #15249: Mangle From lines correctly when body contains invalid bytes.
by R David Murray
· 13 years ago
638d40b
#15249: Mangle From lines correctly when body contains invalid bytes.
by R David Murray
· 13 years ago
4784e02
Output lib files for PGO build into PGO directory.
by Martin v. Löwis
· 13 years ago
5951ec0
Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
by Martin v. Löwis
· 13 years ago
bddf724
Drop PC\python_nt.h as it's not used.
by Martin v. Löwis
· 13 years ago
b4b92be
Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.
by Martin v. Löwis
· 13 years ago
3234cc8
Add missing PGI/PGO configurations for pywlauncher.
by Martin v. Löwis
· 13 years ago
a4b0701
Merge with 3.2
by Ross Lagerwall
· 13 years ago
f2b34b8
Issue 15777: Fix a refleak in _posixsubprocess.
by Ross Lagerwall
· 13 years ago
ffffa8e
Close #2051: Oops, transposed the digits in the issue number in the previous commit
by Nick Coghlan
· 13 years ago
a508770
Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow.
by Nick Coghlan
· 13 years ago
36d188c
Issue #15037: Use correct path to system terminfo database.
by Ned Deily
· 13 years ago
66e6317
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
by Stefan Krah
· 13 years ago
f21587e
mpd_qpowmod(): calculate result with zero-exponent for compatibility with
by Stefan Krah
· 13 years ago
bbd3437
Issue #14292: Ensure that the OS X installer build configures the CXX
by Ned Deily
· 13 years ago
6fc81d7
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
by Ned Deily
· 13 years ago
12d1f67
issue #15645: null merge
by Ned Deily
· 13 years ago
01d1837
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
by Ned Deily
· 13 years ago
35d600c
Suggested a whatsnew item
by Alexander Belopolsky
· 13 years ago
f9bd914
Issue #665194: Added a small optimization
by Alexander Belopolsky
· 13 years ago
1f924d2
Added test for a bug fixed in issue #665194.
by Alexander Belopolsky
· 13 years ago
097a120
#665194: fix variable name in exception code path.
by R David Murray
· 13 years ago
b8687df
#665194: Update email.utils.localtime to use astimezone, and fix bug.
by R David Murray
· 13 years ago
17183a2
Use zero bottom margin.
by Stefan Krah
· 13 years ago
ad5b439
In the 32-bit build, dec_hash() raised InvalidOperation if the operand
by Stefan Krah
· 13 years ago
2fd502f
1) Use _mpd_basedivmod() regardless of the length of the dividend. This is
by Stefan Krah
· 13 years ago
ad54c6d
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
by Victor Stinner
· 13 years ago
9bd9cd3
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
by Ronald Oussoren
· 13 years ago
eb61f8b
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
by Ronald Oussoren
· 13 years ago
6f69fb1
Update suspicious ignore file.
by Ezio Melotti
· 13 years ago
75959cf
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
by Trent Nelson
· 13 years ago
dda5edc
Block 78699:019a2390b014, this needs to be manually merged.
by Trent Nelson
· 13 years ago
ee253eb
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
by Trent Nelson
· 13 years ago
6733927
Fix typo in error handling for WaitForMultipleObjects()
by Richard Oudkerk
· 13 years ago
b9717b5
#15752: merge with 3.2.
by Ezio Melotti
· 13 years ago
1b47bf4
#15752: s/assertRaisesRegexp/assertRaisesRegex/g
by Ezio Melotti
· 13 years ago
83c0ae5
Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation
by Nick Coghlan
· 13 years ago
5b27c53
Merge 3.2.
by Stefan Krah
· 13 years ago
7cacd2e
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
by Stefan Krah
· 13 years ago
139cd43
Issue #15285: Refactor connect timeout test in test_timeout.
by Trent Nelson
· 13 years ago
514dbb0
Issue #15285: Refactor connect timeout test in test_timeout.
by Trent Nelson
· 13 years ago
a5e5797
Improve the pyvenv entry
by Antoine Pitrou
· 13 years ago
c907de9
Improved summary section in whatsnew
by Antoine Pitrou
· 13 years ago
609939e
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 13 years ago
9439f04
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 13 years ago
77ebfcc
Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp.
by Senthil Kumaran
· 13 years ago
df9c945
#15199: Fix JavaScript's default MIME type to application/javascript
by Petri Lehtinen
· 13 years ago
c6fdafc
#15199: Fix JavaScript's default MIME type to application/javascript
by Petri Lehtinen
· 13 years ago
Next »