Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
62a8e95fea9b4cb9e4d986aaa554f3e9927d973e
/
Modules
62a8e95
Coverity issue CID #197
by Christian Heimes
· 18 years ago
18e08e5
clearcache() needs to remove the dict as well as clear it.
by Raymond Hettinger
· 18 years ago
a35a8b1
Fix a function pointer declaration to silence the compiler.
by Brett Cannon
· 18 years ago
4731709
Make starmap() match its pure python definition and accept any itertable input (not just tuples).
by Raymond Hettinger
· 18 years ago
0f75f98
Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, for
by Thomas Heller
· 18 years ago
415c1e3
Raise a TypeError instead of a ValueError when too many initializers
by Thomas Heller
· 18 years ago
02ec289
Raise a TypeError if conflicting positional and named arguments are
by Thomas Heller
· 18 years ago
902d307
Convert the internal ctypes array type cache to a WeakValueDict so
by Thomas Heller
· 18 years ago
7a66a1b
Issue 1821: configure libffi for amd64 on FreeeBSD.
by Thomas Heller
· 18 years ago
7cdf5f5
?Why did my tests not notice this before?
by Amaury Forgeot d'Arc
· 18 years ago
08ccf20
As discussed in issue 1700288:
by Amaury Forgeot d'Arc
· 18 years ago
5f0b7ae
Make Modules/socketobject.c compile for Windows again.
by Thomas Heller
· 18 years ago
43617bc
Fix a potential 'SystemError: NULL result without error'.
by Thomas Heller
· 18 years ago
c682614
Raise an error instead of crashing with a segfault when a NULL
by Thomas Heller
· 18 years ago
0f97393
Removed unused variable
by Christian Heimes
· 18 years ago
ff15c86
Guard definition of TIPC_SUB_CANCEL with an #ifdef.
by Georg Brandl
· 18 years ago
a7d984e
Comment-out missing constant (from rev 59819)
by Raymond Hettinger
· 18 years ago
7c22ccc
Check for fd of -1 to save fsync() and fstat() call
by Andrew M. Kuchling
· 18 years ago
3eb4aa7
Related to patch #1114: fix another place where attr_t is assumed to be a long
by Andrew M. Kuchling
· 18 years ago
4473d22
Issue 846388. Adds a call to PyErr_CheckSignals to
by Facundo Batista
· 18 years ago
41f278f
Use relative instead of absolute filenames in the C-level tracebacks.
by Thomas Heller
· 18 years ago
62182c8
Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long
by Andrew M. Kuchling
· 18 years ago
e0a49b6
Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
by Andrew M. Kuchling
· 18 years ago
aed6c66
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
by Georg Brandl
· 18 years ago
2da0fce
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
by Georg Brandl
· 18 years ago
fb2d25a
Issue #1646: Make socket support TIPC. The socket module now has support
by Christian Heimes
· 18 years ago
f725b95
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
by Georg Brandl
· 18 years ago
9871d8f
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
by Jeffrey Yasskin
· 18 years ago
04ae916
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
by Christian Heimes
· 18 years ago
76d19f6
Added _struct._clearcache() for regression tests
by Christian Heimes
· 18 years ago
66ecda4
Fixed math.copysign() on Windows
by Christian Heimes
· 18 years ago
2f6621c
Finish-up the struct module optimizations started at the Iceland NFS sprint.
by Raymond Hettinger
· 18 years ago
076d9ee
Bug #1301: fixed a bad assert in _tkinter.
by Guido van Rossum
· 18 years ago
eebb79c
Added copysign(x, y) function to the math module
by Christian Heimes
· 18 years ago
000a074
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
by Christian Heimes
· 18 years ago
e2ca424
Added math.isinf() and math.isnan()
by Christian Heimes
· 18 years ago
2f3c16b
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
by Jeffrey Yasskin
· 18 years ago
17cb5cf
Return results from Python callbacks to Tcl as Tcl objects.
by Martin v. Löwis
· 18 years ago
8d993aa
Fix the docstrings of time.localtime() and gmtime() for the tm_mday field.
by Brett Cannon
· 18 years ago
02de897
Patch #1583 by Adam Olsen.
by Guido van Rossum
· 18 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 18 years ago
3c887b2
Issue #1645 by Alberto Bertogli. Fix a comment.
by Guido van Rossum
· 18 years ago
153038e
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
by Thomas Heller
· 18 years ago
a63f268
Fixed warning in ssl module
by Christian Heimes
· 18 years ago
2518b25
Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
by Christian Heimes
· 18 years ago
adf9ffd
Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.
by Raymond Hettinger
· 18 years ago
842c178
Fixed a nasty problem in the xxmodule.c
by Christian Heimes
· 18 years ago
99b9df8
Forward-port of commit 59184.
by Gerhard Häring
· 18 years ago
137c49c
Patch #1643738 by Ulisses Furquim -- make the is_tripped variable
by Guido van Rossum
· 18 years ago
7b3cc06
Forward-port r59310:
by Martin v. Löwis
· 18 years ago
6b449f4
Issue #1727780: Support loading pickles of random.Random objects created
by Martin v. Löwis
· 18 years ago
0f6d4e6
I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots.
by Christian Heimes
· 18 years ago
3305c52
Applied my patch #1455 with some extra fixes for VS 2005
by Christian Heimes
· 18 years ago
3628187
Fix for feature request #1528 Add os.fchmod
by Christian Heimes
· 18 years ago
8fc2a34
Remove unused global variable, and remove unneeded COMError.__str__
by Thomas Heller
· 18 years ago
b67da6e
#1735632: add O_NOATIME constant to os module.
by Georg Brandl
· 18 years ago
e8954f8
Backport of the PCbuild9 directory from the py3k branch.
by Christian Heimes
· 18 years ago
901071b
Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress
by Christian Heimes
· 18 years ago
5087980
The incremental decoder for utf-7 must preserve its state between calls.
by Amaury Forgeot d'Arc
· 18 years ago
8c4592a
Backport some main.c cleanup from the py3k branch
by Nick Coghlan
· 18 years ago
327a39b
Patch #1739468: Directories and zipfiles containing __main__.py are now executable
by Nick Coghlan
· 18 years ago
5397fd1
A patch from issue 1378 by roudkerk:
by Guido van Rossum
· 18 years ago
1bc4af4
readline module cleanup
by Christian Heimes
· 18 years ago
f354894
Only set rl_completion_display_matches_hook if there
by Martin v. Löwis
· 18 years ago
d3ffd34
Use a freelist to speed-up block allocation and deallocation in collections.deque().
by Raymond Hettinger
· 18 years ago
fc00669
* db->get_types is only available in BerkeleyDB >= 4.2
by Gregory P. Smith
· 18 years ago
ac11e02
Add the bsddb.db.DBEnv.lock_id_free method.
by Gregory P. Smith
· 18 years ago
ec10a4a
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
by Gregory P. Smith
· 18 years ago
aae141a
Fix bug introduced in revision 58385. Database keys could no longer
by Gregory P. Smith
· 18 years ago
9c4382f
Fix some compiler warnings for signed comparisons on Unix and Windows.
by Neal Norwitz
· 18 years ago
469b2a5
ffi_type_longdouble may be already #defined. See issue 1324.
by Thomas Heller
· 18 years ago
8feafab
Add phuang patch from Issue 708374 which adds offset parameter to mmap module.
by Travis E. Oliphant
· 18 years ago
91ac422
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
by Thomas Heller
· 18 years ago
f3ca169
Get this module to compile with bsddb versions prior to 4.3
by Neal Norwitz
· 18 years ago
e545ff3
Fix Coverity 168: Close the file before returning (exiting).
by Neal Norwitz
· 18 years ago
088beae
Get rid of compiler warning about retval being used (returned) without
by Neal Norwitz
· 18 years ago
c740d83
Get rid of warnings on a bunch of platforms by using a proper prototype.
by Neal Norwitz
· 18 years ago
6899586
Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques.
by Raymond Hettinger
· 18 years ago
10bed54
Fix a double free when positioning a database cursor to a non-existant
by Gregory P. Smith
· 18 years ago
3925053
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
by Gregory P. Smith
· 18 years ago
e70be5c
Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390
by Gregory P. Smith
· 18 years ago
556b43d
Restore BEGIN/END THREADS macros which were squashed in the previous checkin
by Raymond Hettinger
· 18 years ago
5a29dd3
Fix Coverity #159.
by Neal Norwitz
· 18 years ago
c47cf7d
dict could be NULL, so we need to XDECREF.
by Neal Norwitz
· 18 years ago
a7fc4b1
Add __asdict__() to NamedTuple and refine the docs.
by Raymond Hettinger
· 18 years ago
50e90e2
itertools.count() no longer limited to sys.maxint.
by Raymond Hettinger
· 18 years ago
8335acb
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
by Sean Reifscheider
· 18 years ago
0153159
Add a bunch of GIL release/acquire points in tp_print implementations and for
by Brett Cannon
· 18 years ago
296a59d
Add support for asyncore server-side SSL support. This requires
by Bill Janssen
· 18 years ago
1ff91d9
Patch # 1140 (my code, approved by Effbot).
by Guido van Rossum
· 18 years ago
98d19da
More work on SSL support.
by Bill Janssen
· 18 years ago
e9fef69
Change socket.error to inherit from IOError rather than being a stand
by Gregory P. Smith
· 18 years ago
f805785
email address update
by Gregory P. Smith
· 18 years ago
49c7c71
Remove unneeded #include.
by Thomas Heller
· 18 years ago
2825b2e
Add a 'c_longdouble' type to the ctypes module.
by Thomas Heller
· 18 years ago
bddc341
Patch #1733973 by peaker:
by Armin Rigo
· 18 years ago
d44a4e9
Patch #786737: Allow building in a tree of symlinks pointing to
by Martin v. Löwis
· 18 years ago
ffe576d
SSL certificate distinguished names should be represented by tuples
by Bill Janssen
· 18 years ago
3833640
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
by Matthias Klose
· 18 years ago
58bd49f
Patch #1388440: Add set_completion_display_matches_hook and
by Martin v. Löwis
· 18 years ago
Next »