Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cb460b920fb4c3caeec455bfa42542a4a0eec860
cb460b9
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
by Ronald Oussoren
· 12 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
· 12 years ago
cc0274b
merge with 3.2
by Georg Brandl
· 12 years ago
c8076df
Fix wrong way of adding Error information in shutil.copytree.
by Georg Brandl
· 12 years ago
06e1ab0
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
by Nick Coghlan
· 12 years ago
5c0b1ca
Update various OS X README files for 3.3.0.
by Ned Deily
· 12 years ago
12c6bda
Issue #15316: Let exceptions raised during imports triggered by the
by Brett Cannon
· 12 years ago
7a54d16
Null merge from 3.2
by Mark Dickinson
· 12 years ago
6f64796
Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
by Mark Dickinson
· 12 years ago
a6894ba
Reverted change to venv initialisation.
by Vinay Sajip
· 12 years ago
3bb6318
Null merge
by Mark Dickinson
· 12 years ago
448f577
Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.
by Mark Dickinson
· 12 years ago
4510977
Null merge from 3.2.
by Mark Dickinson
· 12 years ago
e4204bc
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
by Mark Dickinson
· 12 years ago
029780b
Issue #13072: The array module's 'u' format code is now deprecated and
by Stefan Krah
· 12 years ago
8d649ef
Merge
by Antoine Pitrou
· 12 years ago
fc33d4c
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
by Mark Dickinson
· 12 years ago
0ac0b11
Add glossary references
by Antoine Pitrou
· 12 years ago
15251a9
Add glossary references
by Antoine Pitrou
· 12 years ago
cb0ec7d
Merge
by Antoine Pitrou
· 12 years ago
ba0a3ed
Issue #2051: Tweak last commit for this issue to pass in mode instead
by Brett Cannon
· 12 years ago
cbf9d5f
Issue #14674: Add a discussion of the json module's standard compliance.
by Antoine Pitrou
· 12 years ago
331624b
Issue #14674: Add a discussion of the json module's standard compliance.
by Antoine Pitrou
· 12 years ago
07c6e71
Issue #15778: Coerce ImportError.args to a string when it isn't already one.
by Brett Cannon
· 12 years ago
491b1dc
Closes #9374: merge with 3.2
by Georg Brandl
· 12 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
· 12 years ago
82649f3
Issue #15776: Allow pyvenv to work in existing directory with --clean.
by Andrew Svetlov
· 12 years ago
ad2a7d5
Merge #15249: Mangle From lines correctly when body contains invalid bytes.
by R David Murray
· 12 years ago
638d40b
#15249: Mangle From lines correctly when body contains invalid bytes.
by R David Murray
· 12 years ago
4784e02
Output lib files for PGO build into PGO directory.
by Martin v. Löwis
· 12 years ago
5951ec0
Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
by Martin v. Löwis
· 12 years ago
bddf724
Drop PC\python_nt.h as it's not used.
by Martin v. Löwis
· 12 years ago
b4b92be
Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.
by Martin v. Löwis
· 12 years ago
3234cc8
Add missing PGI/PGO configurations for pywlauncher.
by Martin v. Löwis
· 12 years ago
a4b0701
Merge with 3.2
by Ross Lagerwall
· 12 years ago
f2b34b8
Issue 15777: Fix a refleak in _posixsubprocess.
by Ross Lagerwall
· 12 years ago
ffffa8e
Close #2051: Oops, transposed the digits in the issue number in the previous commit
by Nick Coghlan
· 12 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
· 12 years ago
36d188c
Issue #15037: Use correct path to system terminfo database.
by Ned Deily
· 12 years ago
66e6317
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
by Stefan Krah
· 12 years ago
f21587e
mpd_qpowmod(): calculate result with zero-exponent for compatibility with
by Stefan Krah
· 12 years ago
bbd3437
Issue #14292: Ensure that the OS X installer build configures the CXX
by Ned Deily
· 12 years ago
6fc81d7
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
by Ned Deily
· 12 years ago
12d1f67
issue #15645: null merge
by Ned Deily
· 12 years ago
01d1837
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
by Ned Deily
· 12 years ago
35d600c
Suggested a whatsnew item
by Alexander Belopolsky
· 12 years ago
f9bd914
Issue #665194: Added a small optimization
by Alexander Belopolsky
· 12 years ago
1f924d2
Added test for a bug fixed in issue #665194.
by Alexander Belopolsky
· 12 years ago
097a120
#665194: fix variable name in exception code path.
by R David Murray
· 12 years ago
b8687df
#665194: Update email.utils.localtime to use astimezone, and fix bug.
by R David Murray
· 12 years ago
17183a2
Use zero bottom margin.
by Stefan Krah
· 12 years ago
ad5b439
In the 32-bit build, dec_hash() raised InvalidOperation if the operand
by Stefan Krah
· 12 years ago
2fd502f
1) Use _mpd_basedivmod() regardless of the length of the dividend. This is
by Stefan Krah
· 12 years ago
ad54c6d
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
by Victor Stinner
· 12 years ago
9bd9cd3
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
by Ronald Oussoren
· 12 years ago
eb61f8b
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
by Ronald Oussoren
· 12 years ago
6f69fb1
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
75959cf
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
by Trent Nelson
· 12 years ago
dda5edc
Block 78699:019a2390b014, this needs to be manually merged.
by Trent Nelson
· 12 years ago
ee253eb
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
by Trent Nelson
· 12 years ago
6733927
Fix typo in error handling for WaitForMultipleObjects()
by Richard Oudkerk
· 12 years ago
b9717b5
#15752: merge with 3.2.
by Ezio Melotti
· 12 years ago
1b47bf4
#15752: s/assertRaisesRegexp/assertRaisesRegex/g
by Ezio Melotti
· 12 years ago
83c0ae5
Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation
by Nick Coghlan
· 12 years ago
5b27c53
Merge 3.2.
by Stefan Krah
· 12 years ago
7cacd2e
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
by Stefan Krah
· 12 years ago
139cd43
Issue #15285: Refactor connect timeout test in test_timeout.
by Trent Nelson
· 12 years ago
514dbb0
Issue #15285: Refactor connect timeout test in test_timeout.
by Trent Nelson
· 12 years ago
a5e5797
Improve the pyvenv entry
by Antoine Pitrou
· 12 years ago
c907de9
Improved summary section in whatsnew
by Antoine Pitrou
· 12 years ago
609939e
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 12 years ago
9439f04
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 12 years ago
77ebfcc
Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp.
by Senthil Kumaran
· 12 years ago
df9c945
#15199: Fix JavaScript's default MIME type to application/javascript
by Petri Lehtinen
· 12 years ago
c6fdafc
#15199: Fix JavaScript's default MIME type to application/javascript
by Petri Lehtinen
· 12 years ago
1ea50f5
Merge #15742: clarify sqlite parameter substitution example.
by R David Murray
· 12 years ago
f6bd1b0
#15742: clarify sqlite parameter substitution example.
by R David Murray
· 12 years ago
35503c9
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
by Antoine Pitrou
· 12 years ago
75506e8
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
by Antoine Pitrou
· 12 years ago
66d1eb2
Merge 3.2.
by Stefan Krah
· 12 years ago
07795df
Issue #15741: Fix potential NULL dereference. Found by Coverity.
by Stefan Krah
· 12 years ago
28a2ad5
Check return value of asdl_seq_new(). Found by Coverity.
by Stefan Krah
· 12 years ago
8bd24fe
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
by Nick Coghlan
· 12 years ago
c0c03be
Merge 3.2.
by Stefan Krah
· 12 years ago
db579d7
Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
by Stefan Krah
· 12 years ago
000fde9
Closes #15737: Fix potential NULL dereference in zipimport.c.
by Stefan Krah
· 12 years ago
6adf243
Merge 3.2.
by Stefan Krah
· 12 years ago
fd24f9e
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
by Stefan Krah
· 12 years ago
bac9a53
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
by Nick Coghlan
· 12 years ago
273069c
Close #4966: revamp the sequence docs in order to better explain the state of modern Python
by Nick Coghlan
· 12 years ago
1685db0
s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous)
by Nick Coghlan
· 12 years ago
48fec05
Close #14846: Handle a sys.path entry going away
by Nick Coghlan
· 12 years ago
db7920b
Close #14814: Avoid depending on struct by using newer features. Also use enumerate where appropriate (patch by Serhiy Storchaka). Declaring PEP 3144 final at this point - any further changes to code or docs can go in new issues.
by Nick Coghlan
· 12 years ago
a8517ad
Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky).
by Nick Coghlan
· 12 years ago
749bd42
Merge #13579: teach string.Formatter about 'a'.
by R David Murray
· 12 years ago
e56bf97
#13579: teach string.Formatter about 'a'.
by R David Murray
· 12 years ago
8528c31
Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity.
by Stefan Krah
· 12 years ago
a19de80
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
by Andrew Svetlov
· 12 years ago
8286071
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
by Andrew Svetlov
· 12 years ago
377a152
Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess.
by Andrew Svetlov
· 12 years ago
Next »