Lines Matching refs:Patch

204 passed to the interpreter.  Patch by Hieu Nguyen.
214 (already working as unicode strings). Patch by Serhiy Storchaka.
242 fix segfault on "del sys.modules['__main__']". Patch by Victor Stinner.
372 Patch by Serhiy Storchaka.
381 Fix error handling bug in the utf-16 decoder. Patch by Serhiy Storchaka.
400 zipimport.c doesn't check return value of fseek(). Patch by Felipe Cruz.
419 proper failure return value (1). Patch contributed by Jeff Knupp.
480 the default behavior in 3.0 instead of 2.7. Patch by Sven Marnach.
567 Fix potential reference leaks in bytearray.extend(). Patch by Suman Saha.
627 "atomic" for many purposes. Patch by Filip Gruszczyński.
765 sqlite3: Convert datetime microseconds correctly. Patch by Lowe Thiderman.
804 repeat. Patch by Matthew Barnett.
1079 Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao.
1136 character classes (e.g. '[\A]'). Patch by Matthew Barnett.
1177 Fix error incorrectly raised by bz2.compress(''). Patch by Martin Packman.
1233 Add docstrings to regular expression match objects. Patch by Anton Kasyanov.
1281 wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
1291 the incoming stream is finished. Patch by Eran Rundstein.
1301 flag is passed to Python. Patch by Zachary Ware.
1319 Fix setup.py register failure with invalid rst in description. Patch by
1329 The re module doesn't truncate indices to 32 bits anymore. Patch by Serhiy
1350 Fix compiling large regular expressions on UCS2 builds. Patch by Serhiy
1370 module. Patch by Serhiy Storchaka.
1400 previously-freed memory. Patch by Serhiy Storchaka.
1413 unconsumed_tail attribute has also been fixed. Patch by Serhiy Storchaka.
1433 found. Patch by Ned Batchelder.
1443 iterated on. Patch by Serhiy Storchaka.
1453 encoded. Patch by Serhiy Storchaka.
1462 Enhance error messages of struct.pack and struct.pack_into. Patch by Matti
1500 wsgiref now always calls close() on an iterable response. Patch by Brent
1557 Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy
1568 Patch by Cédric Krier.
1587 Now "mmap" check for empty files before doing the offset check. Patch by
1609 Patch by Alessandro Moura.
1619 Patch by David Benjamin.
1671 Fix JavaScript's default MIME type to application/javascript. Patch by
1719 Add a __sizeof__ implementation for array objects. Patch by Ludwig Hähne.
1728 Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch
1747 Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy
1757 Add a __sizeof__ implementation for deque objects. Patch by Serhiy
1767 Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy
1777 Add a __sizeof__ implementation for parser. Patch by Serhiy Storchaka.
1923 prefixes to be incorrectly tokenized has been fixed. Patch by Serhiy
1943 Make multiprocessing deallocate buffer if socket read fails. Patch by
2042 Initial Patch contributed by Arve Knudsen.
2072 dotted name is not a package. Patch by Xavier de Gaye.
2124 operations. Patch by Hynek Schlawack.
2133 Fix time.strptime failing without a year on February 29th. Patch by Hynek
2152 Fix pdb skipping frames after hitting a breakpoint and running step. Patch
2252 avoids crashing the server loop when a signal is received. Patch by Jerzy
2502 IDLE now catches SyntaxErrors raised by tokenizer. Patch by Roger Serwy.
2511 Add Cut/Copy/Paste items to IDLE right click Context Menu. Patch by Todd
2522 '\'. Patch by Roger Serwy.
2531 Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy.
2550 Update text coloring in IDLE shell window after changing options. Patch by
2580 closed. Patch by Roger Serwy.
2589 Use user-selected font for highlight configuration. Patch by Roger Serwy.
2610 file(s)) (Patch by Guilherme Polo)
2772 Add more regression tests for glob. Patch by Serhiy Storchaka.
2782 ".". Patch by Sebastian Kreft.
2813 suite at json.org. Patch by Serhiy Storchaka.
2822 Fix test_asyncore on Solaris. Patch by Giampaolo Rodola'.
2841 Fix test logic in TestMaildir.test_create_tmp. Patch by Serhiy Storchaka.
2860 Add some tests for the json module's handling of invalid input data. Patch
2870 Add directory removal helpers for tests on Windows. Patch by Jeremy Kloth.
2937 has "beta" in it. Patch by Andreas Pelme.
2982 Fix socket module compilation on platforms with HAVE_BROKEN_POLL. Patch by
3076 Restore building with --disable-unicode. Patch by Stefano Taschini.
3094 Fix extensions build on HP-UX. Patch by Adi Roiban.
3171 use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by
3218 Document how distutils uses the maintainer field in PKG-INFO. Patch by Jyrki
3239 directory with better alternatives in the documentation. Patch by Geoff
3268 Update portions of the Windows FAQ. Patch by Ashish Nitin Patil.
3296 compression'. Patch by Brian Brazil.
3305 added a version switcher to the documentation. Patch by Yury Selivanov.
3343 arguments. Patch contributed by Chris Jerdonek.
3362 Fix kwargs notation in csv.reader, .writer & .register_dialect. Patch by
3372 Add a discussion of the json module's standard compliance. Patch by Chris
3382 Add an example for "continue" stmt in the tutorial. Patch by Daniel Ellis.
3409 Document that filecmp.dircmp compares files shallowly. Patch contributed by