FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/bz2module.c - pylee/python · GitHub
pylee
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Modules
bz2module.c
on
master
User selector
Datepicker
Commit history
Commits on Jan 10, 2009
Issue #3860: GzipFile and BZ2File now support the context manager protocol.
Show description for d6dfbda
antoine.pitrou
committed
d6dfbda
View commit details
Copy full SHA for d6dfbda
View code at this point
Browse repository at this point
Commits on Aug 12, 2008
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Show description for 784bfa9
martin.v.loewis
committed
784bfa9
View commit details
Copy full SHA for 784bfa9
View code at this point
Browse repository at this point
Commits on Aug 9, 2008
#3205: bz2 iterator fails silently on MemoryError
Show description for 8d3c22e
antoine.pitrou
committed
8d3c22e
View commit details
Copy full SHA for 8d3c22e
View code at this point
Browse repository at this point
Commits on Jul 7, 2008
- Issue #3309: Fix bz2.BZFile itererator to release its internal lock
Show description for 24a55ed
gregory.p.smith
committed
24a55ed
View commit details
Copy full SHA for 24a55ed
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
Commits on Apr 12, 2008
fix compiler warnings
Show description for 7368192
gregory.p.smith
committed
7368192
View commit details
Copy full SHA for 7368192
View code at this point
Browse repository at this point
Commits on Apr 7, 2008
Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly
Show description for 2745473
gregory.p.smith
committed
2745473
View commit details
Copy full SHA for 2745473
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
Show description for ab7f0de
christian.heimes
committed
ab7f0de
View commit details
Copy full SHA for ab7f0de
View code at this point
Browse repository at this point
Commits on Sep 17, 2007
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
Show description for 6e089de
sean.reifschneider
committed
6e089de
View commit details
Copy full SHA for 6e089de
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Show description for 61ecb79
martin.v.loewis
committed
61ecb79
View commit details
Copy full SHA for 61ecb79
View code at this point
Browse repository at this point
Commits on Mar 13, 2007
Bug #1622896: fix a rare corner case where the bz2 module raised an
Show description for 7497631
georg.brandl
committed
7497631
View commit details
Copy full SHA for 7497631
View code at this point
Browse repository at this point
Commits on Dec 18, 2006
[Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb
Show description for 4fd04ee
andrew.kuchling
committed
4fd04ee
View commit details
Copy full SHA for 4fd04ee
View code at this point
Browse repository at this point
Commits on Sep 23, 2006
Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares.
Show description for 040923f
neal.norwitz
committed
040923f
View commit details
Copy full SHA for 040923f
View code at this point
Browse repository at this point
Commits on Aug 14, 2006
Patch #1535500: fix segfault in BZ2File.writelines and make sure it
Show description for 6578e73
georg.brandl
committed
6578e73
View commit details
Copy full SHA for 6578e73
View code at this point
Browse repository at this point
Commits on Jul 22, 2006
Fix more memory allocation issues found with failmalloc.
Show description for e43e1a4
neal.norwitz
committed
e43e1a4
View commit details
Copy full SHA for e43e1a4
View code at this point
Browse repository at this point
Commits on Jul 10, 2006
Patch #1516912: improve Modules support for OpenVMS.
Show description for 94d3efe
neal.norwitz
committed
94d3efe
View commit details
Copy full SHA for 94d3efe
View code at this point
Browse repository at this point
Commits on Jun 12, 2006
Fix some Py_ssize_t issues
Show description for 291cfe4
neal.norwitz
committed
291cfe4
View commit details
Copy full SHA for 291cfe4
View code at this point
Browse repository at this point
Commits on Feb 27, 2006
Revert backwards-incompatible const changes.
Show description for a61ffb2
martin.v.loewis
committed
a61ffb2
View commit details
Copy full SHA for a61ffb2
View code at this point
Browse repository at this point
Commits on Feb 18, 2006
Remove unused variable
Show description for afb14b8
neal.norwitz
committed
afb14b8
View commit details
Copy full SHA for afb14b8
View code at this point
Browse repository at this point
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0.
Show description for 8b90083
georg.brandl
committed
8b90083
View commit details
Copy full SHA for 8b90083
View code at this point
Browse repository at this point
Commits on Feb 15, 2006
Merge ssize_t branch.
Show description for 6fc3b2f
martin.v.loewis
committed
6fc3b2f
View commit details
Copy full SHA for 6fc3b2f
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
Check return result from Py_InitModule*(). This API can fail.
Show description for bd7e891
neal.norwitz
committed
bd7e891
View commit details
Copy full SHA for bd7e891
View code at this point
Browse repository at this point
Commits on Jan 17, 2006
SF Bug #1407069, Remove extra semi-colon if there is no long long
Show description for 450a114
neal.norwitz
committed
450a114
View commit details
Copy full SHA for 450a114
View code at this point
Browse repository at this point
Commits on Dec 10, 2005
Add const to several API functions that take char *.
Show description for 8c77d42
jeremy.hylton
committed
8c77d42
View commit details
Copy full SHA for 8c77d42
View code at this point
Browse repository at this point
Commits on Sep 3, 2005
bug [ 1274069 ] bz2module.c compiler warning
Show description for 31a3ffc
birkenfeld
committed
31a3ffc
View commit details
Copy full SHA for 31a3ffc
View code at this point
Browse repository at this point
Commits on Aug 21, 2005
Fix BZ2File.(x)readlines() for files without a newline.
Show description for 266618c
birkenfeld
committed
266618c
View commit details
Copy full SHA for 266618c
View code at this point
Browse repository at this point
Commits on Jun 3, 2005
Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Show description for f4d8217
birkenfeld
committed
f4d8217
View commit details
Copy full SHA for f4d8217
View code at this point
Browse repository at this point
Commits on Nov 1, 2004
Add error checks for the bz2, cStringIO and operator modules.
Show description for c3ea373
doerwalter
committed
c3ea373
View commit details
Copy full SHA for c3ea373
View code at this point
Browse repository at this point
Commits on Feb 14, 2004
- Fixed #853061: allow BZ2Compressor.compress() to receive an empty string
Show description for 77fa78d
niemeyer
committed
77fa78d
View commit details
Copy full SHA for 77fa78d
View code at this point
Browse repository at this point
Commits on Feb 7, 2004
Remove support for --without-universal-newlines (see PEP 11).
Show description for bc99158
montanaro
committed
bc99158
View commit details
Copy full SHA for bc99158
View code at this point
Browse repository at this point
Commits on Jul 1, 2003
Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros
Show description for cdbb175
nnorwitz
committed
cdbb175
View commit details
Copy full SHA for cdbb175
View code at this point
Browse repository at this point
Commits on May 3, 2003
Patch #708495: Port more stuff to OpenVMS.
Show description for e39ba6a
loewis
committed
e39ba6a
View commit details
Copy full SHA for e39ba6a
View code at this point
Browse repository at this point
Commits on Apr 29, 2003
Applying patch #728656, by logistix, fixing opening of nonexistent
Show description for bac5298
niemeyer
committed
bac5298
View commit details
Copy full SHA for bac5298
View code at this point
Browse repository at this point
Commits on Apr 27, 2003
Applying patch by Neal Norwitz:
Show description for d324f16
niemeyer
committed
d324f16
View commit details
Copy full SHA for d324f16
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL