Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
124a4e58c497f6bfdb2e26465b8b3940393a3b29
124a4e5
Bug #947571: By default, urllib.urlopen() does not raise IOErrors
by Georg Brandl
· 19 years ago
a223d2c
Bug #1210377: close bsddb cursor correctly after NotFoundError.
by Georg Brandl
· 19 years ago
9a27617
Based on discussion with Martin and Thomas on python-checkins
by Neal Norwitz
· 19 years ago
e393bf6
Patch #931938: prevent setting sys.prefix to ""
by Georg Brandl
· 19 years ago
69774c2
Bug #1102649: add a note to pickle docs that pickle files should be
by Georg Brandl
· 19 years ago
9b743f5
Bug #1013800: document PyFunction_* functions
by Georg Brandl
· 19 years ago
de2cde6
Detect Win64 builds.
by Martin v. Löwis
· 19 years ago
7132212
Bug #1323369: document possible values of sys.getwindowsversion() platform field
by Georg Brandl
· 19 years ago
e46af8c
Let the SDK setup override distutils logic.
by Martin v. Löwis
· 19 years ago
5771310
Bug #1101233: fix test_fcntl on netbsd2 platform.
by Georg Brandl
· 19 years ago
81299ad
bug #872175: add --with-fpectl to README
by Georg Brandl
· 19 years ago
dbd8339
Bug #854823: socketmodule now builds on Sun platforms even when
by Georg Brandl
· 19 years ago
8f7c54e
Bug #1413790: zipfile now sanitizes absolute archive names that are
by Georg Brandl
· 19 years ago
200a580
Whitespace normalization.
by Tim Peters
· 19 years ago
4d7cad1
Repair new test failures on Windows due to
by Tim Peters
· 19 years ago
6302a5a
Fix typpo.
by Thomas Wouters
· 19 years ago
20dd93f
Fix compiler warning on amd64. We can't use zd here since this is
by Neal Norwitz
· 19 years ago
a361bd8
Fix compiler warning (int vs Py_ssize_t mismatch
by Neal Norwitz
· 19 years ago
87f2875
Minor tweaks
by Neal Norwitz
· 19 years ago
0090a4c
Generators have been permanent for a while. This comment is no longer applicable.
by Neal Norwitz
· 19 years ago
f415d5f
Ignore the tests which report leaks sporadically.
by Neal Norwitz
· 19 years ago
d69e034
Fix a build problem introduced by r42230.
by Hye-Shik Chang
· 19 years ago
e810fe2
Remove two instances of trailing commas. Resolves patch #1209781.
by Georg Brandl
· 19 years ago
fe4b34c
Fix the encodings package codec search function to only search
by Marc-André Lemburg
· 19 years ago
c3e950c
Clarify how hook_compressed determines how to open a file.
by Georg Brandl
· 19 years ago
c98eeed
Patch #1215184: FileInput now can be given an opening hook which can
by Georg Brandl
· 19 years ago
c029f87
Patch #1212287: fileinput.input() now has a mode parameter for
by Georg Brandl
· 19 years ago
67e9fb9
Patch #1215184: fileinput now has a fileno() function for getting the
by Georg Brandl
· 19 years ago
602b9ba
Patch #1349274: gettext.install() now optionally installs additional
by Georg Brandl
· 19 years ago
e466217
Patch #1337756: fileinput now accepts Unicode filenames.
by Georg Brandl
· 19 years ago
e9b1949
Patch #1352711: make zipimport raise a complete IOError
by Georg Brandl
· 19 years ago
2a8ec99
test_gopher(): Squash another deprecation warning about gopherlib.
by Tim Peters
· 19 years ago
313fcd4
PyEnumKey(): Stop including the trailing NUL byte
by Tim Peters
· 19 years ago
d9ab979
PyEnumKey(): Remove unused local.
by Tim Peters
· 19 years ago
19e2203
Add a unit test for bug fix #1396678.
by Georg Brandl
· 19 years ago
26caeba
Bug #1396678: a closed bsddb.DB raises AttributeError on repr().
by Georg Brandl
· 19 years ago
bb45973
This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).
by Neal Norwitz
· 19 years ago
1dc5a84
Bug #801349: document that start/stop/step slice arguments can be None
by Georg Brandl
· 19 years ago
b2699b2
Add sizeof() instead of hardcoding variable length
by Georg Brandl
· 19 years ago
9a928e7
Patch #977553: speed up RegEnumKey call
by Georg Brandl
· 19 years ago
093ab1a
Remove unused variable
by Neal Norwitz
· 19 years ago
1f63670
Patch #1426648: urllib proxy_bypass broken
by Georg Brandl
· 19 years ago
4caeff9
Patch #1415507: clarify docs on reference stealing
by Georg Brandl
· 19 years ago
f4f4415
Patch #1393157: os.startfile() now has an optional argument to specify
by Georg Brandl
· 19 years ago
47fab92
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0.
by Georg Brandl
· 19 years ago
d5b6715
This should get test_timeout to pass when running on any python.org host. Will backport
by Neal Norwitz
· 19 years ago
7b4e7c2
Patch #1373643: The chunk module can now read chunks larger than two gigabytes.
by Georg Brandl
· 19 years ago
2d65b55
Fix intptr_t fallback for Py_ssize_t.
by Martin v. Löwis
· 19 years ago
5bb8a15
Fix typo.
by Martin v. Löwis
· 19 years ago
1518607
Fix size computation on Win64.
by Martin v. Löwis
· 19 years ago
e2c9a6c
Suppress new deprecation warnings when running the test suite.
by Tim Peters
· 19 years ago
24f7cad
Changed the new deprecation warning to show the
by Tim Peters
· 19 years ago
b6be87f
Whitespace normalization.
by Tim Peters
· 19 years ago
4cbd1e3
Move test case for HTTP response dict to httplib.
by Georg Brandl
· 19 years ago
6aab16e
Move "httpresponses" dict from urllib2 to httplib where it belongs.
by Georg Brandl
· 19 years ago
dde99d2
Remove size constraints in SLICE opcodes.
by Martin v. Löwis
· 19 years ago
5c97c79
Make ssize_t-clean.
by Martin v. Löwis
· 19 years ago
21dd1af
Add NEWS entry to previous checkin.
by Georg Brandl
· 19 years ago
5d07696
Patch #1417555: SimpleHTTPServer now returns Last-Modified headers.
by Georg Brandl
· 19 years ago
bcd548b
Update "undocumented modules" section.
by Georg Brandl
· 19 years ago
b86a54f
Add deprecation warning to modules deprecated since 2000.
by Georg Brandl
· 19 years ago
b56230b
Add deprecation notices to modules deprecated since 2000.
by Georg Brandl
· 19 years ago
2c98a7b
Fix typo.
by Thomas Wouters
· 19 years ago
bd3bc4d
Bug #1430298: It is now possible to send a mail with an empty
by Georg Brandl
· 19 years ago
0e1abe2
Add bug number to NEWS entry.
by Georg Brandl
· 19 years ago
501dd0d
The names of lambda functions are now properly displayed in pydoc.
by Georg Brandl
· 19 years ago
1b67267
Bug #1432350: arrayobject should use PyObject_VAR_HEAD
by Georg Brandl
· 19 years ago
86d6626
Patch #1432345: Make python compile on DragonFly.
by Martin v. Löwis
· 19 years ago
cfe7e09
Remove size restrictions.
by Martin v. Löwis
· 19 years ago
f288295
mmap_flush_method(): Squash compiler warning about
by Tim Peters
· 19 years ago
8f9cc29
Remove space between function name and left paren in function calls.
by Tim Peters
· 19 years ago
23721ee
Removed pointless parens around `return` expressions;
by Tim Peters
· 19 years ago
ec0a5f0
Trimmed trailing whitespace.
by Tim Peters
· 19 years ago
e564e7f
new_mmap_object(), Windows flavor.
by Tim Peters
· 19 years ago
dde1765
More Py_ssize_t format characters.
by Thomas Wouters
· 19 years ago
2ad8c56
struct_pack(): Repair new assert-fail crash in
by Tim Peters
· 19 years ago
02cbdd3
Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in
by Thomas Wouters
· 19 years ago
de01774
Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes:
by Thomas Wouters
· 19 years ago
13870b1
Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over
by Thomas Wouters
· 19 years ago
ed6254a
Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t
by Thomas Wouters
· 19 years ago
7a2f83b
Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple().
by Thomas Wouters
· 19 years ago
977485d
Use Py_ssize_t in helper function between Py_ssize_t-using functions.
by Thomas Wouters
· 19 years ago
f4de69e
Add encoding-test datafiles to svn:ignore:
by Thomas Wouters
· 19 years ago
345d6c6
Drop vsextcomp_verbose
by Martin v. Löwis
· 19 years ago
bbdf607
Fix broken example of csv.reader use (it returns an iterator, which isn't
by Thomas Wouters
· 19 years ago
4129068
Change _PyObject_GC_Resize to expect Py_ssize_t.
by Martin v. Löwis
· 19 years ago
df40ce3
Fix typo
by Martin v. Löwis
· 19 years ago
67baee6
Move cast to suppress warning.
by Martin v. Löwis
· 19 years ago
d96ee90
Use Py_ssize_t to count the
by Martin v. Löwis
· 19 years ago
f5adf1e
Use Py_ssize_t to count the length.
by Martin v. Löwis
· 19 years ago
eb079f1
Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t
by Martin v. Löwis
· 19 years ago
ad0a462
Use Py_ssize_t for counts and sizes.
by Martin v. Löwis
· 19 years ago
97c65a8
Use Py_ssize_t for field sizes and offsets.
by Martin v. Löwis
· 19 years ago
44e379d
Allow for ssize_t field offsets.
by Martin v. Löwis
· 19 years ago
3eaf2b5
Update comment and make accurate.
by Neal Norwitz
· 19 years ago
82c5a86
Oops, this is supposed to be disabled by default.
by Neal Norwitz
· 19 years ago
720ddb6
Use PyString_FromFormat for formatting error messages.
by Martin v. Löwis
· 19 years ago
e0e89f7
Revert 42400.
by Martin v. Löwis
· 19 years ago
2c95cc6
Support %zd in PyErr_Format and PyString_FromFormat.
by Martin v. Löwis
· 19 years ago
26efe40
Get rid of compiler warnings (gcc 3.3.4 on x86)
by Neal Norwitz
· 19 years ago
Next »