Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.2
/
Lib
997d05d
merge
by Georg Brandl
· 12 years ago
3eab6b3
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 12 years ago
88f4dd6
bump to 3.3.2
by Georg Brandl
· 12 years ago
521ed52
Closes issue #17732: ignore install-directory specific options in
by Georg Brandl
· 12 years ago
b3bd624
Back out patch for #1159051, which caused backwards compatibility problems.
by Georg Brandl
· 12 years ago
64949fa
merge with 3.2
by Georg Brandl
· 12 years ago
c502df4
Issue #17915: Fix interoperability of xml.sax with file objects returned by
by Georg Brandl
· 12 years ago
93b061b
Issue #1159051: Back out a fix for handling corrupted gzip files that
by Georg Brandl
· 12 years ago
831ae84
merge heads
by Georg Brandl
· 12 years ago
0d4931e
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
by Benjamin Peterson
· 12 years ago
aa6f688
only close non-None files
by Benjamin Peterson
· 12 years ago
ce82d57
#17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak.
by Ezio Melotti
· 12 years ago
263fab9
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
6bcc0f1
#17877: skip test if the Olson's TZ database is missing.
by Ezio Melotti
· 12 years ago
def51ca
Issue #17805: Add AsyncResult alias for ApplyResult
by Richard Oudkerk
· 12 years ago
9bc7b79
#13495: Avoid loading the color delegator twice in IDLE.
by Roger Serwy
· 12 years ago
5b1ab24
#17798: Allow IDLE to edit new files when specified on command line.
by Roger Serwy
· 12 years ago
dea2ec4
Fix a test to not use an assertion for something that could be
by Brett Cannon
· 12 years ago
28faf03
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.
by Ezio Melotti
· 12 years ago
59115aa
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
by Serhiy Storchaka
· 12 years ago
9d0f772
Issue #15902: Fix imp.load_module() to accept None as a file when
by Brett Cannon
· 12 years ago
b98dcc1
Issue #15535: Fix pickling of named tuples.
by Raymond Hettinger
· 12 years ago
8e596a7
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
by Ezio Melotti
· 12 years ago
81641d6
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
by Antoine Pitrou
· 12 years ago
7d11004
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
by Benjamin Peterson
· 12 years ago
5a4c233
Issue #17358: imp.load_source() and load_compiled() should now return
by Brett Cannon
· 12 years ago
abac0a7
Added base64 module tests for non-binary files.
by Serhiy Storchaka
· 12 years ago
017523c
Issue #17842. Added base64 module tests with bytearray arguments.
by Serhiy Storchaka
· 12 years ago
ba2f8be
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
by Georg Brandl
· 12 years ago
ce654f4
Issue #15535: Fix pickling of named tuples.
by Georg Brandl
· 12 years ago
e1a1674
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
6ae4667
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
by Łukasz Langa
· 12 years ago
20ea96f
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
by Łukasz Langa
· 12 years ago
fa60818
fix character index in ExtendedInterpolation's exception message
by Łukasz Langa
· 12 years ago
326edfd
Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
81a5855
Issue #11714: Use 'with' statements to assure a Semaphore releases a
by Serhiy Storchaka
· 12 years ago
e917052
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
by Vinay Sajip
· 12 years ago
4140fb5
#17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
65f7a9e
Remove duplicated tests.
by Ezio Melotti
· 12 years ago
1f7492c
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
by Alexandre Vassalotti
· 12 years ago
3583761
#17413: make sure settrace funcs get passed exception instances for 'value'.
by R David Murray
· 12 years ago
ab5ba79
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
3e4a98b
#17789: test_random now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
aaa5d1c
#17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
409c313
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
b38897f
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
643ea53
#14735: Update IDLE docs to omit "Control-z on Windows".
by Roger Serwy
· 12 years ago
d13c008
#17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
20c08c8
Remove unused import.
by Barry Warsaw
· 12 years ago
618738b
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
by Barry Warsaw
· 12 years ago
3034efd
Issue #17710: Fix pickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
f1465f0
Close #17731: Clean up properly in test_import
by Nick Coghlan
· 12 years ago
26dfaac9
#17341: Include name in re error message about invalid group name.
by R David Murray
· 12 years ago
839e5ea
Issue #17702: use assertRaises() for the unit test
by Victor Stinner
· 12 years ago
6d10139
Close #17702: os.environ now raises KeyError with the original environment
by Victor Stinner
· 12 years ago
c4e0d98
Close issue #16163: handle submodules in pkgutil.iter_importers
by Nick Coghlan
· 12 years ago
8157459
Merge heads.
by Alexandre Vassalotti
· 12 years ago
8db89ca
Issue #16550: Update the opcode descriptions of pickletools to use unsigned
by Alexandre Vassalotti
· 12 years ago
1d472b7
Closes #14462: allow any valid Python identifier in sre group names, as documented.
by Georg Brandl
· 12 years ago
6eea818
Fix pickling test in test_memoryio.
by Alexandre Vassalotti
· 12 years ago
9a7a811
Issue #16804: Fix 'python -S -m site' failure.
by Meador Inge
· 12 years ago
14ee3cf
#2118: clarify smtplib exception documentation.
by R David Murray
· 12 years ago
f756f94
#17571: remove broken links in datetime.py docstring.
by Ezio Melotti
· 12 years ago
c973448
Issue #17715: Add missing NULL Check to PyNumber_Long.
by Mark Dickinson
· 12 years ago
b4fd468
Revert changes for #13355 by request from Raymond Hettinger
by Andrew Svetlov
· 12 years ago
64aafeb
Issue #16447: Fix potential segfault when setting __name__ on a class.
by Mark Dickinson
· 12 years ago
eff6444
Fix whitespaces
by Andrew Svetlov
· 12 years ago
a2dfc35
Issue #13355: Raise ValueError on random.triangular call with invalid params.
by Andrew Svetlov
· 12 years ago
7b2c8bb
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
c2ecac4
#17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
1eafd10
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
by Roger Serwy
· 12 years ago
3836d70
#17690: test_time now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
5e2f593
#14971: Use class method name, not function.__name__, during unittest discovery.
by R David Murray
· 12 years ago
f49581c
normalize whitespace
by Senthil Kumaran
· 12 years ago
277e9090
#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
by Senthil Kumaran
· 12 years ago
cd514cf
#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
by Ezio Melotti
· 12 years ago
d9fbf36
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
by Senthil Kumaran
· 12 years ago
d281c73
#17648 - convert test_urllib2.py doctests to unittests
by Senthil Kumaran
· 12 years ago
0803a39
#17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito.
by Roger Serwy
· 12 years ago
a6df938
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
7e69f00
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
7733be8
#17613: Prevent traceback when removing syntax colorizer in IDLE.
by Roger Serwy
· 12 years ago
6b2918a
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
by Roger Serwy
· 12 years ago
8b2cd75
Process DEFAULT values in mock side_effect that returns iterator.
by Andrew Svetlov
· 12 years ago
0ef392c
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
by Roger Serwy
· 12 years ago
278d03b
Revert a premature patch for issue #14010 (changeset aaaf36026511).
by Serhiy Storchaka
· 12 years ago
e8f706e
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
cca5548
merge with 3.3.1 release clone
by Georg Brandl
· 12 years ago
2fd4abe
merge with 3.2 branch
by Georg Brandl
· 12 years ago
9aa23c5
Bump to 3.3.1.
by Georg Brandl
· 12 years ago
v3.3.1
8bc7e31
Bump to 3.2.4.
by Georg Brandl
· 12 years ago
v3.2.4
4a2ab12
Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request
by Senthil Kumaran
· 12 years ago
38546ee
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
7684fa8
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
cf658c2
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
0f38908
#17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa.
by Ezio Melotti
· 12 years ago
d8a4696
Use repr when printing unknown url type in urlopen.
by R David Murray
· 12 years ago
6b7a5ae
#14254: IDLE now handles readline correctly across shell restarts.
by Roger Serwy
· 12 years ago
0d28a61
#17614: IDLE no longer raises exception when quickly closing a file.
by Roger Serwy
· 12 years ago
d7c9d9c
#17614: IDLE no longer raises exception when quickly closing a file.
by Roger Serwy
· 12 years ago
Next »