Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0dcc3cc94926c76223d41a0b36f4c0792ec47089
0dcc3cc
Backport 58532, 58533, 58534:
by Gregory P. Smith
· 18 years ago
574e1ba
Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append
by Gregory P. Smith
· 18 years ago
57da2de
Fix email example.
by Georg Brandl
· 18 years ago
137bdfa
Merge trunk 58434:
by Gregory P. Smith
· 18 years ago
8012e9c
Silence a compiler warning about a function definition not being a prototype.
by Brett Cannon
· 18 years ago
d79fa9e
Bug #1216: Restore support for Visual Studio 2002.
by Martin v. Löwis
· 18 years ago
d6f6381
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
by Thomas Heller
· 18 years ago
163048e
Backport 58424:
by Neal Norwitz
· 18 years ago
7d9c00e
Backport 58385 from trunk: fix a double free bug in the _bsddb module
by Gregory P. Smith
· 18 years ago
381e1a4
Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc.
by Gregory P. Smith
· 18 years ago
76ee227
Backport 58348: use a reliable host in the test.
by Gregory P. Smith
· 18 years ago
4a08ec3
Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module
by Gregory P. Smith
· 18 years ago
c9f22b9
Backport 58332: Fix Coverity #159.
by Neal Norwitz
· 18 years ago
14f848b
Backport 58330: Fix Coverity #158: Check the correct variable.
by Neal Norwitz
· 18 years ago
0ac4b27
move descriptions of ac_(in|out)_buffer_size to the right place
by Fred Drake
· 18 years ago
2f2bd3e
#1196: document default radix for int().
by Georg Brandl
· 18 years ago
cdceeb8
Fix -- being converted to - in HTML. #1186.
by Georg Brandl
· 18 years ago
dfecfdb
Fix #1169: remove docstrings in functions for -OO. (backport from rev. 58204)
by Georg Brandl
· 18 years ago
5e84e80
issue1172: Documentation of "done" attribute in cgi module.
by Sean Reifscheider
· 18 years ago
e8dd31a
issue1082: Fixing system and platform names for Vista.
by Sean Reifscheider
· 18 years ago
1644e6e
issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.
by Sean Reifscheider
· 18 years ago
b5ec587
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
by Sean Reifscheider
· 18 years ago
5cf6ef8
ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.
by Thomas Heller
· 18 years ago
3af4220
Backport 58150: Rename debug import lib to _msi_d.lib.
by Martin v. Löwis
· 18 years ago
782c417
Backport r58149: Clean Release projects as well.
by Martin v. Löwis
· 18 years ago
9a85f04
Add 2.5 MSI builder.
by Martin v. Löwis
· 18 years ago
fed6bb7
Bug #1153: repr.repr() now doesn't require set and dictionary items
by Georg Brandl
· 18 years ago
226910f
bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
by Georg Brandl
· 18 years ago
b8c23fb
Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
by Georg Brandl
· 18 years ago
5d30e75
Fix #1122: wrong return type documented for various _Size() functions.
by Georg Brandl
· 18 years ago
13bfa3a
Cause passing a string to generator.throw() to raise a deprecation warning.
by Brett Cannon
· 18 years ago
18726be
Backport: #1095: ln -f doesn't work portably.
by Georg Brandl
· 18 years ago
339a3ad
backport of r58023 to fix unit test suite issue1112 on windows
by Gregory P. Smith
· 18 years ago
c4f5a15
Fix typo: c_float represents to C float type.
by Thomas Heller
· 18 years ago
303d350
Backport of r58004.
by Armin Rigo
· 18 years ago
a326ab2
Patch #786737: Allow building in a tree of symlinks pointing to
by Martin v. Löwis
· 18 years ago
5cb86a2
- Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify
by Matthias Klose
· 18 years ago
7303f70
Patch #1105: Explain that one needs to build the solution
by Martin v. Löwis
· 18 years ago
b084402
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
by Matthias Klose
· 18 years ago
fc787d5
Patch #1031213: Decode source line in SyntaxErrors back to its original
by Martin v. Löwis
· 18 years ago
cf754ba
- Added support for linking the bsddb module against BerkeleyDB 4.6.x.
by Matthias Klose
· 18 years ago
df65f9b
Backport of rev. 57904
by Ronald Oussoren
· 18 years ago
fe2cb59
Bug #1737210: Change Manufacturer of Windows installer to PSF.
by Martin v. Löwis
· 18 years ago
738032f
Mark registry components as 64-bit on Win64.
by Martin v. Löwis
· 18 years ago
b9ff669
Warn about possible risks when extracting untrusted archives.
by Lars Gustäbel
· 18 years ago
39f1f45
Bug #1709599: Run test_1565150 only if the file system is NTFS.
by Martin v. Löwis
· 18 years ago
aa1e005
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
by Martin v. Löwis
· 18 years ago
d4c0969
.
by Skip Montanaro
· 18 years ago
51cf112
backport r57626
by Skip Montanaro
· 18 years ago
a9bad98
TarFile.__init__() no longer fails if no name argument is passed and
by Lars Gustäbel
· 18 years ago
1ab6a25
Backport this change to get test_sqlite working on Macs. Same change Thomas
by Skip Montanaro
· 18 years ago
906f735
Bug #1010: docs url points to SF.net, now points to bugs.python.org.
by Georg Brandl
· 18 years ago
8e3315d
Bug #1765375: fix stripping of unwanted LDFLAGS. (backport from rev. 57389)
by Georg Brandl
· 18 years ago
79af4af
On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x
by Gregory P. Smith
· 18 years ago
838c332
backport of r57378 to fix bug 1725856
by Gregory P. Smith
· 18 years ago
eec47f3
Backport fix of #1752175.
by Georg Brandl
· 18 years ago
7d108b8
Bug #1766421: "return code" vs. "status code".
by Georg Brandl
· 18 years ago
e468ada
Back port of r57286 from py3k and trunk
by Gregory P. Smith
· 18 years ago
b354e3d
Fix a typo in a comment
by Neal Norwitz
· 18 years ago
2da880a
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
by Matthias Klose
· 18 years ago
f294460
Fix #1771558 (already fixed in trunk).
by Georg Brandl
· 18 years ago
de469d6
Fix compilation warning. (backport from rev. 56833)
by Georg Brandl
· 18 years ago
eb4b738
Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers.
by Georg Brandl
· 18 years ago
e51d1d1
Bug #1769002: fix a now-wrong sentence in the tutorial.
by Georg Brandl
· 18 years ago
36fe3c0
Backport from trunk r56727:
by Hye-Shik Chang
· 18 years ago
979f5cd
- Allow Emacs 22 for building the documentation in info format.
by Matthias Klose
· 18 years ago
858c809
Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
by Martin v. Löwis
· 18 years ago
b4d100c
Bug #1763149: use proper slice syntax in docstring. (backport)
by Georg Brandl
· 18 years ago
00247d8
try-except-finally is new in 2.5. (backport from rev. 56614)
by Georg Brandl
· 18 years ago
22c1525
Clarify PEP 343 description. (backport from rev. 56611)
by Georg Brandl
· 18 years ago
bd28ca6
Bug #1704793: Raise KeyError if unicodedata.lookup cannot
by Martin v. Löwis
· 18 years ago
0e258c5
Mac Buildscript:
by Ronald Oussoren
· 18 years ago
77dff90
tabs, newlines and crs are valid XML characters. (backport from rev. 56551)
by Georg Brandl
· 18 years ago
088277f
Change location of the package index to pypi.python.org/pypi.
by Martin v. Löwis
· 18 years ago
44cb859
Add description for wave.setcomptype() values (backport from rev. 56451)
by Georg Brandl
· 18 years ago
6ecd4a0
[Backport of r56382]
by Andrew M. Kuchling
· 18 years ago
0336870
Typo fix
by Andrew M. Kuchling
· 18 years ago
f2d40f7
Clarify webbrowser.open description. (backport from rev. 56366)
by Georg Brandl
· 18 years ago
f09060e
Bug #1753406: missing \versionadded for subprocess.check_call.
by Georg Brandl
· 18 years ago
f4d9cae
Backport 56345
by Raymond Hettinger
· 18 years ago
9c2d4de
In response to this SF bug:
by Barry Warsaw
· 18 years ago
2b78594
PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd.
by Thomas Heller
· 18 years ago
8b6a17b
News entry for
by Thomas Heller
· 18 years ago
f9a8544
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
by Thomas Heller
· 18 years ago
6f4155d
Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output
by Thomas Heller
· 18 years ago
78d59d6
Bug #1637365: add subsection about "__name__ == __main__" to the
by Georg Brandl
· 18 years ago
f36e6a1
Patch #1731659: improve time.strptime docs. (backport from rev. 56302)
by Georg Brandl
· 18 years ago
c5db923
Patch #1673759: add a missing overflow check when formatting floats
by Georg Brandl
· 18 years ago
fea72f7
Patch #1739696: use code.co_code only if really necessary
by Georg Brandl
· 18 years ago
40df67f
Patch #1752270, #1750931: complain if urllib2 add_handler called
by Georg Brandl
· 18 years ago
ad4b263
Fix #1752132: wrong comment in opcode description. (backport from rev. 56280)
by Georg Brandl
· 18 years ago
c0f800d
Patch 1673122: be explicit about which libtool to use, to avoid name clashes
by Ronald Oussoren
· 18 years ago
47f29a6
Patch 1693258: Fix for duplicate "preferences" menu-OS X
by Ronald Oussoren
· 18 years ago
43f1f68
Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a
by Ronald Oussoren
· 18 years ago
a1d47f0
Remove duplicate sentence from alarm() doc. (backport from rev. 56143)
by Georg Brandl
· 18 years ago
511087b
Fix a few webbrowser.py problems. (backport from rev. 56137)
by Georg Brandl
· 18 years ago
1d1e950
Document smtp.SMTPAuthenticationError. (backport from rev. 56129)
by Georg Brandl
· 18 years ago
adfd13e
Fix a variable name in winreg docs. (backport from rev. 56091)
by Georg Brandl
· 18 years ago
4508df2
Bug #1742901: document None behavior of shlex.split. (backport from rev. 56084)
by Georg Brandl
· 18 years ago
5a5adf3
Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.
by Georg Brandl
· 18 years ago
Next »