Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
50ae84e727b99c8000d2f6d03559dda90985a33d
/
Misc
/
NEWS
e76ff40
merge #11584: make Header and make_header handle binary unknown-8bit input
by R David Murray
· 14 years ago
e5e366c
#11584: make Header and make_header handle binary unknown-8bit input
by R David Murray
· 14 years ago
7df0837
merge #11584: make decode_header handle Header objects correctly
by R David Murray
· 14 years ago
6bdb176
#11584: make decode_header handle Header objects correctly
by R David Murray
· 14 years ago
9535105
merge #11700: proxy object close methods can now be called multiple times
by R David Murray
· 14 years ago
c88bce1
#11700: proxy object close methods can now be called multiple times
by R David Murray
· 14 years ago
4c7d21e
merge #11767: use context manager to close file in __getitem__ to prevent FD leak
by R David Murray
· 14 years ago
05ff990
#11767: use context manager to close file in __getitem__ to prevent FD leak
by R David Murray
· 14 years ago
f073dc2
(Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request
by Victor Stinner
· 14 years ago
a4c45d7
Issue #12133: fix a ResourceWarning in urllib.request
by Victor Stinner
· 14 years ago
a87d586
branch merge?
by Brian Curtin
· 14 years ago
c9d6a50
branch merge
by Brian Curtin
· 14 years ago
3e86c99
Merge from 3.2 for Issue #12084.
by Brian Curtin
· 14 years ago
d25aef5
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
by Brian Curtin
· 14 years ago
3bbb722
allow __dir__ to return any sequence
by Benjamin Peterson
· 14 years ago
703f7c4
merge 3.2 (#9284)
by Benjamin Peterson
· 14 years ago
9620cc0
allow "fake" filenames in findsource (closes #9284)
by Benjamin Peterson
· 14 years ago
bc18532
Branch merge
by Éric Araujo
· 14 years ago
a529308
Issue #12287: In ossaudiodev, check that the device isn't closed in several
by Charles-François Natali
· 14 years ago
643cb73
Allow multiple setup hooks in packaging’s setup.cfg files (#12240).
by Éric Araujo
· 14 years ago
3605030
Fix assorted bugs in packaging.util.cfg_to_args (#11595).
by Éric Araujo
· 14 years ago
49aaad3
merge heads
by Benjamin Peterson
· 14 years ago
ae10b32
merge 3.2 (#12009)
by Benjamin Peterson
· 14 years ago
9aa68e4
merge 3.1 (#12009)
by Benjamin Peterson
· 14 years ago
df55334
Branch merge
by Éric Araujo
· 14 years ago
1df0f21
fix regression in netrc comment handling (closes #12009)
by Benjamin Peterson
· 14 years ago
fa6cfbc
Don’t try to install something when running from uninstalled source (#12246).
by Éric Araujo
· 14 years ago
51fcb81
Merge #10694: zipfile now ignores garbage at the end of a zipfile.
by R David Murray
· 14 years ago
4fbb9db
#10694: zipfile now ignores garbage at the end of a zipfile.
by R David Murray
· 14 years ago
0a9f16b
merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.
by R David Murray
· 14 years ago
0f663d0
#12283: Fixed regression in smtplib quoting of leading dots in DATA.
by R David Murray
· 14 years ago
f97c59a
#10424: argument names are now included in the missing argument message
by R David Murray
· 14 years ago
8dd8d58
Merged fix for issue #12168 from 3.2.
by Vinay Sajip
· 14 years ago
8168d10
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.
by Vinay Sajip
· 14 years ago
f5949b5
The change done for #10645 deserves a NEWS entry
by Éric Araujo
· 14 years ago
9a82eaa
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
by Brian Curtin
· 14 years ago
9c669cc
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
by Brian Curtin
· 14 years ago
4dd453c
Issue #12021: Make mmap's read() method argument optional. Patch by Petri
by Charles-François Natali
· 14 years ago
dd69649
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
by Antoine Pitrou
· 14 years ago
c5011fe
When building sqlite3, the directory where sqlite.h was found was
by Brett Cannon
· 14 years ago
176f07d
Issue #12040: Expose a new attribute `sentinel` on instances of
by Antoine Pitrou
· 14 years ago
f068ab8
Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module.
by Antoine Pitrou
· 14 years ago
b204a42
greatly improve argument parsing error messages (closes #12265)
by Benjamin Peterson
· 14 years ago
d64b2ba
merge heads.
by Gregory P. Smith
· 14 years ago
7ce0fa8
Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time.
by Mark Dickinson
· 14 years ago
765e94f
Add NEWS and whatsnew entries for the packaging module
by Éric Araujo
· 14 years ago
22cc118
merge
by Raymond Hettinger
· 14 years ago
3d89057
Fix named tuples to work with vars().
by Raymond Hettinger
· 14 years ago
8c6f88e
remove __version__s dependent on subversion keyword expansion (closes #12221)
by Benjamin Peterson
· 14 years ago
9e3e1c6
merge 3.2 (#12221)
by Benjamin Peterson
· 14 years ago
0aa71f7
merge 3.1 (#12221)
by Benjamin Peterson
· 14 years ago
a22c98d
simply use the Python version for pyexpat.__version__ #12221
by Benjamin Peterson
· 14 years ago
1b5b9d7
(Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor
by Victor Stinner
· 14 years ago
87b9bc3
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
by Victor Stinner
· 14 years ago
0bb2991
add news note
by Benjamin Peterson
· 14 years ago
62ecb6a
Tidy up the additional string module tests added at the Pycon sprints (closes #11505)
by Nick Coghlan
· 14 years ago
1eb6d27
(Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs
by Victor Stinner
· 14 years ago
ee49797
Issue #12057: Add tests for ISO 2022 codecs
by Victor Stinner
· 14 years ago
4f1252d
(Merge 3.2) Issue #1195: fix the issue number of the NEWS entry
by Victor Stinner
· 14 years ago
19c5233
Issue #1195: fix the issue number of the NEWS entry
by Victor Stinner
· 14 years ago
0c9f31b
(Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling
by Victor Stinner
· 14 years ago
4f71101
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
by Victor Stinner
· 14 years ago
58ab766
Issue #12028: fix NEWS entry
by Victor Stinner
· 14 years ago
2a12974
Close #12028: Make threading._get_ident() public, rename it to
by Victor Stinner
· 14 years ago
e15dce3
Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls
by Victor Stinner
· 14 years ago
371df05
Issue 12218: Removing wsgiref.egg-info
by Tarek Ziade
· 14 years ago
758888d
don't restrict unexpected EOF errors to the first line (closes #12216)
by Benjamin Peterson
· 14 years ago
65bf417
Issue #10736: Revert changeset de4d34a95603 as it causes failures with
by Ned Deily
· 14 years ago
d8e0806
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
by Ned Deily
· 14 years ago
9a63745
bump to 3.1.4rc1
by Benjamin Peterson
· 14 years ago
daafdd5
Issue #12196: Add pipe2() to the os module.
by Charles-François Natali
· 14 years ago
43af12b
unify TryExcept and TryFinally (closes #12199)
by Benjamin Peterson
· 14 years ago
f7d08e8
Merge 3.2
by Éric Araujo
· 14 years ago
4b8f665
Branch merge
by Éric Araujo
· 14 years ago
d5a9196
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
by Ned Deily
· 14 years ago
f0ab5d6
Fix typos in Misc/NEWS
by Éric Araujo
· 14 years ago
e4eed06
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
by Ned Deily
· 14 years ago
6e5fd04
Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,
by Ned Deily
· 14 years ago
59a3338
Issue #985064: Make plistlib more resilient to faulty input plists.
by Ned Deily
· 14 years ago
32b5cb0
Issue #985064: Make plistlib more resilient to faulty input plists.
by Ned Deily
· 14 years ago
b8e59f7
Issue #985064: Make plistlib more resilient to faulty input plists.
by Ned Deily
· 14 years ago
61be422
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 14 years ago
056f5b9
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 14 years ago
9a7c524
Issue #9670: Increase the default stack size for secondary threads on
by Ned Deily
· 14 years ago
bf1bbc1
reflect with statements with multiple items in the AST (closes #12106)
by Benjamin Peterson
· 14 years ago
0501070
Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin
by Victor Stinner
· 14 years ago
43b0686
try to use the same str object for all code filenames when compiling or unmarshalling (#12190)
by Benjamin Peterson
· 14 years ago
4e18ac8
Merge heads
by Nadeem Vawda
· 14 years ago
55b4338
Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
by Nadeem Vawda
· 14 years ago
98fe1a0
Issue #8796: codecs.open() calls the builtin open() function instead of using
by Victor Stinner
· 14 years ago
c556e10
fix typo
by Benjamin Peterson
· 14 years ago
08ae8bb
Move test_packaging news entries to the tests section
by Éric Araujo
· 14 years ago
b57f108
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
by Victor Stinner
· 14 years ago
e9d44ccb
Issue #12175: FileIO.readall() now only reads the file position and size once.
by Victor Stinner
· 14 years ago
5eb5559
Issue #12180: Fixed a few remaining errors in test_packaging when no threading.
by Tarek Ziade
· 14 years ago
d2780ae
(Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()
by Victor Stinner
· 14 years ago
988512c
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
by Victor Stinner
· 14 years ago
a80987f
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
by Victor Stinner
· 14 years ago
af62c7d
(Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
by Victor Stinner
· 14 years ago
4767114
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
by Victor Stinner
· 14 years ago
Next »